Encrypt the passwords in Director log

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
harsha_blm
Participant
Posts: 10
Joined: Tue Jun 19, 2007 1:16 am
Location: Bangalore

Encrypt the passwords in Director log

Post by harsha_blm »

Hi,

I have a sequence wherein I have used 3 routine activity running in parallel with error link to all three.My routine activity stage executes three different shell scripts.Parameters like dbase name,password and script name are passed.

The job sequence executes fine but my problem is the director log displays the passwords also along with dbase credentials.I need to encrypt the password display.Pls let me know how to go about this.

Thanks,

Harsha
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

How does your routine execute the scripts? You could build your own version of DSExecute taking a cue from ExecSHSilent which removes the step that logs that information.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply