I have a TRANSFORMER that essentially executes a built up SQL statement. It works....However the log is actually showing my $userid and $passwd as plain text....BAD for SECURITY. the follwing is the derivation in the transfomer
UtilityRunJob("Write_" : DataObjName : "_TEMP",'$userid=': $userid : '|$passwd=': $passwd : "|SQL=": CallJob.SQL :"|Server_Name=" : ServerName : "|Output_Tbl=" : Output_TblName : "|FileName=" : SrcPrefix : CallJob.SOURCE_TBL : "|FieldName=" : CallJob.FIELD : "|RefTblName=" : CallJob.REF_LOC :"|Src_Schema=" : CallJob.SRC_SCHEMA:"|SRC_NAME=":SRC_NAME ,0,0)
the log shows my real username and password. How can I prevent this?
$PASSWD showing up in job log as my reAl password
Moderators: chulett, rschirm, roy
I don't recall if the 'source' for that utility is available but I assume it is... you may be able to copy it and create a 'Silent' version, much like there exists one for ExecSH for the exact same reason. Copy it and see about not logging some (or all) of the information you're passing in.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
</a>