cancel
Showing results for 
Search instead for 
Did you mean: 

Object not found in lookup of CallBicXIRABean

Former Member
0 Kudos

Hi All,

I have EDI (ANSIX12) To IDOC scenario where input file contains multiple EDI interchange (824 & 997) in a single message.

I have used following Modules in File Adapter:

ModuleName Module Key

localejbs/SeeClassifier classifier

localejbs/CallBicXIRaBean bic

localejbs/SeeburgerMessageSpiltter split

CallSapAdapter 0

while executing the interface it shows below error in coomunication channel monitoring :-

File processing failed with com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of CallBicXIRABean.

Please suggest what could be the reason.

Thanks,

Jyoti

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

It was CallBicXIRABean instead of CallBicXIRaBean.

sbuttler77
Active Participant
0 Kudos

Jyoti,

check the message splitter line it should be

localejbs/Seeburger/MessageSplitter

Former Member
0 Kudos

Hi shabbir,

I am using below parameters :

ModuleKey ParameterName ParameterValue

classifier attID classifierAtt

classifier classifierMappingID mappingID

classifier destSourceMsg MainDocument

classifier showInAuditLog true

bic classifierAttID classifierAtt

bic destSourceMsg MainDocument

bic destTargetMsg MainDocument

bic mappingName AUTO

bic split true

Former Member
0 Kudos

Hi,

looks like..BIC aadapter has not been deployed..check with the basis regrading the same or otherwise ask them to deploy the same...using SCA file...

HTH

Rajesh

Former Member
0 Kudos

Hi Rajesh,

I think it is already there as i have used it with othere iinterfaces.

it is successfully exiting from the classifier module, but caught in error while entering to BIC module.

Could be a config issue.? not sure.

Edited by: Jyoti Acharya on May 3, 2010 3:08 PM

prateek
Active Contributor
0 Kudos

As mentioned by Sven, it shouldn't be localejbs/SeeburgerMessageSpiltter.

It should be localejbs/Seeburger/MessageSplitter

Regards,

Prateek

Former Member
0 Kudos

Hi Jyoti,

what is the parameter value u have provided in the module tab?

value for the paratemeter bic ??????

Thanks,

Shabbir.