cancel
Showing results for 
Search instead for 
Did you mean: 

PI Webservice user authentication.....

Former Member
0 Kudos

Dear All,

We have A SOAP-PI-XI scenario and now everything works fine.

We have given our PI webservice to various vendors and also given them a seperate user id to authenticate them.

is it possible for us to find in PI that which user id being used by webservice to login with the PI system ?

Thanks,
Sivakumar.C

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Without ASMA settings not possible,as Udo mentioned configure ASMA settings.

udo_martens
Active Contributor
0 Kudos

Hi Sivakumar,

if you set in the sender adapter "Set Adapter-Specific Message Attributes" you will be able to monitor the ASMA values. The logon user will be "SRemoteUser". You can as well access it in mapping time.

/Udo

Former Member
0 Kudos

Thansk Udo & Raj.

I have already set ASMA in SOAP Sender CC. Do i need to write a udf ?

also Can you throw some light on "SRemoteuser", which i am not clear.

Thanks Again,

SIvakumar.C

udo_martens
Active Contributor
0 Kudos

Hi SIvakumar,

Do i need to write a udf ?

If you want to monitor, no. If you want to get the user into your xml message, yes.

Can you throw some light on "SRemoteuser"

The ASMA variable storing the user id which logged on to the PI service.

/Udo