Search found 6 matches

by mithun.mg
Sat Jul 04, 2009 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation failed
Replies: 2
Views: 1909

Re: Heap allocation failed

Hi ,

Are you sorting using the Inlink sort in the joiner stage,If so you may get this error.

Try using the explicit sort stage and use the " same Partiton" in the joiner stage .

Even after that if you are getting the error then contact your ETL admin...
by mithun.mg
Sat Jul 04, 2009 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation failed
Replies: 2
Views: 1909

Re: Heap allocation failed

Hi ,

Are you sorting using the Inlink sort in the joiner stage,If so you may get this error.

Try using the explicit sort stage and use the " same Partiton" in the joiner stage .

Even after that if you are getting the error then contact your ETL admin...
by mithun.mg
Sat Jul 04, 2009 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting Data with Datastage
Replies: 2
Views: 3008

Re: Deleting Data with Datastage

Hi Jassu, Please check on what keys the table you are trying to delete is partitoned. If suppose the the table is partiotned on colA and ColB ,Then try using the below query in your DB2 Enterprise stage: "DELETE FROM <TABLE_NAME> WHERE <COLUMN_NAME>=VALUE OR COLA=-1 OR COLB=-1". If the tab...
by mithun.mg
Sat Jul 04, 2009 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Specify File Pattern for Sequential files
Replies: 9
Views: 5732

Re: Specify File Pattren for Sequential files

I have three files named fileA.txt,FileB.txt,FileC.txt I want to read all the files at a time and process them into the other table. In The Properties Tab Under Source :- FILEPATTREN :- C:\DXFILES\File?.txt READMETHOD :- filePattren . But i am not able to read all the three files . What would be th...
by mithun.mg
Wed Dec 10, 2008 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Issue
Replies: 8
Views: 2986

Re: Rartition Issue

Hi Balaji.. It worked fine with single node. Re-creating the jobs to check if something has missed out. Is there any other method to find the issue? Hi, I am facing the same issue with CDC(Change data capture) stage ...Each time when i run i am getting different Output while using 4 node con fig fi...
by mithun.mg
Mon May 26, 2008 11:31 pm
Forum: General
Topic: Transformer Null handling and reject link
Replies: 8
Views: 12160

Re: Transformer Null handling and reject link

Hi, I have tried the job regarding transformer null handling like to create a transfomer reject link,right click on on an output link and choose "convert to reject" but i didn't get the colums having null values in the reject link.Can any one tell how to get the colums having null values ...