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
Contributor
Vijayb
Posts: 17
Registered: ‎05-28-2010
0
Accepted Solution

Error while generating adb file

Hi All,

 

Can any one help me to resolve the below error while generating adb file.

We are using xml bom in our project and to access an extrernal database procedue we have created a .net class and imported as dot net bom.

 

Problem 1: No error listeners registered with project at location '/Motor_Quotat
on_IterII'.
There was 1 exception while initializing the imported assembly list.

 

Thanks,

--Vijay

DM-Forums Moderator
Posts: 472
Registered: ‎10-02-2008
0

Re: Error while generating adb file

Well, it says there was an exception initializing the imported assembly list, so I would start by making sure the dll containing the class is available to the precompiler. 

 

We use

%BLAZE_BIN%\netAdvisorAppCfg.bat /assemblyPath:%ASSEMBLY_NAME% 

This command installs the dll (unless it is signed) in the applications\userAssemblies folder in your Blaze installation, and ensures that the dll is known to all your Blaze executables.

 

HTH,

Jostein

Contributor
Vijayb
Posts: 17
Registered: ‎05-28-2010
0

Re: Error while generating adb file

Hi Jostein,

 

Thanks for your reply!!!!

 

I have signed the assembly and placed in GAC and able to generate the adb sucessfully.

 

Thanks

--Vijay