Search found 5168 matches

by kumar_s
Thu Jun 08, 2006 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: waiting for file not working properly
Replies: 8
Views: 2424

Do you mean to say that if emp.txt has been harcoded, it runs well?
by kumar_s
Thu Jun 08, 2006 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to take backup of only few Categories of a project
Replies: 4
Views: 1092

Code: Select all

DSExport /U=%UserName% /P=%Password% /H=%Host% /JOB=JobName %Project% FileName 

Use the above option to export job wise. You can pass the list of jobs in a category as parameter.
by kumar_s
Thu Jun 08, 2006 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for mutex
Replies: 26
Views: 11911

I was looking at the first post.
Still you can use between both side of the Aggregator.
by kumar_s
Thu Jun 08, 2006 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for mutex
Replies: 26
Views: 11911

Pre sort is not really need for Server job aggregator. (Unless specified in sort option otherwise).
mutex - The lock held amog the process. Try to use IPC stage between two aggregator stage.
by kumar_s
Thu Jun 08, 2006 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job May be Being Monitored
Replies: 2
Views: 4868

Cleanup Resource option available in Directore might help you to track the user (PIC) accessing that particular job.
by kumar_s
Thu Jun 08, 2006 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on sequential file
Replies: 17
Views: 8587

*'s also apear if you dont get a match (join) in the two input record set, and as a result nullify the date field. Which produces the value you got.
by kumar_s
Thu Jun 08, 2006 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage
Replies: 15
Views: 2907

IF you perform a lookup, yes there will be certainly diference in performance. The one used for reference should be less in number when compared to the main steram. But not in join stage as for as I know.
May I know what is the case of Informatica?
by kumar_s
Thu Jun 08, 2006 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage
Replies: 15
Views: 2907

Have you found the reason why it is available in SQL?
by kumar_s
Thu Jun 08, 2006 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobmoninit empty
Replies: 17
Views: 4366

You can check in ./Ascential/DataStage/PXEngine.
But the file available under the directory you serach should also not be with 0KB :?
by kumar_s
Thu Jun 08, 2006 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage
Replies: 15
Views: 2907

No such comparison is officially give atlest for join stage.
by kumar_s
Thu Jun 08, 2006 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage - Paritionning question
Replies: 2
Views: 1025

Say you have four nodes. And the data for the first join be, key1 key2 key3 key4 key5 w x y z 1 w x y z 2 w x y z 3 w x y z 4 If you make hash partition on all the 5 keys, each record will go into each partion (most probably). If you make hash partiton on first four records all the above four recod ...
by kumar_s
Thu Jun 08, 2006 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File Structure
Replies: 16
Views: 6392

Null Field Value or Null Field Length should match the given length of the field.
by kumar_s
Thu Jun 08, 2006 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobmoninit empty
Replies: 17
Views: 4366

HI and welcome aboard :D
Are you sure you found the file under /home/dsadm/Ascential/DataStage/PXEngine?
by kumar_s
Wed Jun 07, 2006 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: previous date
Replies: 6
Views: 1257

Oh ya....
This is what results, if the post is not posted on correct forum.
by kumar_s
Wed Jun 07, 2006 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: waiting for file not working properly
Replies: 8
Views: 2424

Welcome Aboard :D
Is the job holding Folder stage is ahead or behind the WaitforFile activity?