Encrypt the Password so that it's not in plain text in a OdiOSCommand.
Hello ODI Experts,
In a package I need to execute a Essbase MaxL command. I'm using
a OdiOSCommand object to do this works very well gets the job done.
Call MshVal.cmd DevA SCQChaArea Username Password 'ordi50034D:4423' 'ordi50034D:10423'
SCSource.Finance SCTarget.Finance Budget Controle FY08
Now what I would like to do is encrypt the Password so that it's not in plain text.
I looked at -SECU_PASS=<password> in the ODI Users Guide but
I'm missing something to actually make it work.
Any hints on how to get this working?
Thanks
Eric