cancel
Showing results for 
Search instead for 
Did you mean: 

User PIPROXYUSER has no authorization to process messages

Former Member
0 Kudos

Hi All,

Please give some suggestion to resolve this authorization issue.

this is running in PRD system from last 2 years. suddenly we got one issue in PRD due to "User PIPROXYUSER has no authorization to process"messages. Because of this in Pi system all interfaces are failing in MONI.( we used one proxy channel  in Multiple interfaces)

Example: we have all most  JDBC to Proxy interfaces and vice versa. In that all receiver proxy channel(XI adapter) we used  ECC system credentials and that username is PIPROXYUSER.

We checked all the RFC connections and SLDCHECK, SLDAPICUST in both the systems Pi and ECC. and all are good. and but when the data is from SAp to JDBC is working. Here i have small doubt why inbound proxy is only failing in MONI. I know we are not creating any channel if the sender is SAP but y it is not showing any error. we checked if any authorization missing for above user but we din't find any clue what ever we have previously that is only showing.

Please can you tell me the reason for failures and how to resolve this?????

Moni Error:

Thank you in advance.....

Accepted Solutions (1)

Accepted Solutions (1)

former_member213558
Active Participant
0 Kudos

Hi.

please add the blow role to your user Id. and restart the message.

SAP_XI_APPL_SERV_USER

Former Member
0 Kudos

Hi Ramesh,

Thank u for your input..

That role is already assigned in PI system. Here problem with the ECC system user PIPROXYUSER.

Receiver Chanel :

Thanks,

raj

former_member182412
Active Contributor
0 Kudos

Hi Raj,

Can you show us the below part of configuration? Make sure you have given these three parameters correct?

Regards,

Praveen.

former_member184948
Active Participant
0 Kudos

Hi Rajireddy,

You wrote: That role is already assigned in PI system.

This is if this is receiver proxy and you are trying to connect to ECC , the user PIPROXYUSER is of ECC. Using this user of ECC you are login into ECC.

>>So first check in ECC->su01 whether the user still has auth of "SAP_XI_APPL_SERV_USER".

Secondly , in past I have experienced cases when my user using which PI was trying to invoke proxy in ECC has "SAP_XI_APPL_SERV_USER" auth and even SAP_ALL profile still ,it failed to process data , the reason was that for some transactions which your proxy is trying to process in ECC needs some special roles which your your user should have.

I  made the security/basis guy sit at ECC end and then we ran this interface he then gave same roles to my id which were needed by any person to run those transactions which the proxy was suppose to run in ECC and it worked.

As for your question:Here i have small doubt why inbound proxy is only failing in MONI. I know we are not creating any channel if the sender is SAP but y it is not showing any error. we checked if any authorization missing for above user but we din't find any clue what ever we have previously that is only showing.

Again :In case of sender proxy , you send data to PI from ECC , so in ECC you maintain one destination of type "HTTP connection to ABAP system "(in case of dual stack PI) or (TCP/IP in case of Single stack PI) which would hit the integration server of PI directly .point is the user id used here is of PI not ECC and there is no change in that user.

So receiver proxy failing has nothing to do with sender proxy failing.

Former Member
0 Kudos

Hi Dilip,

Now it is working. Thank you for your help.

Regards,

Raj

former_member184948
Active Participant
0 Kudos

Could you please tell us what you did to resolve it ? was it from the answers given by people or you did anything differently , so that it helps others too .

Former Member
0 Kudos

Hi Dilip,

Yes, I have added "SAP_XI_APPL_SERV_USER" role to PIPROXYUSER ( ECC user).

Thanks,

Raj

JaySchwendemann
Active Contributor
0 Kudos

Please mark the respective answer as correct, see

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi RajiReddy,

For similar problem Alexey suggestion worked for me: Server proxy user authorizations | SCN

Regards.