Hi Experts,
Actually, I am facing a problem in SAP PI version 7.1
One of my messages is stuck in the Message Monitoring (RWB) giving me the below error:
Error Delivering the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SP_SetPOStatus' (structure 'Statement'): com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'MDO.sys.objects'..
I tried by comparing the payload with the payload of successful messages but 'no help'.
Payload:
<?xml version="1.0" encoding="UTF-8" ?>
- <ns0:MT_Set_PO_Status xmlns:ns0="http://Spotless.com.au/SCM_A042_I023">
- <Statement>
- <SP_SetPOStatus Action="EXECUTE">
<PONumber isInput="TRUE" type="VARCHAR">9000012552</PONumber>
<Status isInput="TRUE" type="VARCHAR">R</Status>
</SP_SetPOStatus>
</Statement>
</ns0:MT_Set_PO_Status>
Could you please advise what is needed to be done ????
Thanks in Advance,
Aayush Aggarwal