Search found 5168 matches

by kumar_s
Mon Feb 19, 2007 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23077

ketanshah123 wrote:Hi Kuamr
just want to make sure....the solution provided you....Using the sort stage..
It assigns 1 to first occurance of key value and duplicate key values with 0 ?

Yeah, you are right, and following post gave the condition to check for duplicates as well.
by kumar_s
Mon Feb 19, 2007 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23077

DSguru2B wrote:You can provide the constraint in the transformer itself and avoid the use of Filter stage.

Any specific reason, if Transformer can be replace by Filter, it should be good isn't?
by kumar_s
Mon Feb 19, 2007 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i plug in: Problem in using 'User defined query'
Replies: 10
Views: 3534

"ORA-00942: table or view does not exist"
Check at which stage you are getting this error? The table that you mentioned may not be avaialble in that database. May be mis spelt, or lack or permission, or wrong schema name give by mistake...
by kumar_s
Mon Feb 19, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 2966

Is it the similar patter of values for all the rows? And is it the 6th field?
Check this post for same error.
by kumar_s
Mon Feb 19, 2007 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using Command Stage
Replies: 8
Views: 1670

What was your job design? Datastage will be so fast that sometimes, the first record might reach the target before even it gets created. And the directory gets created anyways. As Arnd mentioned, you can use BeforeJob subroutine for this.
by kumar_s
Mon Feb 19, 2007 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: location of hash fileand seqfile
Replies: 3
Views: 1142

Under current project folder. Yes its the place where DSParams resides.
by kumar_s
Mon Feb 19, 2007 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23077

Row ID be your key based on which you identify its duplicate.
by kumar_s
Mon Feb 19, 2007 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSets can't handle float properly
Replies: 10
Views: 2523

What is your source? How are you getting the original value?
by kumar_s
Mon Feb 19, 2007 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using Command Stage
Replies: 8
Views: 1670

Make sure you are not using any relative paths. You can use return code to check the completion of the code so trigger the rest of sequence.
by kumar_s
Mon Feb 19, 2007 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23077

You can use Sort stage with "Create Key Change Column" and a Filter stage to filter out the values with 0 would be more simple. But you have many option which includes manipulation of the data from its source itself. Database or Ascii file.
by kumar_s
Mon Feb 19, 2007 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job is hanging while excuteing through mastersequen
Replies: 9
Views: 2875

As you, yourself mentioned in your post, clear the status file will just change the status from running to compile, but the process will continue to run in background. Even that might be one of the reason, where you previous process of the job might be still running, while you might be trying to exe...
by kumar_s
Mon Feb 19, 2007 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job is hanging while excuteing through mastersequen
Replies: 9
Views: 2875

As you, yourself mentioned in your post, clear the status file will just change the status from running to compile, but the process will continue to run in background. Even that might be one of the reason, where you previous process of the job might be still running, while you might be trying to exe...
by kumar_s
Mon Feb 19, 2007 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job is hanging while excuteing through mastersequen
Replies: 9
Views: 2875

If a particular job is hanging always, you will need to focus on that particular sequence and its jobs. If you say, its about reading from a table and writing to a dataset, there might be a case where that table might be locked by some other jobs or process which been executed parallely. And when th...
by kumar_s
Mon Feb 19, 2007 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job is hanging while excuteing through mastersequen
Replies: 9
Views: 2875

Is it any multiple instance job or something? Is that the only particular job hangs every time? What does that job do?
by kumar_s
Mon Feb 19, 2007 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: installing DataStage and ohter WebSphere ETL tools on Linux
Replies: 4
Views: 1111

Have you searched for "Hardware and Software Requirements"?
Linux should be same as AIX but with the changes that been mentioned.