Error message :Failure during execution of operator logi

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
adasgupta123
Participant
Posts: 42
Joined: Fri Oct 20, 2006 1:58 am

Error message :Failure during execution of operator logi

Post by adasgupta123 »

Hi ,

I am having a job which consists of 5 lookup stages ,5 transformer stages,2 input datasets and one output dataset.One of the input datasets is having 5049590records and another one is having 0 records.

The job is throwing following run time error ;

Failure during execution of operator logic

Should I opt for job split and make two smaller jobs as the existing big job is highly resource consuming ? Or there may be other reasons for that particular error message?


Thanks and Regards

Avik Dasgupta
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Yes, split the job. BTW is the data volume for lookup stages is huge or what. If yes...then do not use lookup stage else use join stage to do lookup.

HTH
Arvind
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Is that the complete error message? If not, can you post it unedited plus any other associated errors/warnings you are getting.
-craig

"You can never have too many knives" -- Logan Nine Fingers
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Re: Error message :Failure during execution of operator logi

Post by SURA »

Check the stage variable conditions given in your transformer.

DS User
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

generally these errors come with some other warning/error messages as Craig mentioned. Post other warning/error messages.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
vijaykumarpj
Participant
Posts: 30
Joined: Sat Dec 19, 2009 5:19 am
Location: Manchester, UK

Post by vijaykumarpj »

As suggested by Craig, list out the warnings occurred during the execution.. So, that it can be easier to resolve the issue.
Also, you can validate all the Stage Variables, Constraints and Derivations of all the 5 Transformers, usually, you may find the issues over there it self.
Thanks,
VJ.
Post Reply