Error Checking Composite Operator

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
gooogle
Participant
Posts: 42
Joined: Tue Feb 23, 2010 3:40 pm

Error Checking Composite Operator

Post by gooogle »

Hi
I am getting this error while developing a job.
The Source is SQL, Target is Netezza & there is 1 look up & a transformer in the job.

Log:
Fatal:Netezza_Enterprise_7: Error when checking composite operator: Caught unknown exception during wrapDescribeOperator().

Fatal:main_program: Could not check all operators because of previous error(s)

Any ideas anyone ?
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

The wrapDescribeOperator method is called to ask the operator to describe its inputs and outputs to the execution framework, which it's somehow failing to do.

Is your metadata defined correctly? Does the relevant stage have all of its input and output links? Are there any other error messages to help you?
<b>John McKeever</b>
Data Migrators
<b><a href="https://www.mettleci.com">MettleCI</a> - DevOps for DataStage</b>
<a href="http://www.datamigrators.com/"><img src="https://www.datamigrators.com/assets/im ... l.png"></a>
gooogle
Participant
Posts: 42
Joined: Tue Feb 23, 2010 3:40 pm

Post by gooogle »

Those are the only Fatal errors I see.
The metadata & all the fields are matching as per the table.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

post the warning messages as well, they might contain some clue.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply