cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP client proxy 401 error

Former Member
0 Kudos

Hi i have generated a ABAP client proxy in my ECC system and sending an outbound message to XI. i get the following error.

HTTP response contains status code 401 with the description Unauthorized Error while sending by HTTP (error code: 401, error text: Unauthorized)

I have tested the following.

1) My sld and ECC system have the integration engine and pipeline settings for the XI Server: http://server:8000/sap/xi/engine?type=entry

2) logon to the URL http://server:8000/sap/xi/engine with user XIAPPLUSER and pwd in the browser because of the error 'Der Aufruf der URL http://server:8000/sap/xi/engine wurde aufgrund fehlerhafter Anmeldedaten abgebrochen'

any sugestions ? using a proxy as target works fine

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Frank,

please have a look at question 14 on the XI FAQ

(link below)

and do the rfc dest in SM59 (from the ECC)

and put this dest in SXMB_ADM on the ECC

use this instead of a direct http string in SXMB_ADM

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

thanks michal,

it is working

MichalKrawczyk
Active Contributor
0 Kudos

no problem

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

manish_bhalla2
Contributor
0 Kudos

Hi ,

You seem to have a problem with the XIAPPLUSER logon. Can you check that the user has the appropriate authorizations? Maybe the user is locked? Maybe the password has been incorrectly entered?

XIAPPLUSER should have the role SAP_XI_APPL_SERV_USER.

Also, check that the XI engine service has been activated.

Transaction SICF. Default_host->sap->xi Activate the entire node with all subtrees.

Cheers

Manish