Reading encrypted password parameter from value file...

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
datisaq
Participant
Posts: 154
Joined: Wed May 14, 2008 4:34 am

Reading encrypted password parameter from value file...

Post by datisaq »

I am reading a parameter set value file through UNIX.The value file is having user id and encrypted password of the database.

I'm reading the user id and encrypted password from the file and passing to the dsjob command.But the job is aborting with error as "login failed: Invalid password".

Is there any other way to read the encrypted password from the value file and pass to the job??

Please help me out....
IBM Certified - Information Server 8.1
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

use datastage to run the jobs.

Or design the sequence to read those values and pass it to child jobs. Then call the sequence from command line.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

I believe you have given the password in the parameterset ( value file ) through datastage .If that value is not changed at unix level then you should be able to pass the value file at runtime through command line and execute the job successfully .
Nag
Post Reply