How to hide passwords? Gets exposed because of ExecuteSH opt

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

How to hide passwords? Gets exposed because of ExecuteSH opt

Post by kaps »

I would like to know how to hide the passwords in DataStage.

I know we can use Encrypted User Defined variable option in DataStage Administrator. But If someone sets up a job with a routine and uses ExecuteSH option rather than ExecuteSHSilent then it exposes the password in the job log. How to restrict it ?

Thanks for the help...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Don't put them in the shell script to begin with. Redirect them for example by reading a file or using an environment variable.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply