cancel
Showing results for 
Search instead for 
Did you mean: 

bic module config error

Former Member
0 Kudos

Hi all,

I'm doing invoice02 to 810, in the File adapter I have bic module configured as:

bic destSourceMsg MainDocument

bic destTargetMsg MainDocument

bic mappingName See_X2E_ANSIX12_810_V4010

and this is the error which I'm getting:

Message processing failed. Cause: Error in BICMODULE-module:Cannot lookup the BIC RA connectionFactory. Reason: Path to object does not exist at deployedAdapters, the whole lookup name is deployedAdapters/bicXIRa/shareable/bicXIRa.

Any solution or steps I need to look into???

Thanks,

Srini

Edited by: Srinivas Davuluri on Apr 14, 2009 6:07 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You don't need to create 1:1 mapping. standard mapping should work.

Regards,

Pavan

Former Member
0 Kudos

Then what could be the problem...

prateek
Active Contributor
0 Kudos

The problem is deployment of BIC module. Deploy the following

SeeXIBaseTools.sca

SeeXIExtendedTools.sca

Mappings_user.sda

Regards,

Prateek

Former Member
0 Kudos

Its working after I put in these parameter values:

2 CallSapAdapter Local Enterprise Bean exit

exit JNDIName deployedAdapters/bicXIRa/shareable/bicXIRa

Thanks all....

Former Member
0 Kudos

Srinivas,

It seems that the problem is in the module configuration. you are not able to complete the connectivity.

Please make sure you have the following entries in the Module processing sequence (Communication channel)

Module name Module Type Module Key

localejbs/CallBicXIRaBean Local Enterprise Bean Bic

CallSapAdapter Local Enterprise Bean 0

Since you are calling the Bic mapping, make sure you have created the 810 bic mapping in your case. (which does the actual conversion to EDI)

Regards,

Pavan

Former Member
0 Kudos

Pavan,

All those are configured..I just checked with the Basis and they have deployed mapping_sys.sca and mapping_user.sca in the integration server...so if these files are deployed the standard mapping program See_X2E_ANSIX12_810_V4010 should run right or do I need to create 1:1 mapping and deploy..

Please advise

--

Srini

Edited by: Srinivas Davuluri on Apr 14, 2009 7:41 PM