Search found 42189 matches

by chulett
Wed May 06, 2009 10:31 pm
Forum: General
Topic: Getting part of a filename
Replies: 16
Views: 7262

True... from what I recall there is an option in the Folder stage to return either the full pathname or just the filename. Can't check right now.
by chulett
Wed May 06, 2009 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the Datastage ServerEdition installation software
Replies: 6
Views: 1715

Yah, good luck with that. Got stuck in an endless 'self nomination loop' once, boy was that frustrating. Not even the 'admin approval' part worked until we got IBM on the phone and all three of us walked through it simultaneously with the IBM guy disappearing behind the curtain from time to time to ...
by chulett
Wed May 06, 2009 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extracting start and end position using index function
Replies: 15
Views: 10329

So... maybe it's just me but I'm not really sure what exactly you want out of this. Are you literally trying to find and extract (as one example) this complete string? EMP_FIRSTNAME=LATHEEF SYED and that's it, we're done? Or do you have an EMP_FIRSTNAME field you are trying to populate, so first you...
by chulett
Wed May 06, 2009 10:12 pm
Forum: General
Topic: Getting part of a filename
Replies: 16
Views: 7262

Use the Field() function downstream of the Folder stage in a transformer. Think of your filename field as an "underscore delimited string" and then ask Field() to get you the 3rd field from the string. Then either substring off everything in the result before the dot or just the first thre...
by chulett
Wed May 06, 2009 10:08 pm
Forum: General
Topic: Loop Iteration Number in Sequencer
Replies: 9
Views: 2183

What am I missing here? How is the answer not the $Counter variable? :?
by chulett
Wed May 06, 2009 4:47 pm
Forum: General
Topic: Getting part of a filename
Replies: 16
Views: 7262

ps. The Folder stage does not 'concatenate all files to a single file'. It does, however, get you the entire file contents in a single row. One row per file, in essence, hence the need for the Row Splitter.
by chulett
Wed May 06, 2009 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running DataStage jobs via AutoSys
Replies: 8
Views: 6538

They don't want to install one what? AutoSys client on the DataStage server? Is it a licensing issue? :? You can look into installing a DS client on the AutoSys server, provided it's a Windows box, and then use dsjob from there to run jobs, I do believe. Never tried it. Best answer would be to have ...
by chulett
Wed May 06, 2009 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running DataStage jobs via AutoSys
Replies: 8
Views: 6538

I'm not sure what you are asking. Your "AutoSys administrator" should be able to answer questions like this, though, I would hope.
by chulett
Wed May 06, 2009 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running DataStage jobs via AutoSys
Replies: 8
Views: 6538

If it works like the other Enterprise Schedulers I've seen, you would need to install the AutoSys client on every box where it would be controlling processes.
by chulett
Wed May 06, 2009 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP CONVERSION
Replies: 8
Views: 2709

Right... and how many characters from the string are you substringing out for the date piece?
by chulett
Wed May 06, 2009 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using Web service pack in DataStage8.x
Replies: 2
Views: 1479

Apparently they did but couldn't be bothered to post it. [sigh]
by chulett
Wed May 06, 2009 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Stage/ Merge Stage Abnormal Termination
Replies: 2
Views: 2102

The Transformer is an active stage so it typically is the one to report 'abnormal termination' messages. And the Merge stage uses hashed files under the covers to do the dirty deed and is known to fall over dead with large files to merge. Did you get anything 'From previous run...' when you Reset th...
by chulett
Wed May 06, 2009 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: configuration file error
Replies: 2
Views: 1267

:idea: Please post the actual resolution to your problem, simply marking it as resolved helps no-one else.
by chulett
Wed May 06, 2009 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to insert record into table when input file is empty
Replies: 7
Views: 2149

Or perhaps check if the file is empty before the job starts and conditionally append this 'hardcoded record' to it.
by chulett
Wed May 06, 2009 7:04 am
Forum: General
Topic: Job fails due to unable to open a file error
Replies: 6
Views: 1895

Ah, even better advice. My DOS days are way too far behind me, it seems. :wink: