cancel
Showing results for 
Search instead for 
Did you mean: 

Log On User

Former Member
0 Kudos

Hi,

The business scenario is

PI receives messages from Web methods and then PI sends these messages to SAP for Processing. Here the issue some times the USER id which is defined in PI is not getting picked up for processing the message in the SAP. Instead a wrong user ID is being picked and send to SAP for processing.

Do any one have any idea on how the user determination happens?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This could be an intermittent issue. If the same user is concurently being used in the other process then this user id get locked until that process service the task. During that time wrong available user id is picked by the system and you get this issue.

Shabarish_Nair
Active Contributor
0 Kudos

if you are using a IDoc or Proxy connection to SAP, check the destination. Run the authorization test 5 or more times to see if the user is getting locked or not.

Also can you elaborate your scenario more?