Warning Message - Job must be reset before it can run.

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
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Warning Message - Job must be reset before it can run.

Post by ketfos »

Hi,

I have a job scheduled to run at 9.00 am in the morning.
I got this warning message in the error log

Job IClaimsPolicyKeyUpdate must be reset before it can run.

The source reads the target table for policyid is null.
The action is to concatenate policyNumber and POlicyYear and populate it to policyid column, if policyid is null.

After the above warning, it reads the source and updates the table as per above select query correctly.

Why do I get this warning message in job log.

Ketfos
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Did you have an abort in your previous run.
Are you using "Reset if required then run" options in your jobs?
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,

I checked my job logs for last four days.

The job ran without any warning message.

Where do i look for
"Reset if required then run" options in my jobs?

Ketfos
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

ketfos wrote:Where do i look for
"Reset if required then run" options in my jobs?
Depends on how you are running your jobs

- In the Job Avtivity you have an option "Reset if required then run"
- In the command line you have options to use reset along with dsjob.

Also an exact search on "must be reset before it can run" did reveal similar issues, you can check that out too.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Post Reply