Job aborted with Fatal Error: Table Loaded Successfully

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
palak08
Participant
Posts: 75
Joined: Thu Nov 04, 2010 5:54 pm

Job aborted with Fatal Error: Table Loaded Successfully

Post by palak08 »

I ma trying to load data from a file into a Netezza Table.
The job is getting aborted with the fatal error : Table loaded Successfully.
When I queried the table, data is getting loaded there, but the job is getting aborted .

Please find below the error messages from the Director Log:

Code: Select all

Netezza_Enterprise_2,3: Load session of table 'TEST_ERROR' completed successfully

Code: Select all

Netezza_Enterprise_2,3: The runLocally() of the operator failed.

Code: Select all

Netezza_Enterprise_2,3: Operator terminated abnormally: runLocally() did not return APT_StatusOk

Has any once else faced this issue??
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

All the rows in the file got loaded into the table? I don't think so. There might be one or few records which is causing the abort. May be, you should use reject link and see.
Kandy
_________________
Try and Try again…You will succeed atlast!!
Post Reply