cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Message Monitoring

Former Member
0 Kudos

Error

<?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">UNAUTHORIZED</SAP:Code>

<SAP:P1>401</SAP:P1>

<SAP:P2>Unauthorized</SAP:P2>

<SAP:P3>(See attachment HTMLError for details)</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack />

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

</SAP:Error>

_______________________

<Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />

<Trace level="1" type="B" name="PLSRV_CALL_ADAPTER" />

- <!-- ************************************

-->

<Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV" />

- <!-- ************************************

-->

<Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />

- <!-- ************************************

-->

- <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">

<Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP" />

- <!-- ************************************

-->

<Trace level="1" type="T">error reading SAP_XIAdapterFramework from SLD</Trace>

<Trace level="1" type="System_Error" />

</Trace>

</Trace>

<Trace level="1" type="System_Error">Error exception return from pipeline processing!</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />

- <!-- ************************************

-->

</SAP:Trace>

</SOAP:Header>

- <SOAP:Body>

- <SAP:Manifest xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="">

- <SAP:Payload xlink:href="cid:payload-001EC9EE18BA1DDE9A82D59AD46436E4 at sap.com">

<SAP:Name>MainDocument</SAP:Name>

<SAP:Description />

<SAP:Type>Application</SAP:Type>

</SAP:Payload>

- <SAP:Payload xlink:href="cid:payload-001EC9EE18BA1DDE9A82D636156956E4atsap.com">

<SAP:Name>HTMLError</SAP:Name>

<SAP:Description />

<SAP:Type>System</SAP:Type>

</SAP:Payload>

</SAP:Manifest>

</SOAP:Body>

</SOAP:Envelope>

______________________________________

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This error is either UserName/Pwd issue or cache problem...kindly check both

Former Member
0 Kudos

It is due to user is not having proper authorizatio.

try to run that perticular process by directly login on app. server using the same user/pwd ,

Former Member
0 Kudos

Hi,

How was this issue answered? I got the same errormessage. I opened a new thread, hope someone could answer. Thanks.

Here is the link to my post.

Regards,

Chris C.

Former Member
0 Kudos

Praveen,

You have got an error 401 Unauthorized. We will get this error mostly when user name or password is wrong. So please check once again.

Regards,

---Satish