Download Blaze Trial
Follow FICO
LinkedIn   Twitter   Youtube
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Reply
Valued Contributor
Posts: 63
Registered: ‎01-27-2009
Accepted Solution

Blaze Flavour Migration: Dot Net to Java Version

Hi,

 

Require to migrate the repository which is in Dot Net version (currently) to Java version of Blaze Advisor. Is there any migration techniques avaialble in the Builder to do it. Or, any APIs also would do.

 

Thanks & Regards,

 

>> Sandesh Hiremath

 

Contributor
Oliver C
Posts: 19
Registered: ‎10-07-2011

Re: Blaze Flavour Migration: Dot Net to Java Version

Hello Sandesh,


With Blaze Advisor, there is no "wall" separating rules written in BA for Java and rules written in BA for .NET, so you should be able to connect Blaze Advisor to your existing repository from either BA for Java or BA for .NET without any modifications. Please make sure that you’re using the same release of BA from both environments, however, as the repository is release specific.


Some of the contents of the repository - such as those objects relating to .NET deployment, and .NET business object models - will not be usable in the Java world, but you can use Builder to reference a Java BOM if required, and generate entities for Java deployment.

Are you intending to deploy the rules to Java and .NET environments simultanously? Or would the move to Java be a one-way migration?

Olly

Valued Contributor
Posts: 71
Registered: ‎10-20-2008

Re: Blaze Flavour Migration: Dot Net to Java Version

I guess you would run into some problems if you use a custom Authorization Manager (or any other custom handler related to the repository).