Page 1 of 1

Encrypt the passwords in Director log

Posted: Thu Apr 28, 2011 9:27 pm
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

Posted: Thu Apr 28, 2011 10:00 pm
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.