IIS-CONN-TERA-005057 problem loading Teradata

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
bart12872
Participant
Posts: 82
Joined: Fri Jan 19, 2007 5:38 pm

IIS-CONN-TERA-005057 problem loading Teradata

Post by bart12872 »

Hi,

I encounter the following error message

[IIS-CONN-TERA-005057] RDBMS code 2794 in error table 2 (CC_TeraAdapter::selectUpdateErrorTable2, file CC_TeraAdapter.cpp, line 7,883)

The database is Teradata version 12.
The loading is a Bulk.
The job run in production but can failed sometimes. Very strange.


thanks for your help.
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

This is the frequent error occured while doing mload.
The reason for this is unique constraint violation.
This error is very much similar to ORA-0001.

So find out, how that value already got inserted into the table.

Check is there any other jobs loading into the same table.

Let me know if you need any more information.
pandeeswaran
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

A simple <a href=http://www.google.com/search?sourceid=c ... >Google</a> would reveal to you that your data has duplicates.

You will need to remove duplicates from your data before loading it.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply