KBI 220298 Environment Variables Show Root Even If Job Executed Under Other Account
Version
Unix Argent Queue Engine
Date
4 Nov 2004
Summary
N/A
Technical Background
This is normal.
Unix Argent Queue Engine uses ‘setuid’ to set the effective user id before launching the job process.
This API does not reset the environment variables.
User need to configure by themselves using setenv or export in script to set up their own environment variables.
To confirm that job is being executed under the correct credential, user can check either the UID printout on the top of job log or dump out TABF_USERNAME environment variable.
Resolution
N/A