cancel
Showing results for 
Search instead for 
Did you mean: 

Received HTTP response code 401

Former Member
0 Kudos

Hi,

I have scenarion JDBC - XI - RFC. Everything seems to be working till yesterday and suddenly i see an error in the communication channel. In the message monitoring the status is set to waiting and I see nothing in the sxmb_moni. Please see the error below

Transmitting the message to endpoint http://sapxd1.egd.enbridge.com:8019/sap/xi/engine?type=entry using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 401 : Unauthorized.

Thanks

Unni

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

seems like, the user being used for JDBC access has its credentials changed.... try to connecto to db server using the user name and password ur providing to communication channel,, and see if the connections establishes there...

regards

Zahid

Former Member
0 Kudos

hi,

Refer this blog for all HTTP Errors

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

check this thread too..

Thanks,

Vijaya

Former Member
0 Kudos

Hi,

Please see if your database and SAP system are up and running fine. There is some communication error which might have occured because of which you are getting this error.

Thanks

Amit

Former Member
0 Kudos

Yes they are working fine.

Regards,

Unni

Former Member
0 Kudos

Hi,

There seems to be some problem with userId/pwd. Try connecting the database from sql client using the same userid/pwd you have given in your channel. 401 is an authorization error.

Go to TCode SMICM -> Services -> http port : 8000 Check the user and pwd here also.

Thanks

Amit

Edited by: Amit Gupta on Jun 26, 2008 8:22 PM

Former Member
0 Kudos

I have already checked these blogs. They all seems to be fine. But this error occur

Regards

Former Member
0 Kudos

Hi,

Did you tried executing the query you have given in your database with the same user you have provided in your channel. Might be possible that user execute permison has been removed. As the error says unauthorized it hase something to do with user/pwd.

Thanks

Amit

Former Member
0 Kudos

Hi Amit,

I did all those. & finally I have restarted the server. Now all my messages(different interfaces too) are failing saying

*

com.sap.aii.af.ra.ms.api.ConfigException: SLDAccess set to true, but not available.

*

Earlier it was just the JDBC interface that failed

Regards

Immo

Former Member
0 Kudos

Immo,

Go to SLD:

http://server:port/sld/ListServlet?bsview=true

Business systems and check if your XI business system has correct "Pipeline URL" parameter defined:

http://server:httpport/sap/xi/engine?type=entry

also check TCODE -> SLDCHECK - if you don't have any errors over there

Gaurav Jain

Reward Points if answer is helpful

Former Member
0 Kudos

This message was moderated.