Job Parameter : Environment variable as Password

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
williamswe
Participant
Posts: 11
Joined: Mon Dec 05, 2005 4:11 am

Job Parameter : Environment variable as Password

Post by williamswe »

Hi All,

I am using an environment variable (Oracle login password) as a job parameter.

I can run the job successfully using it, but when i tri to do "view data" i can't and get this error...


Error executing View Data command:

Bad dboption list. Failed on Expected value for property "password"

i wonder why...

thx in advance
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's just The Way It Works when using ENV variables like that. Job runs but you can't view data without putting a 'real' value in there.
-craig

"You can never have too many knives" -- Logan Nine Fingers
prabu
Participant
Posts: 146
Joined: Fri Oct 22, 2004 9:12 am

Re: Job Parameter : Environment variable as Password

Post by prabu »

williamswe wrote:Hi All,

I am using an environment variable (Oracle login password) as a job parameter.

I can run the job successfully using it, but when i tri to do "view data" i can't and get this error...


Error executing View Data command:

Bad dboption list. Failed on Expected value for property "password"

i wonder why...

thx in advance
Did you feed the correct password , when prompted by "view data".
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

when you do a view data. dont use variables. use hard coding when prompted for the parameter values.
pneumalin
Premium Member
Premium Member
Posts: 125
Joined: Sat May 07, 2005 6:32 am

Get a patch to fix it!

Post by pneumalin »

This is a knon bug that has been fixed in latest patch for 7.5.1.A. Contact IBM for the patch download..
williamswe
Participant
Posts: 11
Joined: Mon Dec 05, 2005 4:11 am

Post by williamswe »

Thx a lot for the info.

And any idea on how much downtime do we need to apply the patch?
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

Im using 7.5.1 A and seems the bug has been fixed! i can use $PROJDEF as default value for password and view data seems to work without much complaints
pneumalin
Premium Member
Premium Member
Posts: 125
Joined: Sat May 07, 2005 6:32 am

Post by pneumalin »

That's great they put the fix in 7.5.1.A. I just heard IBM has come out with 7.5.2(Not official, but is 7.5.1.A above), this is recommended if you want this fix since this version contains a lot more fixes. Ask for your IBM representatives. As per my experience, to apply the patches doesn't take too long( Maybe an hour). Be careful on your permission setup of your project, since I noticed the upgrade process modify the permission of some project files and caused some jobs run problem during my previous patching process...
Post Reply