cancel
Showing results for 
Search instead for 
Did you mean: 

"User Switch is not possible" in Queue

Former Member
0 Kudos

Hi,

I have a Proxy- file scenario, where i get userID in the source xml coming to PI.

case1: I login to SAP system and trigger the proxy, the proxy xml has my userID in one of the field. message procesed successfully in SAP and reaches PI

Case2: I login to SAP system and trigger the proxy, the proxy xml has some other userID in one of the field.

Message gets scheduled in SAP with StatusText in queue as "User Switch Is Not Possible"

user ids have same profiles in both the systems

Please let me know if some one has any pointers to help on thiis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Is the Proxy code reading the USER ID at runtime based on who triggers the Proxy ?

If the Proxy code/field value has X user name fixed and when you try to run the Proxy again it must be trying to replace the existing user name X with your SAP ID Hence the error User Switch not possible.

Either search for code where the user switch is defined or try to login with same user id X and try to run the Proxy.

Let me know if it works else share the Proxy code

Thanks

Kishore