cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Proxy: Error code 401

Former Member
0 Likes
1,126

Hi,

In my file to proxy(XI adapter), i am getting the following error:

"<i>HTTP response contains status code 401 with the

description User not authorized for message

processing</i>"

The user that i am using on the xi adapter has the role "SAP_XI_APPL_SERV_USER" added.

Is there something that i am missing

View Entire Topic
Former Member
0 Likes

Hi Danny Molepo

error code 401stands for Unauthorized

This code is used when access to a resource is protected and the client did not provide valid authentication credentials. Often the 401 response includes information that causes the user agent to prompt the user for a username and password.

for more details on error code follow the link

http://www.web-cache.com/Writings/http-status-codes.html

Check whether you have given the right credentials. If you are very sure that you have given right credentials then your problem will be solved by restarting J2EE engine

steps to restart J2EE engine

1) run transaction SMICM

2) then in the tab administration => J2EE instance(local) =>send soft shutdown with restart

by this java engine will restart and will be up in 5-10 minutes and your problem will be solved

Thanks

sandeep sharma

PS ; if helpful kindly reward points

Message was edited by:

sandeep sharma