cancel
Showing results for 
Search instead for 
Did you mean: 

Facing Problem in Client Proxy

Former Member
0 Kudos

Hi All,

I am trying to move the material data into a file using proxies. i have activated proxies and written a program in abap when i execute the abap report and when i look it in sxmb_moni i am getting the follwoing error :

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

- <!-- Call Integration Server

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">NO_EXEC_PERMISSION</SAP:Code>

<SAP:P1>User/Party/Service</SAP:P1>

<SAP:P2>PIAPPLUSER//Dell_Bs_Ib</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No authorization available for processing messages on Integration Server (ACL at sender service): User/Party/Service PIAPPLUSER//Dell_Bs_Ib</SAP:Stack>

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

</SAP:Error>

Kindly provide the solution.

Prem.S

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

It seems to be authorization issue. PIAFUSER must be assigned the SAP_XI_APPL_SERV_USER role. Please go through the following Link for more information.

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

Thanks& Regards,

aravinth

Former Member
0 Kudos

Looks like an authorisation issue.

Extend the trace file and debug to find authorisation object required.

Former Member
0 Kudos

hi,

what is XI verison what is the R3 version?and also patch level of that systems

thanks

ajai

bhavesh_kantilal
Active Contributor
0 Kudos

Looks like the PIAPPLUSER being used in the TCP IP connection IN SM59 on your R3 has an iccorect password.

Go to SXMB_ADM on R3 --> check what the integration engine is pointing to dest://XYZ.

This XYZ is the name of the destination and check the user id and password of this destaintion .

Regards

Bhavesh