Search found 11 matches

by smuppidi
Thu Jul 16, 2009 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI9 Stage INSERTing Twice - unique constraint violated
Replies: 5
Views: 2799

...And only ONE link.
by smuppidi
Thu Jul 16, 2009 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI9 Stage INSERTing Twice - unique constraint violated
Replies: 5
Views: 2799

chulett wrote:Never seen any such thing. What 'update action' are you using? How many links are going into the stage?
It is a "Custom SQL Statement" like below -

INSERT INTO TABLEX (A, B, c) VALUES (SEQ.NEXTVAL,:1,:2)
by smuppidi
Thu Jul 16, 2009 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI9 Stage INSERTing Twice - unique constraint violated
Replies: 5
Views: 2799

ORAOCI9 Stage INSERTing Twice - unique constraint violated

Hi All, 8x SERVER STAGE - ORAOCI9 When inserting records into the taget oracle table (which is truncated) job throws warning messages of "unique constraint (UK) violated".But the data being inserted DO NOT have any Duplicates on UK. The reason this is happening is becuase of the execution ...
by smuppidi
Thu Jun 01, 2006 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal: Parallel job reports failure (code 139)
Replies: 7
Views: 4479

Kumar, it seems the Datasets were dropped and recreated.
by smuppidi
Wed May 31, 2006 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Mload/Fastexport stage error
Replies: 8
Views: 6859

Thanks all, great information. I could get that working fine using the Teradata EE.
by smuppidi
Mon May 22, 2006 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal: Parallel job reports failure (code 139)
Replies: 7
Views: 4479

Thanks all for your suggestions. I got that fixed. It was due to fault with internal datasets that datastage creates while extracting the source data from Teradata. Admin people took care of that. But this code may also come in some cases due to extra spaces in query.

Satish.
by smuppidi
Wed May 17, 2006 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal: Parallel job reports failure (code 139)
Replies: 7
Views: 4479

Fatal: Parallel job reports failure (code 139)

Hello All, I am trying to extract data from Teradata Enterprise Satge and i am getting the following error: info: Contents of phantom output file => RT_SC356/OshExecuter.sh [20]: 1404 Memory fault Fatal: Parallel job reports failure (code 139) Simple SQLs are running ok but SQLs with a subselect are...
by smuppidi
Tue Apr 18, 2006 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Mload/Fastexport stage error
Replies: 8
Views: 6859

I haven't seen that error before. However, have you tried using the Teradata Enterprise stage for retrieving data? That also uses FastExport for reads (FastLoad for writes). We have had much better luck using the Enterprise stage than any of the other API stages. Brad. Thanks Brad. Now i am using t...
by smuppidi
Tue Apr 11, 2006 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Mload/Fastexport stage error
Replies: 8
Views: 6859

Teradata Mload/Fastexport stage error

Hello All,

I am getting the following error when using FastExport to extract data from a teradata table using MLaod stage.

**** 14:16:19 UTY8400 Error determining default character set name, code = 224

Does anybody have an idea what this error is about?

Thank you,
Satish.
by smuppidi
Mon Mar 27, 2006 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from XML output stage
Replies: 0
Views: 842

Reject Link from XML output stage

Hello All,

I would like to know if we can have a reject link / generate reject file from XML output stage.
If it is possible, can you please let me know how this is accomplished.

Thanks,
Satish.
by smuppidi
Thu Mar 23, 2006 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise Stage vs Teradata Multiload Stage
Replies: 11
Views: 7491

Hello All, We are trying to extract/ read huge data from Teradata in Datastage EE. We are trying to decide which stage is better, the Teradata Enterprise Stage or Teradata MultiLoad/FastExport stage. Can anybody have any idea of apprx. cut off records (Like < 1million reads use Teradata Enterprise a...