cancel
Showing results for 
Search instead for 
Did you mean: 

401 - Unauthorized error in Value Mapping Replication scenario

Former Member
0 Kudos

Hi,

I'm trying to push some Value Mapping replication data from one of the clients (which is a non-Integration Server) of XI system to IS. When I execute the program which calls the outbound proxy, the XI message fails with the error HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorised.

As given in SAP help, I registered the inbound java proxies and generated the outbound proxies. I confiured the receiver channel with path /MessagingSystem/receive/JPR/XI. In authentication data, I tried several users such as XISUPER, XIAPPLUSER, XIISUSER..Still I get the same error.

What is missing/wrong?

Thanks in advance

Praveen Sirupa

Accepted Solutions (1)

Accepted Solutions (1)

former_member91687
Active Contributor
0 Kudos

Hi Praveen,

Check the following blog:

You can refer the link below to check the Configuration.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/configurati... guide - sap xi 3.0.pdf

Cheers,

Chandra

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chandra,

I dont have any trailing or leading spaces in my receiver channel. Still I get the same error.

The thread u mentioned says that I need to fill in the J2EE port. I could not find it in exchange profile. I filled in the value from com.sap.aii.connect.cr.httpport

What is wrong/missing here?

Thanks

Praveen Sirupa

Former Member
0 Kudos

Hi Praveen,

Could you pls do the following...just for verification....

enter the url http://<was_server>:5<sysnr>00/MessagingSystem/receive/JPR/XI

and when it asks for authentication give the XIAPPLUSER and password...you should get an xml that looks like this...

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

- <scenario>

<scenname>MSG_SCEN</scenname>

<scentype>SERV</scentype>

<sceninst>MSG_001</sceninst>

<scenversion>001</scenversion>

- <component>

<compname>SERVLET</compname>

<compdesc>Messaging System</compdesc>

<comphost>localhost</comphost>

<compinst>MSG_001</compinst>

- <message>

<messalert>OKAY</messalert>

<messseverity>100</messseverity>

<messarea>QR</messarea>

<messnumber>801</messnumber>

<messparameter>na</messparameter>

<messtext>MessagingServlet is active.</messtext>

</message>

</component>

</scenario>

Thanks,

Renjith

Former Member
0 Kudos

Hi Renjith,

Thanks for the reply.

I entered the given URL. I got the same XML message you mentioned in the message.

What does this mean and signify?

Thanks

Praveen