cancel
Showing results for 
Search instead for 
Did you mean: 

See Burger Error in BICMODULE-module:Adapter call failed. Reason: null

Former Member
0 Kudos

Hi eXperts,

i'm getting the error while excuting the IDOc to EDI Scenario

See Burger Error in BICMODULE-module:Adapter call failed. Reason: null .

I've checked the payload in BIC mapping Designer tool to cross verify the Payload..its converting XML to EDI format.

Please let me the other reasons...

Regards

Nandan

Edited by: Nandan ND on Apr 12, 2011 6:45 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nandan,

":..Adapter call failed. Reason: null ..."

You should check the defaultTrace for the full error message.

I think you forgot to specify the Mapping Name for the BIC module.

regards,

Daniel

Former Member
0 Kudos

Hi,

Thanks for suggestion...

After the providing mapping name it's wrking , but the file created is having problem with delimiter separartor & segment separator.

ISAh00h h00h hZZhMEACOR2 hZZhKCS h101209h1012hUh00400h035571830h1hPh^://seeburger.com/xi/bic/destDelimiter

GShSRhMEACOR2hKCSh20101209h1012h35571830hXh004010://seeburger.com/xi/bic/destDelimiter

Regards

Nandan

Former Member
0 Kudos

Hi,

Check the dynamic configuration parameters and usage...

As you specified delimiter as @http://seeburger.com/xi/bic/destDelimiter this value is getting substituted...

your dynamic configuration paramters are not working...so look at document provided by seeburger for using Dynamic..

HTH

Rajesh

Former Member
0 Kudos

Hi,

You have specified a Dynamic Parameter to be used as "destDelimiter":

@http://seeburger.com/xi/bic/destDelimiter

If the value of the Dynamic Parameter is empty, the Name of the Dynamic Parameter itself , which is "@http://seeburger.com/xi/bic/destDelimiter" will be used as the value. That's why your message looks a bit strange...

3 Options:

a) Do not use the parameter "destDelimiter" in your BIC module

Default Delimiters are used if you do not specify your own Delimiters.

b) Specify a Constant Value for "destDelimiter"

You must use a string with the length of 6 characters.

The order of the delimiter is as follows: subfield, field, decimal, quoting, fieldgroup, segment.

c) Check why the value of the Dynamic Parameter is empty.

Somewhere in your processing chain you need to create the

Dynamic Parameter "@http://seeburger.com/xi/bic/destDelimiter"and assign a value to it.

regards,

Daniel

Answers (1)

Answers (1)

sbuttler77
Active Participant
0 Kudos

What does your module chain look like?

Former Member
0 Kudos

Hi,

Adapter module configuration

Processing Sequenece

1 localejbs/CallBicXIRaBean Local Enterprise Bean Bic

2 CallSapAdapter Local Enterprise Bean 0

Module Configuration

Bic destDelimiter @http://seeburger.com/xi/bic/destDelimiter

Bic destSourceMsg MainDocument

Bic destTargetMsg MainDocument

Bic dynamicConfiguration TRUE

Bic logAttID ConverterLog

Bic newLine true

Bic useAttribIfSet TRUE

Bic xiDocumentID XML_ANSI

Former Member
0 Kudos

Hi,

I cannot see mapping name in module key.

and i think you need to replace CallSapAdapter with

localejbs/ModuleProcessorExitBean Local Enterprise Bean exit

exit JNDIName deployedAdapters/SeeXIAS2/shareable/SeeXIAS2

Suresh