Hello Everyone,
I hope that you could help with this problem that i'm facing. I Found some post related but with no answer about the problem.
Actually in any scenario with XI -> Proxy (Abap Proxy, XI channel) the message are processed wel but when the Call Adapter step is executed, the error in XI MONI is the next
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--
Adapter Call (Integration Engine, Idoc, RFC)
--> -
<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category> XIServer</SAP:Category> <SAP:Code area=" INTERNAL"> USER_CONTEXT_ERROR</SAP:Code> <SAP:P1> Other error (-> evaluate trace)</SAP:P1> <SAP:P2 /> <SAP:P3 /> <SAP:P4 /> <SAP:AdditionalText> create_user_context</SAP:AdditionalText> <SAP:Stack> An Error has Ocurred in the User Context Other error (-> evaluate trace)</SAP:Stack> <SAP:Retry> M</SAP:Retry> </SAP:Error> The error in the trace
<Trace level="1" type="System_Error">External error header received</Trace>
</Trace> </Trace> <Trace level=" 1" type=" System_Error"> Error exception return from pipeline processing!</Trace>
We presented this error recently, on DEV environment. Until this moment we dont know what could be the cause. If you have some advice, I'll appreciate a lot.
I found this link: USER_CONTEXT_ERROR
Regards,
Vicman