Search found 258 matches

by samyamkrishna
Thu Dec 30, 2010 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best partitioning method
Replies: 5
Views: 9505

Re: Best partitioning method

Use any key based partitioning method.
by samyamkrishna
Wed Dec 29, 2010 8:31 am
Forum: General
Topic: Ports used for BW.
Replies: 6
Views: 4598

Its 3300-3301 in my environment too.
by samyamkrishna
Wed Dec 29, 2010 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Fetch Stage Variable Output
Replies: 2
Views: 1960

Re: To Fetch Stage Variable Output

you can probably put all the values in a file and use that file in user variable activity.
by samyamkrishna
Wed Dec 29, 2010 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Split one row to multiple rows
Replies: 17
Views: 10325

Re: Split one row to multiple rows

You can use a pivot stage to this.

in the derivation tab give Col1,Col2,Col3.
by samyamkrishna
Wed Dec 29, 2010 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml data loading into file
Replies: 3
Views: 2550

Re: xml data loading into file

Can you post your ample XML source file and the required target sample file.
by samyamkrishna
Tue Dec 28, 2010 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass NULL to Date Field
Replies: 3
Views: 2005

Re: How to pass NULL to Date Field

Instead of setting it to NULL set it to something like 09/09/9999
by samyamkrishna
Fri Dec 24, 2010 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE exception -- APT_Archive::BadClass Error
Replies: 4
Views: 5491

Re: ORCHESTRATE exception -- APT_Archive::BadClass Error

Try using the APT_DISABLE_COMBINATION environment variable in your job and set it to false. You will get to know what the actual error is.
by samyamkrishna
Tue Dec 21, 2010 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error
Replies: 1
Views: 2160

Compile error

Hi, I am getting the following Compile error. ##I TFPA 000028 06:18:40(007) <main_program> APT Startup script: /apps/Ascential/DataStage/PXEngine/etc/startup.apt ##I TFPM 000326 06:18:41(000) <APT_LicenseCheckOp in APT_LicenseOperator,0> Heap growth during runLocally(): 0 bytes ##I TFPM 000326 06:18...
by samyamkrishna
Mon Dec 20, 2010 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trimming columns when RCP is enabled
Replies: 5
Views: 4030

Re: trimming columns when RCP is enabled

You should be able to do it by using the Trim(Columnname) function.
by samyamkrishna
Mon Dec 20, 2010 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the Job Name?
Replies: 5
Views: 2688

Re: How to find the Job Name?

try this.

go to $DSHOME

run the following commands

1: uv
2: LOGTO <PROJECT NAME>
3: SELECT * FROM DS_JOBS WHERE NAME='JOB NO1';
by samyamkrishna
Fri Dec 17, 2010 6:20 am
Forum: General
Topic: dsjob -jobinfo: no info!!!!
Replies: 5
Views: 2416

Re: dsjob -jobinfo: no info!!!!

You might have to run DS.REINDEX ALL
by samyamkrishna
Fri Dec 17, 2010 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding XML Output
Replies: 3
Views: 1020

Re: Regarding XML Output

Try to build teh xml using a Transformer stage with if else conditions.
by samyamkrishna
Fri Dec 10, 2010 6:15 am
Forum: IBM QualityStage
Topic: The countings the rows not are visible in designer, with qua
Replies: 3
Views: 5471

Re: The countings the rows not are visible in designer, with

Right Click on the designer screen and click on show performance statastics.