Parameter Set Not Updating properly

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
Shruthi
Participant
Posts: 74
Joined: Sun Oct 05, 2008 10:59 pm
Location: Bangalore

Parameter Set Not Updating properly

Post by Shruthi »

Hi,

These are steps I am following

1. Create a parameter set prm_x
2. Create a job and add parameter set prm_x
3. Update parameter set prm_x. Eg: Add new parameter
4. Click on view parameters in job. Parameter set is not updated in job
5. Remove the parameter set in job and add it again. Parameter set is not updated in job

What should be done for modified parameter set to get updated in job?

Thanks...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check that step #3 actually succeeded.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Shruthi
Participant
Posts: 74
Joined: Sun Oct 05, 2008 10:59 pm
Location: Bangalore

Post by Shruthi »

Yes. Step 3 is successful. Just found that this is not happening at all times.
Sreedhar
Participant
Posts: 187
Joined: Mon Oct 30, 2006 12:16 am

Post by Sreedhar »

The other reason could be is some else is holding your parameter set while you are adding it

Or someone else is compiling the jobs before you have compiled with the new set of parameters.

Let us know if this is one of the reasons?
Regards,
Shree
785-816-0728
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Shruthi wrote:Yes. Step 3 is successful. Just found that this is not happening at all times.
Sorry? It is successful... sometimes? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Shruthi
Participant
Posts: 74
Joined: Sun Oct 05, 2008 10:59 pm
Location: Bangalore

Post by Shruthi »

Its neither of the reasons... It still looks strange for me. It works at times and in some jobs
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Make sure that when performing step 3:

1) Only one person is attempting to modify the parameter set (Designer should handle this)
2) After adding a new parameter, you have clicked on Ok and exited the parameter set (especially if running multiple Designer sessions).

Have you identified the conditions under which the parameter set changes are not seen and can you reproduce the problem at will?
Shruthi wrote:Its neither of the reasons... It still looks strange for me. It works at times and in some jobs
Mike
Premium Member
Premium Member
Posts: 1021
Joined: Sun Mar 03, 2002 6:01 pm
Location: Tampa, FL

Post by Mike »

I think I experienced the same a little while back. Parameter set content doesn't change very often, so I didn't try to reproduce the error for a definitive bug analysis.

My workaround was to close the designer client after updating the parameter set.

What I think may be happening is that the parameter set is somehow cached in memory that doesn't get updated, so while in the same designer session, you may not see the updates.

Mike
Shruthi
Participant
Posts: 74
Joined: Sun Oct 05, 2008 10:59 pm
Location: Bangalore

Post by Shruthi »

Thanks Mike. This work-around helped.
chanaka
Premium Member
Premium Member
Posts: 96
Joined: Tue Sep 15, 2009 4:06 am
Location: United States

Post by chanaka »

Your work around saved me. Thanks Mike!
Chanaka Wagoda
Post Reply