Teradata Connector Error

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
shravya346
Participant
Posts: 9
Joined: Wed Dec 07, 2011 3:01 pm
Location: SEATTLE

Teradata Connector Error

Post by shravya346 »

I am trying to load from oracle to Teradata:

Oracle Connector-->Copy-->TD Connector

I have created the target table as multiset and i am loading it ,
Access Method :Bulk


Even tough i have created the table as multiset , it is ignoring the duplicates and not loading them into the target .

Error:Number of rows skipped and duplicate rows ignored: 1,405


Have anyone face this error before , I have to load all the values from oracle to TD , do you have any suggestions on how this can be done .
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

What type of load you are using ? Is it a fastload or multiload ? If it is a fast load you can't load duplicates even it is a multiset table .

Do you have any unique primary or unique secondary indices ?
Nag
shravya346
Participant
Posts: 9
Joined: Wed Dec 07, 2011 3:01 pm
Location: SEATTLE

Post by shravya346 »

How do i determine what utility is being invoked by TD connector stage .

The options i am using are :
Access Method- Bulk
Write Mode - Insert
Table action : Append

Regarding the primary index : Yes

I have a primary index defined on a column .

Its not unique primary index
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

What type of load you are using ?? Load , update , stream ??
Nag
Post Reply