Reg : project level parameters

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
pandujoy
Participant
Posts: 70
Joined: Tue May 13, 2008 1:37 pm

Reg : project level parameters

Post by pandujoy »

Hi,

I am facing a strange error.....I have a job and when i am trying to load data from Informix database through user defined parameters (DSN/USE/PASS) the job is getting aborted ....but when i am trying to run the same job using job level parameters i runs clean. Suprisingly i just added user defined variables for only DSN/USR and hardcoded the password inthe ODBC stage it runs fine....Looks like something is going wrong at password field.

Not sure if anyone had faced such a problem. Please let me know what might be the reason .....

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

Post by chulett »

What is the abort? Is your password encrypted and if so, does it work as an environment variable when not encrypted?
-craig

"You can never have too many knives" -- Logan Nine Fingers
pandujoy
Participant
Posts: 70
Joined: Tue May 13, 2008 1:37 pm

Post by pandujoy »

Thats true....When i am provided password field as encrypted the job gets aborted and fails...But i put as string it runs fine
pandujoy
Participant
Posts: 70
Joined: Tue May 13, 2008 1:37 pm

Post by pandujoy »

I was being a fool......#$variable#.......

Look like a bug in odbc stage...it pulls only $variable....
Post Reply