cancel
Showing results for 
Search instead for 
Did you mean: 

Value Mapping Error : HTTP_RESP_STATUS_CODE_NOT_OK

Former Member
0 Kudos

Hi all,

I want to test value mapping mass replication.

So I use ABAP Proxy CO_SVMR_VALUE_MAPPING_REP to send data.

In directory, I set a business service as receiver with Receiver XI adapter (java proxy configuration :

Service number : 50000

Path : /MessagingSystem/receive/JPR/XI

User : PIAPPLUSER (not locked)

I have register both Value mapping java proxy using :

http://<Server>:<Port>/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingRep...

and

http://<Server>:<Port>/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingRep...

In SXMB_MONI :

HTTP_RESP_STATUS_CODE_NOT_OK

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

I have other ABAP proxy for which no errors occurs.

I think my error is in JPR...

Can you help me ?

Message was edited by:

Jean-Charles

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all for your help.

I solved it by changing comm channel "authentification type" attribute :

"Use Logon data for Non SAP System"

MichalKrawczyk
Active Contributor
0 Kudos

hi,

open SM59 in your ERP system and find connection:

INTEGRATION_DIRECTORY_HMI

test it

if you see a logon screen than it means the password is not correct

(correct it in logon tab)

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

Hi Michal,

Quick question ...

If we get the logon screen when we test INTEGRATION_DIRECTORY_HMI, it could also mean that the user has expired right? Or is it definitely a case of wrong credentials?

cheers,

Prashanth

Former Member
0 Kudos

Hi Jean-Charles,

Please check for trailing spaces in your comm.channel.Remove them, if they are there. Also check the port number connecting to the java proxy.

cheers,

Prashanth