cancel
Showing results for 
Search instead for 
Did you mean: 

Error in File 2 File in PI 7.1

Former Member
0 Kudos

Hi all,

This is the error i got in smq2(inbound queue)...Apart from cache refresh problem does this signify any other error...Am not getting the output file...

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

- <!-- XML Validation Inbound Channel Request

-->

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

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

<SAP:Code area="XICACHE">INTERNAL_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>Error &#39;HTTP status code 401 Unauthorized&#39; while executing HTTP request (calling method &#39;get_status&#39;)</SAP:AdditionalText>

<SAP:Stack>Error while refreshing the XI runtime cache</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Regards,

Deepika K

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Refresh Cache in SXI_CACHE

And also do CPACache

or

check this

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

reg,

suresh

GabrielSagaya
Active Contributor
0 Kudos

Error: HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorized

Description: The request requires user authentication

Possible Tips:

u2022 Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER

u2022 If the error is in XI Adapter, then your port entry should J2EE port 5<System no>

u2022 If the error is in Adapter Engine

u2013then have a look into SAP note- 821026, Delete the Adapter Engine cache in transaction SXI_CACHE Goto --> Cache.

u2022 May be wrong password for user XIISUSER

u2022 May be wrong password for user XIAFUSER

u2013 for this Check the Exchange Profile and transaction SU01, try to reset the password -Restart the J2EE Engine to activate changes in the Exchange Profile After doing this, you can restart the message

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Former Member
0 Kudos

Hi,

Refresh Cache in SXI_CACHE

And also do CPACache

http://142.16.16.11:51000/CPACache/monitor.jsp

Regards

Seshagiri