Search found 75 matches

by gh_amitava
Fri Mar 25, 2005 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping of Related Data
Replies: 1
Views: 931

Hi,

You have to do a Lookup/Join to get the values from database but after that you can use "Remove Duplicates" stage to pick the smallest Date1. For that , in the input of "Remove Duplicate" stage, use a Hash partition on A,B, C and so a sort on Date1.

Regards
~Amitava
by gh_amitava
Fri Mar 25, 2005 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I read DataSet from Job Control ?
Replies: 9
Views: 4894

Hi,

You can't do this because Basic language does not support PX functions. You can read a dataset file in Unix prompt by ORCHADMIN command.

Regards
Amitava
by gh_amitava
Wed Nov 03, 2004 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT Config File
Replies: 9
Views: 6377

Hi,

It will overwrite.

Regards
Amitava
by gh_amitava
Wed Nov 03, 2004 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with DataStage Server installation
Replies: 8
Views: 3969

Hi,

Give more information anyway.

Regards
Amitava
by gh_amitava
Tue Nov 02, 2004 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Erros in using Transformer Stage
Replies: 7
Views: 2442

Hi,

Just go to the Designer and add the repository by clicking right.

Regards
Amitava
by gh_amitava
Tue Nov 02, 2004 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Erros in using Transformer Stage
Replies: 7
Views: 2442

Yamini,

The transformer which is under "Processing" of Designer is the Basic transformer. Don't use this one. But the transformer which is under Stage Types -> All -> Processing in the Repository of Designer is a PX one. Use this.

Regards
Amitava
by gh_amitava
Tue Nov 02, 2004 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "First line is column names" setting
Replies: 1
Views: 1021

Hi,

You can't do it in PX. You just define the table definition and in the job, create some rejection criteria(like checking value of the first field) so that the first record will be rejected and the rest willbe processed.

Regards
Amitava
by gh_amitava
Tue Nov 02, 2004 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset handling
Replies: 4
Views: 3175

Hi,

You have to include the directory in path variable. Otherwise it will not execute.

Regards
Amitava
by gh_amitava
Tue Nov 02, 2004 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to use job after abort
Replies: 6
Views: 4536

Hi, You have to kill the process from OS and restart the DataStage. No other option. But from your error message I see a mutex error. Now Mutex error message comes if you have used a Basic Transformer in your PX job. Ascential suggests not to use a Basic Transformer in a PX job. You can use a PX tra...
by gh_amitava
Tue Nov 02, 2004 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Erros in using Transformer Stage
Replies: 7
Views: 2442

Hi yaminids,

Check your transformer. If it is a basic transformer then replace it by a PX transformer. Basic transformer gives lot of problem when we use it in PX job.

Regards
Amitava
by gh_amitava
Tue Nov 02, 2004 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in viewing Data in PX 7.1 but works fine in server job
Replies: 2
Views: 1094

Hi Akash,

Check the table definition of your flat file with the osh definition. You can find the osh definition by Job Properties window. These two definition should match.

Regards
Amitava
by gh_amitava
Tue Nov 02, 2004 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running transformer in PX but in Server working fine
Replies: 5
Views: 2401

Hi,

Check the transformer. If it is a basic transformer then replace it by a PX transformer.

Regards
Amitava
by gh_amitava
Tue Nov 02, 2004 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error in a PX job that has been running normally
Replies: 3
Views: 2760

Hi,

This is happening due to insufficient resource.

Regards
Amitava
by gh_amitava
Thu Oct 28, 2004 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while executing parallel job
Replies: 9
Views: 6224

Hi,

Give some more information about your job design and error log in details including Warning.

Regards
Amitava
by gh_amitava
Tue Oct 26, 2004 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer process
Replies: 3
Views: 987

Hi,

To control your job you need to write Job control routine.

Regards
Amitava