Dear All,
While running synchronous scenarios from ECC to Legacy System (ECC -> PI 7.11 SP00 -> Legacy) I am getting HTTP 200 error in SXMB_MONI on ECC side. I am unable to receive message in PI system.
Error: Error while receiving by HTTP (error code: 200, error text: Error Parsing Response. No XI Response Received.)
<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">CLIENT_RECEIVE_FAILED</SAP:Code> <SAP:P1>200</SAP:P1> <SAP:P2>Error Parsing Response. No XI Response Received.</SAP:P2> <SAP:P3 /> <SAP:P4 />
<SAP:ApplicationFaultMessage namespace="" /> <SAP:Stack>Error while receiving by HTTP (error code: 200, error text: Error Parsing Response. No XI Response Received.)</SAP:Stack> <SAP:Retry>N</SAP:Retry>
While checking the message in SXMB_MONI, I am also unable to see reference of Sender Service in Response message. Probably becuase the message is not reaching PI system.
Many threads mention about checking the mapping but message is not reaching PI server.
I have all RFC connections between ECC and PI and all are working properly. With the same connections and configuration setting all the scenarios are working in QA system.
Please help!!
Thanks and Regards
Chanakya
Your legacy system does not provide a response.
Check legacy system for the issue.
Hi Sharma,
In your case we need to test 2 ways. First check whether the response is coming from receiver or not. If it is coming then then the response reaching to PI or not. If you are using soap at the receiver channel simply you can test interface by using soapui. Send the data to the receiver from soap tool. Check whether response is coming to soap tool or not. If you are getting response to the soap tool then you need to check with the PI system .
Regards,
Rama
Hi Sharma,
In your case we need to test 2 ways. First check whether the response is coming from receiver or not. If it is coming then then the response reaching to PI or not. If you are using soap at the receiver channel simply you can test interface by using soapui. Send the data to the receiver from soap tool. Check whether response is coming to soap tool or not. If you are getting response to the soap tool then you need to check with the PI system .
Regards,
Rama
Add a comment