Page 1 of 1

Error message :Failure during execution of operator logi

Posted: Thu Aug 18, 2011 6:46 am
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

Posted: Thu Aug 18, 2011 7:14 am
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

Posted: Thu Aug 18, 2011 8:10 am
by chulett
Is that the complete error message? If not, can you post it unedited plus any other associated errors/warnings you are getting.

Re: Error message :Failure during execution of operator logi

Posted: Sun Aug 21, 2011 5:38 pm
by SURA
Check the stage variable conditions given in your transformer.

DS User

Posted: Mon Aug 22, 2011 3:01 am
by priyadarshikunal
generally these errors come with some other warning/error messages as Craig mentioned. Post other warning/error messages.

Posted: Mon Aug 22, 2011 12:37 pm
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.