cancel
Showing results for 
Search instead for 
Did you mean: 

System not configured as XI Integration Engine

Former Member
0 Kudos

Hello Friends,

I am sending a file from the legacy system to the XI where in we are updating the lookup tables in XI using a proxy.

But I am getting an error message as

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">SYSTEM_NOT_CONFIGURED_AS_XMB</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>System not configured as XI Integration Engine</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

I have checked in the SXMB_ADM t-code and there the values are maintained as Integration server as the role of the BS and with the url http://hostname:Port/sap/xi/engine?type=entry.

This scenario is working fine for me in the other system....

Please help me out in this regards.

Thanks in advance,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

former_member431549
Contributor
0 Kudos

From the error, it appears the ECC system (or whatever your target business system is) is not configured for abap proxies. Did you check sxmb_adm on the target BS ?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kumar !

Check this threads:

Regards,

Matias.

Former Member
0 Kudos

Hi

The original problem was resolved...that was because the system was pointing to a wrong client..but now when I try to post the data to proxy I am updating the records in a table... But the table is not getting updated and in XI I am getting success message...

Any idea on why this is happening...

Regards,

Kumar

Former Member
0 Kudos

Hi Kumar,

Do u see any message in SXMB_MONI of R/3?

Regards,

Akshay

Former Member
0 Kudos

Hi Kumar !

I think that is ABAP related, not XI related. try to debug your abap proxy receiver, check if you are committing the data. The ABAP Proxy receiver, only converts XML data from XI to fill the ABAP structures, then the processing logic is up to you.

Regards,

Matias.

Former Member
0 Kudos

Hi Matias,

We are usign the same proxyin the Development and the Quality. It is working fine there. But it is not working in our pre production system and the message monitoring says the message processed successfully.

Kinldy advice..

Regards,

Kumar