cancel
Showing results for 
Search instead for 
Did you mean: 

** Proxy Sceanrio (Inbound) - error: NOT_AUTHORIZED_FOR_PROC

jegathees_waran
Active Participant
0 Kudos

Hi friends,

I am doing WebService to Proxy sceanrio (Sync to Sync). For Proxy, in the reciver adapter XI (Comm Channe), we have given the user login details of the business system (username in backend SAP). This user is a developer user and we attached the role 'SAP_XI_APPL_SERV_USER'.

While test the scenario, the following error comes in SXMB_MONI.

-


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Call Adapter --> <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1"><SAP:Category>XIProtocol</SAP:Category><SAP:Code area="MESSAGE">NOT_AUTHORIZED_FOR_PROC</SAP:Code><SAP:P1>ABAP1</SAP:P1><SAP:P2/><SAP:P3/><SAP:P4/><SAP:AdditionalText/><SAP:ApplicationFaultMessage namespace=""/><SAP:Stack>User ABAP1 has no authorization to process messages

</SAP:Stack><SAP:Retry>N</SAP:Retry></SAP:Error>

-


What could be the problem ?

Kindly reply friends.

Thanking you.

Kind Regards,

Jeg P.

Accepted Solutions (0)

Answers (2)

Answers (2)

jegathees_waran
Active Participant
0 Kudos

We have assigned all the roles equivalent to SAP_ALL profile. Then this problem was solved. But, unable to find the exact role.

Former Member
0 Kudos

Hi,

try to use a non-dialog user with the role SAP_XI_APPL_SERV_USER assigned.

Here you can find the description of the Role SAP_XI_APPL_SERV_USER :

Service User Role for Application Systems:

This role includes all authorizations that an application system (ABAP and

Java) requires for non-dialog access to components of the Exchange

Infrastructure.

BR,

Martin