Encrypt the password in a sequence

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 password in a sequence

Post by harsha_blm »

Hi,

I have a sequence with 3 routine activity stages being used to execute 3 different shell scripts in parallel along with database credentials provided through job parameters.
My problem is the job executes fine, but when I see the log in Director
I do see the passwords(database) being displayed.

Pls let me know the solution to encrypt the password display in director.

Thanks in advance,

Harsha
vinothkumar
Participant
Posts: 342
Joined: Tue Nov 04, 2008 10:38 am
Location: Chennai, India

Post by vinothkumar »

Have the datatype of the parameter where you pass password as Encrypted.
Post Reply