Cannot find record JOBPARAMINSTS in executable job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
cocardoso
Participant
Posts: 4
Joined: Mon Nov 20, 2006 6:34 pm
Location: RJ BR

Cannot find record JOBPARAMINSTS in executable job

Post by cocardoso »

I'm trying to figure out why DataStage is returning this message when I access the Schedule View under Director:

Cannot find record JOBPARAMINSTS in executable job file RT_CONFIG2417

I have been already tried to:

- Restart the DataStage Server
- Recompile all the Sequences
- Clear the crontab file
- Export / Import the Jobs

I don't know what to do now! Someone can shed a light ?

Thank you in advance,
Cesar.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

The job number is 2417. You could do a

SELECT * FROM DS_JOBS WHERE JOBNO = '2417';

To find out which job it is then try to fix this one job.
Mamu Kim
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard! :D

This is an executable job, not a job sequence. Recompiling that particular job may well re-create the job parameter instances record in that job's configuration file. Please try it and let us know the outcome.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
cocardoso
Participant
Posts: 4
Joined: Mon Nov 20, 2006 6:34 pm
Location: RJ BR

Post by cocardoso »

Thank for the replies!

Kduke,
I'm using DataStage version 5.2 and I didn't see any way to execute this query. I am a new user, bear with me :) Could you send me some step by step to execute these queries under unix environment?

Ray,
Thanks for the welcome message!! I'm expecting to use this forum a lot, and can help many people in a near future. Sorry, but I'm not a premium user yet, and I couldn't see your whole post.

Best regards,
Cesar.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Indeed. This site has helped thousands and will continue to do for many more. You can get access to premium content for a little over a quarter a day. If your from brazil that will be a little over half a brazillian real :wink:
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

cocardoso wrote:I'm using DataStage version 5.2 and I didn't see any way to execute this query.

Use the Administrator... find the Project and click the 'Command' button.
-craig

"You can never have too many knives" -- Logan Nine Fingers
cocardoso
Participant
Posts: 4
Joined: Mon Nov 20, 2006 6:34 pm
Location: RJ BR

Post by cocardoso »

Chulet,
Worked! Thank you.

But now, what can I do to solve this terrible problem? :(

DSguru2B,
I agree with you, it is so cheaper and I already started the process here in the company where I'm working to buy a subscription. I'm concerned with this problem :(

Thank you everybody!!!
Cesar.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Recompile the job you just looked up, see if that fixes the problem.
-craig

"You can never have too many knives" -- Logan Nine Fingers
cocardoso
Participant
Posts: 4
Joined: Mon Nov 20, 2006 6:34 pm
Location: RJ BR

Post by cocardoso »

Craig,

Continue with the same error after the recompile.
Any idea?

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

Post by ray.wurlod »

Add one extra parameter to the job properties. It doesn't have to do anything. Then recompile. This will force a new parameters collection to be built.

Then remove the job from the Schedule (if indeed it is there), and re-schedule it. This process should prompt for job parameter values and, based on what you provide, build a JOBPARAMINSTS record in the job configuration file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

What he said and if that does not work then Save As a new job name. Next delete the old job. Rename the Save As version back to the original name. Then do eveything Ray said again.
Mamu Kim
Post Reply