Search found 5 matches

by haimurali
Thu Jul 26, 2007 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Sorting in Remove Duplicate Stage
Replies: 2
Views: 2782

Re: Issue with Sorting in Remove Duplicate Stage

RMD stage do the following
order of keys should be order of your hash partition
stage -> advanced -> preserve partition select clear.
by haimurali
Fri Mar 17, 2006 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: when using DB2 UDB records are dropped No warnings
Replies: 13
Views: 5146

Chulett, Thank you all for your suggestion. I was surprised to know that there is no way we can transulate an SQL error (such as referential integrity, data integrity, unique constraints.. etc )to a job to Abort. Many ETL tools like Informatica and also DataStage PX too Abort jobs due to an SQL Error.
by haimurali
Thu Mar 16, 2006 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: when using DB2 UDB records are dropped No warnings
Replies: 13
Views: 5146

The requirement is that the DB2 UDB Stage has to cause the job to Abort in case of referential integrity viloation(due to SQL error from the database) while inserting records.

Currently it is just dropping records that have referential integrity violation and job completes successfully.
by haimurali
Mon Mar 13, 2006 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: when using DB2 UDB records are dropped No warnings
Replies: 13
Views: 5146

when using DB2 UDB records are dropped No warnings

I am using two jobs to load two DB2 tables A and B. Table A's primary key is forein key in Table B. After loading A, while loading B I am not getting any warnings when there is a referential integrity viloation. The records were dropped/not loaded in B. The job was successful WITHOUT warnings. Is th...
by haimurali
Fri Mar 10, 2006 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Integrity constraint violated - parent key not found
Replies: 6
Views: 6567

Referential Integrity when using DB2 UDB Stages

I am using two jobs to load two DB2 tables A and B. A's primary key is forein key in B. After loading A, while loading B I am not getting any warnings when there is a viloation of referential integrity. Only the records were not loaded/ dropped. The job was successful WITHOUT warnings. Is there a se...