cancel
Showing results for 
Search instead for 
Did you mean: 

INITIAL_JCO_RETURN -error in mapping

Former Member
0 Kudos

Hello!

I get the following error in XI when I'm trying to send quite large IDOC in IDOC to JDBC -scenario.

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand=""> <SAP:Category>XIServer</SAP:Category> <SAP:Code area="MAPPING">INITIAL_JCO_RETURN</SAP:Code> <SAP:P1 /> <SAP:P2 /> <SAP:P3 /> <SAP:P4 /> <SAP:AdditionalText /> <SAP:ApplicationFaultMessage namespace="" /> <SAP:Stack>All JCo return parameters are initial</SAP:Stack> <SAP:Retry>M</SAP:Retry> </SAP:Error>

When I use smaller IDOC in same scenario, it works fine.

Could somebody help me. Is there something wrong with the configuratios or parameters, which could cause this?

Thanks in advance,

Janne

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Swarup!

Thanks for your answer.

At first glance, I wasn't able to find a lot to optimize in the XSLT-conversion. Could you give me some note numbers that might me in this issue.

In the meantime we are sending the data in multiple IDOCs.

Janne

Former Member
0 Kudos

Hi Janne,

In order to avoid memory issues during mapping, dont use XSLT mapping as it loads whole document in the memory and thus consumes lot fo memory.

Instead try to use JAVA/GRAPHICAL mapping where queues were used which consumes minimal memory.

Regards

chris

Former Member
0 Kudos

HI,

This kind of error occurs when there will be huge data processing across Mapping. Your memmory consumption is being affected due to this processing.

You need to have either optimization of Mapping object or the logice incporporated in mapping and may require to include SAP notes for the performance aspects.

Else try to send the IDOC segments in small chunks

Thanks

swarup

Edited by: Swarup Sawant on Jun 12, 2008 11:44 AM