Moving from 8.5FP1 to 11.3.1.2

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
AGStafford
Premium Member
Premium Member
Posts: 30
Joined: Thu Jan 16, 2003 2:51 pm

Moving from 8.5FP1 to 11.3.1.2

Post by AGStafford »

We are testing migrating from 8.5 to 11.3 and about 10% of our jobs are getting the error:
The following error occurred on the parallel engine: APT_Operator::UnControlledTermination: From: UnControlledTermination via exception.. (CC_PXAccessor::startItemInternal, file CC_PXAccessor.cpp, line 1,995)

This problem occurs with jobs that read CFF and write to a DataSet.
Also in some jobs that read a DataSet and load to a DB2 table.

We remove the target stage and replace it with a copy or Peek and it still fails.

Has anyone else seen a similar issue?

This has been reported to IBM.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Double check your metadata in the job. The new release level is far stricter and will cause aborts rather than propagate bad data.

address all warning messages about the metadata.
Post Reply