Search found 42189 matches

by chulett
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...
by chulett
Fri Jul 20, 2007 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Kill Controlling job
Replies: 7
Views: 2443

Agree. Take your lumps and do it right. Curious, how many is 'a lot'?
by chulett
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

Talk to your admin, have them install the Sort stage. No need to 'get back to IBM' for that, someone just didn't bother to install it when they installed everything else. Probably several other optional plug-in stages you are 'missing' as well...
by chulett
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 ...
by chulett
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. :wink:

Code: Select all

TclCommand = "UPDATE SDKSequences USING DICT VOC SET F1 = " : NextValue : " WHERE @ID = " : SequenceName : ";" 
by chulett
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

No, they're not synonymous. EventType would have come from one of the 'Log' related functions. In the online help, use the Search tab and you'll see all of the functions that could have come from.
by chulett
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

The InfoType is quite clearly noted in the online help, check the entry for DSGetLinkInfo.

(edited to correct EventType to InfoType)
by chulett
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

:!: Please re-post this in the correct forum, this is for Testimonials not problems with Parallel jobs.
by chulett
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...
by chulett
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

Yes, thank you... unless you are willing to be patient and see if indeed the full table list can be imported if one just waits... and waits... :wink:
by chulett
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...
by chulett
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...
by chulett
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

abhilashnair wrote:I just came to know that the OS is limiting hash file size.

This would be your 'urgent' issue, I'd wager. Have your SA remove the file size limitation for your DataStage user.
by chulett
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...
by chulett
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

You should preload and use a hashed file for the lookup - that's what they are there for, after all. Or solve your self-locking problem by setting your Transaction Size to 1.