Search found 116 matches

by laxmi_etl
Fri Oct 13, 2006 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation failed.
Replies: 17
Views: 6916

Heap allocation failed.

Any thoughts on below error?? APT_CombinedOperatorController,0: Current heap size: 1,595,049,352 bytes in 66,276,970 blocks BC_Enterprise_6,0: Failure during execution of operator logic. ODBC_Enterprise_6,0: Input 0 consumed 1616342 records. APT_CombinedOperatorController,0: Fatal Error: Throwing ex...
by laxmi_etl
Thu Oct 12, 2006 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job is being Aborted -- showing Not enough space
Replies: 14
Views: 8267

I am having the similar issue on Px 7.5.2.
Anyone has solution for this??
by laxmi_etl
Fri Sep 29, 2006 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert a Integer datatype to int datatype.
Replies: 4
Views: 1751

This works great..

Thanks for your help.
by laxmi_etl
Fri Sep 29, 2006 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert a Integer datatype to int datatype.
Replies: 4
Views: 1751

How to convert a Integer datatype to int datatype.

I am reading the oracle database for the number field and its recognizing as Integer datatype. My target data type is "int" and how do i convert that datatype??

Thanks
by laxmi_etl
Fri Sep 29, 2006 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the max_key value and increment by 1 to the key
Replies: 15
Views: 5257

Adding the stage variable and increment by one, works fine with one node. It does not work with multiple nodes.
by laxmi_etl
Thu Sep 28, 2006 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the max_key value and increment by 1 to the key
Replies: 15
Views: 5257

Can you be more specific on this solution. Sorry about that.
by laxmi_etl
Thu Sep 28, 2006 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the max_key value and increment by 1 to the key
Replies: 15
Views: 5257

I cant use surrogate key stage either as there is restrction. Let me explain the scenario in detail. I have to move the data from source table to destination table on following condition. Compare the IDNT field on source and target. if matches then do a update . if not, get a maxvalue key from diffe...
by laxmi_etl
Thu Sep 28, 2006 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the max_key value and increment by 1 to the key
Replies: 15
Views: 5257

Hi ArndW,

Yes, we have restriction at the site. I am not able find any posting on this issue. Any alternates, I am using 7.5 PX on AIX.
by laxmi_etl
Thu Sep 28, 2006 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the max_key value and increment by 1 to the key
Replies: 15
Views: 5257

Hi,

We are using Oracle database. we can not implement sequence in database. We need datastage to create the keys.
Can you give me more details on using the builtin key management routines.

Thanks
by laxmi_etl
Thu Sep 28, 2006 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the max_key value and increment by 1 to the key
Replies: 15
Views: 5257

How to read the max_key value and increment by 1 to the key

Hi,

Can someone help me on reading max_key from one table and increment by 1 to every row , and insert in the target table. After the increment i neeed to update the max_key value.