cancel
Showing results for 
Search instead for 
Did you mean: 

Significance of IP Return Code in SXI_CACHE

arunneerolil
Contributor
0 Kudos

Hi All

For us under 'SXI_CACHE' all the BPMs are having return code 99 and same kind of

error for all

'xxxx' is not a component of data object 'PAYLOAD'

90% of the BPMs are working fine.

But the rest are not getting instantiated and in SXMB_MONI we are getting the following

error

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>An internal error has occurred</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

We have got one SAP Note : 890760 for the error -" 'xxxx' is not a component of data object 'PAYLOAD' "

but confused whether to apply or not bcoz 90% of ccBPMs are working properly even with this error.

Is it mandatory that BPMs must have Return Code '0' in SXI_CACHE ??

If yes why some BPMs are still working properly with Return Code '99' ??

Any help will be appreciated.

Thanks in Advance

Chemmanz

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

<i>but confused whether to apply or not bcoz 90% of ccBPMs are working properly even with this error.</i>

Do any of these BPMs check(using a switch for example) on an attribute value of a the incoming payload?

Basically BPMs in sxi_cache having a return code of 0, mean that, they donot have any errors(syntactic/semantic) as such.

This helps us as one of the debugging steps, in case of any error, while executing a scenario.

Am not sure if this would technically effect anything else.

Regards,

Smitha.

arunneerolil
Contributor
0 Kudos

Hi

The error in SXI_CACHE is

'xxxx' is not a component of data object 'PAYLOAD'

xxx - are some elements used in Switches and Loops.

Still in some working BPMs (return code 99/with the same error) Switches and Loops are working perfectly. This is what confusing us.

Regards,

Chemmanz

Former Member
0 Kudos

Anyway the note 890760 really looks your case, as you said.

The note apply just for some SAP_BASIS Support Packages, can you verify ?

You can use directy the transaction SNOTE in order to verfy this.

Sandro

Former Member
0 Kudos

>Is it mandatory that BPMs must have Return Code '0' in SXI_CACHE ??

Yes

>If yes why some BPMs are still working properly with Return Code '99' ??

Because old versions of the BPM are loaded and active

Definitely you must to solve the problem.

In which steps have you used 'xxxx' ?

Regards,

Sandro

Former Member
0 Kudos

Hi,

Your cache refresh is not working correctly. Just try doing a full cache refresh and see if it helps

Regards

vijaya

arunneerolil
Contributor
0 Kudos

Hi Sandro

Thanks for the reply.

The BPMs are having issues our XI - QA Server.

All these are working well in our development server and there all the return codes are '0'

We have just transported all these to XI QA(File System). So there is no chance of some other active version.

Regards,

Chemmanz

arunneerolil
Contributor
0 Kudos

Hi

Full cache refresh done multiple times and even restarted the server.

Chemmanz