Environment Variables are not refreshing in JOB
Moderators: chulett, rschirm, roy
Environment Variables are not refreshing in JOB
Hi All,
I have created 1 User Defined Environment variable p_Created_BY and given the value as 7 using Data Stage Administrator.
Later i have added these variable to JOb in Designer. Its working Fine.
Problem:
I have changed the value of the Variable p_Created_BY to 10 in Adminstrator.
But the changed value is not reflecting in the JOB and showing the old value as 7.
Hope you people understood my problem.
Can pls help to solve this problem very urgently.
Thanks in Advance to all
Regards
Ramaiah
I have created 1 User Defined Environment variable p_Created_BY and given the value as 7 using Data Stage Administrator.
Later i have added these variable to JOb in Designer. Its working Fine.
Problem:
I have changed the value of the Variable p_Created_BY to 10 in Adminstrator.
But the changed value is not reflecting in the JOB and showing the old value as 7.
Hope you people understood my problem.
Can pls help to solve this problem very urgently.
Thanks in Advance to all
Regards
Ramaiah
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Etiquette Note
We do not do "urgent" here, much less "very urgently". People who post here are all volunteers, who post as and when they can. If you require urgent support, sign up for premium service with your support provider, and learn the true cost of "urgent".
What is the default value of the job parameter within your job design?
To automatically pick up what you set in the Administrator client, the default value of the job parameter must be the special token $PROJDEF
We do not do "urgent" here, much less "very urgently". People who post here are all volunteers, who post as and when they can. If you require urgent support, sign up for premium service with your support provider, and learn the true cost of "urgent".
What is the default value of the job parameter within your job design?
To automatically pick up what you set in the Administrator client, the default value of the job parameter must be the special token $PROJDEF
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
$PROJDEF is a special token that you type in to the default value field of the job parameter.
It means "get this value from the Administrator client setting, unless manually overridden when the job run request is made".
It means "get this value from the Administrator client setting, unless manually overridden when the job run request is made".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
