cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Outbound Error

Former Member
0 Kudos

hello everybody,

i have the next scenario ABAP Proxy->XI->RFC, the problem is that in the sender system I'm getting the next error in SXMB_MONI of sender system:

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

- <!-- Call Integration Server

-->

- <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">

<SAP:Context />

<SAP:Code p1="401" p2="Unauthorized" p3="" p4="">HTTP.HTTP_STATUS_CODE_NEQ_OK</SAP:Code>

<SAP:Text language="EN">HTTP status code 401 : Unauthorized</SAP:Text>

</SAP:ErrorHeader>

the status is system error, can anyone help me with this error, cause messages are not aariving to Integration Server, thanks in advance.

Regards,

Julio Cesar

View Entire Topic
Former Member
0 Kudos

Hi Julio

Check Following Steps:

1:Have you insterted the correct URL of your Integration Server?

XMB.TargetURL=http://<host>:<ICM_Port>/sap/xi/engine?type=entry

2: Is the user and password correct?

XMB.User=XIAPPLUSER

XMB.Password=*****

3: Are the read permissions in the source directory correct?

file.sourceDir=/usr/sap/...

4: Be sure you use the ICM Port in my case 8000, e.g.

XMB.TargetURL=http://server:8000/sap/xi/engine?type=entry

If you use SLD information also include

XMD.SLDConfiguration=SLDaccessor in the file.

Check also that the XI user has the right profiles in the XI ABAP instance.

Thanks

Abhishek Mahajan

***Reward points if helpful*********