cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP2RFC scenario

former_member189440
Participant
0 Kudos

HI friends,

I am trying out this HTTP TO RFC scenario. but got stuck while sending a message from runtime workbench.

I am getting HTTP 401 - UNAUTHORIZED. Please dont mind if it silly doubt. I am beginner to XI.

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member193376
Active Contributor
0 Kudos

Hi

This may be due to wrong user id and password ..check logon details in SM59 under "HTTP Connections to ABAP System"

Try to send messages from Integration Server>Adapter engine >Test Messages

Also check the input details that you have given, the abap port number.

Thanks

Saiyog

vijay_b4
Active Contributor
0 Kudos

Hi Uday,

Welcome to XI.

HTTP 500 is the correct response.

The problem seems to be with the user you are using to send the HTTP message to XI. Make sure that the user you are using to test with to send the HTTP message has at least the same authorisations as XIAPPLUSER.

Check logon details in SM59 under "HTTP Connections to ABAP System"

Try to send messages from Integration Server>Adapter engine >Test Messages

Reward points if this helps

Regards

Vani.

Former Member
0 Kudos

HI,

HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorized

Description: The request requires user authentication

Possible Tips:

u2022 Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER

u2022 If the error is in XI Adapter, then your port entry should J2EE port 5<System no>

u2022 If the error is in Adapter Engine

u2013then have a look into SAP note- 821026, Delete the Adapter Engine cache in transaction SXI_CACHE Goto --> Cache.

u2022 May be wrong password for user XIISUSER

u2022 May be wrong password for user XIAFUSER

u2013 for this Check the Exchange Profile and transaction SU01, try to reset the password -Restart the J2EE Engine to activate changes in the Exchange Profile After doing this, you can restart the message

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit -HTTP-RFC

Regards

Reddy Gundala

Former Member
0 Kudos

Hi Uday,

Send the message from RWB----Integration Engine

And dont forget to provide the User name & Pwd & set the Quality of Service also according to your Scenario( If it is Sync means select Best Effort & if it is Async means select Exactly once)

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Thanks,

Madhu