Using encrypted parameter into excecute command stage...

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
soportesis
Premium Member
Premium Member
Posts: 21
Joined: Thu May 31, 2007 8:58 am

Using encrypted parameter into excecute command stage...

Post by soportesis »

Hello,

Is it normal that the data type "encrypted" for a parameter be showed (unencrypted) in the log within DataStage Director? I'm using an excecute command stage for excecuting a command that require a password, when I make the invocation I'm using an encrypted parameter containing the password.

Is there a way to do this without showing the password into the log?

Version: DataStage 7.5.2 Enterprise Edition
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Write a routine to invoke (off the top of my head) ExecSHSilent(), it won't log that information.
-craig

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