Search found 42189 matches

by chulett
Thu Oct 04, 2007 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working download link for the Orchestrate manuals?
Replies: 2
Views: 893

Working download link for the Orchestrate manuals?

Yes, the actual 'Orchestrate' manuals and please don't ask me to 'search the dang forums'. All that turns up are numerous responses of 'search the dang forums', 'request them' or dead links from the ADN days. :evil:

So... working linky anyone?
by chulett
Thu Oct 04, 2007 6:42 am
Forum: General
Topic: Removing Header/Trailer from Seq File
Replies: 7
Views: 8195

Won't PX do this 'automagically' because (typically) the metadata for the header/trailer records are different and thus they... reject? :?
by chulett
Thu Oct 04, 2007 6:39 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Helpfile viewer problem in Vista?
Replies: 16
Views: 8402

:lol: Been there.
by chulett
Wed Oct 03, 2007 9:04 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Jobs Getting Failed Due to Lack of Sessions
Replies: 4
Views: 3048

Not that familiar with a true Grid implementation, so perhaps not everything I've said applies. Others, however, are - hopefully they'll pop in here with more grid-specific Words of Wisdom.
by chulett
Wed Oct 03, 2007 8:22 pm
Forum: General
Topic: Job Sequence trigger usage based on data value 0 or !=0
Replies: 15
Views: 4405

That's just standard UNIX / shell stuff. Pretty much all you need to worry about there is zero = good, not zero = not so good. :wink:
by chulett
Wed Oct 03, 2007 8:15 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Jobs Getting Failed Due to Lack of Sessions
Replies: 4
Views: 3048

I'm guessing these aren't 400+ DataStage TX jobs. 1. No. 2. Yes. In other words, your *scheduler* needs to understand the limitations of your system and not overwhelm it. If that means you need to 'teach' it or lead it by the nose so it doesn't run 'too many' jobs at the same time, then that's what ...
by chulett
Wed Oct 03, 2007 7:33 pm
Forum: General
Topic: Job Sequence trigger usage based on data value 0 or !=0
Replies: 15
Views: 4405

Give that boy a cee-gar! :wink:

ReturnValue is the status of the command and zero indicates it ran without error. CommandOutput would capture whatever the command echo'd up on the screen / standard out - in this case your cat'd records.
by chulett
Wed Oct 03, 2007 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence - Trigger Question
Replies: 7
Views: 1148

That's... not how it works. :?

The only way this job can run 'many times at the same scheduled time' with different parameter values is if it is multi-instance.
by chulett
Wed Oct 03, 2007 1:46 pm
Forum: General
Topic: Jobs statistics displaying 0 zeros all of a sudden...
Replies: 3
Views: 1271

Did you try searching for 'JobMonApp'?
by chulett
Wed Oct 03, 2007 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence - Trigger Question
Replies: 7
Views: 1148

I personally wouldn't worry about 'duplicate activities' on the canvas. If it works, is maintainable and doesn't look like it was designed by a spider on crack then it's all good. :wink:
by chulett
Wed Oct 03, 2007 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence - Trigger Question
Replies: 7
Views: 1148

You don't "call jobs" in triggers. By "call" do you mean they are linked in the Sequence job? :?

JobA -> JobB -> JobC

Are you looking for a way to conditionally skip JobB based on a parameter? If yes, I would use a Nested Condition with Sequencer stages for something like that.
by chulett
Wed Oct 03, 2007 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Job name as Email subject
Replies: 2
Views: 745

Isn't this the same issue as your other post? Your other post at least showed you attempting to use the JobName, here you would send the job handle if it was working correctly. And it's not working because you buried the variable name in a string. You'd need to break the string around it and concate...
by chulett
Wed Oct 03, 2007 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Management on the target database
Replies: 11
Views: 2371

The answer is... depends. Without knowing exactly what needs doing, it's hard to give very specific advice. Properly leveraging hashed files is key. Don't try to build one huge mongo job that does everything, think modular and break the processing up into logical segments. Your last job would still ...
by chulett
Wed Oct 03, 2007 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Critical Date Conversion
Replies: 2
Views: 895

Check the DateGenericToTimeStamp routine in the sdk branch. You may be able to use it directly or copy it and make it your own.
by chulett
Wed Oct 03, 2007 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can we pass char values as parameter values
Replies: 10
Views: 1474

I'll wager your quotes are being stripped...