Page 1 of 1

Before/After Sub-routine showing password

Posted: Wed Nov 19, 2008 12:30 am
by Vivek Vazarkar
Hi,

I'm calling one script through Before subroutine of the datastage server job. I have passed script name userid & password using environment variable. The issue is, the datastage server job showing password into the datastage log.

Please let me know how we can hide the password.

Posted: Wed Nov 19, 2008 8:35 am
by chulett
For UNIX there is an "ExecSHSilent" option you'd use rather than "ExecSH". Do you not have an equivalent? If not you could write one that does not log the command line.

Posted: Wed Nov 19, 2008 9:39 am
by DSguru2B
Windoze folks have an equivalent and works well.