Search found 42189 matches
- Sat Jul 21, 2007 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 4 Sequencial Files Merged into 1 File
- Replies: 1
- Views: 791
Re: 4 Sequencial Files Merged into 1 File
I also tried passing each file input through transformar adding the new column(hardcoded fileName), but linkCollector cannot be used to collect data from 4 Transformers stage because it give error that LinkCollector cannot collect data from active stages. You must not have read the Server Job Devel...
- Fri Jul 20, 2007 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Kill Controlling job
- Replies: 7
- Views: 2443
- Fri Jul 20, 2007 7:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there any function to sort the data??
- Replies: 5
- Views: 1667
- Fri Jul 20, 2007 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File stage - writing to a Link name
- Replies: 2
- Views: 956
Of course it makes a difference and you must change the filename to a 'real' one from the default of the linkname. Otherwise, all you have is a relative filename rather than the absolute one you need and the file will end up in the job's Project directory named 'DSLink5'. And if it's a 'huge number ...
- Fri Jul 20, 2007 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updaing SDKSequences
- Replies: 4
- Views: 1622
Stop including them as string literals.
Code: Select all
TclCommand = "UPDATE SDKSequences USING DICT VOC SET F1 = " : NextValue : " WHERE @ID = " : SequenceName : ";" - Fri Jul 20, 2007 11:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invalid Event Type when using DSGetLinkInfo/DSLogInfo
- Replies: 3
- Views: 1103
- Fri Jul 20, 2007 10:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invalid Event Type when using DSGetLinkInfo/DSLogInfo
- Replies: 3
- Views: 1103
- Fri Jul 20, 2007 10:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Before/After routine sql to list jobs within specific table
- Replies: 1
- Views: 1797
- Fri Jul 20, 2007 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Kill Controlling job
- Replies: 7
- Views: 2443
You don't want to do that. Either abort the Server job and then use a Terminator stage to stop the Sequence, or build something to detect this 'condition' in your Server job (userstatus, perhaps? DSGetLinkInfo? depends on the nature of this condition) and do the same. Both downstream of the Job Acti...
- Fri Jul 20, 2007 7:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to limit list of tables when doing a metadata import
- Replies: 7
- Views: 1377
- Fri Jul 20, 2007 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS job solution arcitecture problem
- Replies: 3
- Views: 1656
Re: DS job solution arcitecture problem
Another approch is create a singel job and running filename as parameter by some script which passes filename onebyone. I would suggest this approach and there's no reason it would be 'too complex in nature for maintain'. No script required but you could certainly take that approach. A Sequence job...
- Fri Jul 20, 2007 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to limit list of tables when doing a metadata import
- Replies: 7
- Views: 1377
Good to know and perhaps one of these days there will be a place where tools like that can be uploaded and shared here. In the meantime, for completeness, can you do me a favor and expand a little bit on what exactly your issue was? You just mention the fact that you had one, but not what actually w...
- Fri Jul 20, 2007 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File which can hold more than 2 GB data
- Replies: 23
- Views: 6482
- Fri Jul 20, 2007 6:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to limit list of tables when doing a metadata import
- Replies: 7
- Views: 1377
Unfortunately, the issue will be the 'you will get a list of all the tables' part that has to happen before you can filter it down, I'd wager. Colin, are you having a problem fetching back that larger list? I don't think that widget can hold 70K entries and you can't filter out what isn't there in t...
- Thu Jul 19, 2007 9:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Does not Load...Hangs up
- Replies: 1
- Views: 715