How Do I Get The Username Of A Client Tuxedo In The Service Called?
(Doc ID 1361508.1)
Last updated on JUNE 10, 2022
Applies to:
Oracle Tuxedo - Version 10.3.0 and laterInformation in this document applies to any platform.
Goal
How to obtain username of WS Client connected to Tuxedo Server in the Service called ?
Background:
Customer is migrating Tuxedo application.
The server implements MANDATORY_ACL security.
In service that is called from WS client, username of client is needed to be passed to database.
Already tried in the service:
printf ("Identification of the user: appkey :%d cltid %s \n", rqst-><appkey>, rqst->cltid);
But, the output is a number for appkey and the service name for cltid
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |