cancel
Showing results for 
Search instead for 
Did you mean: 

File to proxy

Former Member
0 Kudos

Hi experts,

My scenario is file to proxy. I kept one file in shared folder. XI is reading this file and it is processing. while processing i am getting below error message in SXMB-MONI.

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

- <!-- Call Adapter

-->

- <SOAP:mustUnderstand="1">

<SAP:Category>XIProtocol</SAP:Category>

<SAP:Code area="MESSAGE">NOT_AUTHORIZED_FOR_PROC</SAP:Code>

<SAP:P1>SRINIVAS</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>User SRINIVAS has no authorization to process messages</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

and i am getting error message in RWB Adapter component

SAPPasswordCredential(PIAFUSER):password=******:sapclient=300:saplang=

Accepted Solutions (0)

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

your error message basically says that you are not authorized to push messages into the ABAP proxy.

Make sure the user id used has the proper authorization.

As described above, the role will be

SAP_XI_APPL_SERV_USER (additional application-specific authorizations required) (as per the help link refer the authorization table)

former_member181962
Active Contributor
0 Kudos

The user SRINIVAS should be assigned the role:

SAP_XI_APPL_SERV_USER in the R/3 system.

Read more here:

http://help.sap.com/saphelp_nwpi711/helpdata/en/d4/d12940cbf2195de10000000a1550b0/content.htm

Regards,

Ravi

Former Member
0 Kudos

Hi,

It is simply authorization issue. You do not have proper authorization to process the message. Check with your BASIS team.

Same issue solved in below thread..

Regards,

Sarvesh