Page 1 of 1

Could not check all operators because of previous error

Posted: Tue Feb 05, 2008 2:58 am
by raghu.chandra
Hi,

I am loading data by using oracle stage. While running the job i am getting this error only-

Could not check all operators because of previous error(s).

Can anyone help me out to resolve this.

Thanks in advance.

Posted: Tue Feb 05, 2008 3:46 am
by ray.wurlod
You are not getting that error only. It never appears in isolation. What other warnings or errors have been logged? Please post the exact messages (copy/paste - do not transcribe and especially do not attempt to add your own interpretations).

Posted: Tue Feb 05, 2008 8:36 am
by raghu.chandra
ray.wurlod wrote:You are not getting that error only. It never appears in isolation. What other warnings or errors have been logged? Please post the exact messages (copy/paste - do not transcribe and especially do ...
Hi Ray,

Thanks for replying. I can not attach the screen shot but i am writing the line. By seeing that i think u can beleive that what i am saying.i know its very difficult to predict the things by seeing few lines.
----------------------
Info main_program:This step has no datasets. (..)
Fatal main_program:Could not check all operators because of previous errors.
Fatal main_program:Creation of a step finished with status=FAIELD.
Control job aborted.
---------------------------
and more info lines. But no warings and no errors excpet for that.

Posted: Tue Feb 05, 2008 4:30 pm
by ray.wurlod
This step has no datasets is the score used for licensing. It is an Informational message.

But the message "Control job aborted" is significant. This job was being run under control (of a job sequence, a batch or a job control routine). You need to look in the log of the controlled to find out why THAT had a problem. If there was a Terminator activity, or automatic handling of failed activities and no Exception Handler, then that might explain why this job (the one about which you are posting) was halted.