cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Channel - ADAPTER.HTTP_EXCEPTION

Former Member
0 Kudos

Hi,

I have a receiver SOAP Channel and when i tried sending messages.

Am getting an adapter exception.

Please guide if someone has faced with the same kind of error

Thanks

Sebin

The error response is pasted below.

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

- <!-- Inbound Message

-->

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

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="HTTP">ADAPTER.HTTP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>HTTP 401 Access Denied</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Thanks

Sebin

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

As Babu mentioned check the authorization of the User ID

Regards

Agasthuri Doss

Former Member
0 Kudos

Its not working

Former Member
0 Kudos

hi

Error: HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorized

Description: The request requires user authentication

Possible Tips:

• Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER

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

• If the error is in Adapter Engine

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

• May be wrong password for user XIISUSER

• May be wrong password for user XIAFUSER

– 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

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

regards

Ramesh P

Former Member
0 Kudos

Hello Ramesh,

Thanks for the reply.

We tried all these,

Former Member
0 Kudos

>>HTTP 401 Access Denied

check your permissions,should have APPLUSER role.