Search found 42189 matches

by chulett
Tue Jan 25, 2011 10:31 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: job not running in the Director!!
Replies: 9
Views: 5638

Guessing we need to wait for Ernie but I'll also ask... can you call them, meaning the services?
by chulett
Tue Jan 25, 2011 10:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find jobs that ran today
Replies: 10
Views: 3203

There's a 'Print to file' option.
by chulett
Tue Jan 25, 2011 7:09 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: job not running in the Director!!
Replies: 9
Views: 5638

I would imagine they'd still show as running in Director if they were, unless that's changed in 8.x. Are these 'always on' services?
by chulett
Tue Jan 25, 2011 7:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find jobs that ran today
Replies: 10
Views: 3203

ETLStats if you need to do that for any given day, i.e. over and over again. Stick with your Director trick for a "one off". :wink:
by chulett
Tue Jan 25, 2011 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How Can I validate two times One Row??
Replies: 6
Views: 2578

Of course. :wink:
by chulett
Tue Jan 25, 2011 7:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

Ray, Smay. Phooey.
by chulett
Tue Jan 25, 2011 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

I've done that myself many times. And yes, can definitely have something to do with performance. :wink:
by chulett
Tue Jan 25, 2011 4:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

Define "between". If the DRS stage loads the Hashed File and then the job references the Hashed File there's nothing inherently silly about that.
by chulett
Tue Jan 25, 2011 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How Can I validate two times One Row??
Replies: 6
Views: 2578

... Link Collector, me thinks.
by chulett
Tue Jan 25, 2011 3:56 pm
Forum: General
Topic: Designing a restartable sequence that stops after a warning
Replies: 5
Views: 1749

I've always come from a "zero tolerance" world, one where no warnings were allowed and were thus equated to an abort, so never had a need to even consider anything like this. That and have had the luxury of bringing a full-fledged Sequence replacement "Job Control Utility" courte...
by chulett
Tue Jan 25, 2011 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml output
Replies: 10
Views: 4258

I don't have any kind of access but it shouldn't be all that hard to find in the stage... should mention something about 'closing tags'.
by chulett
Tue Jan 25, 2011 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row count
Replies: 21
Views: 7225

Sorry, but isn't the answer pretty obvious from their names? :?
by chulett
Tue Jan 25, 2011 8:02 am
Forum: General
Topic: dsjob not working through crontab
Replies: 10
Views: 3204

What exactly does your script do... besides run the job, of course.
by chulett
Tue Jan 25, 2011 8:01 am
Forum: General
Topic: Designing a restartable sequence that stops after a warning
Replies: 5
Views: 1749

Not sure this is possible 'out of the box'. :?

So... you want it to stop when there is an Abort or Warnings in jobs but not rerun jobs with only Warnings on restart? Hmmm... you may need to write your own checkpointing for this.
by chulett
Tue Jan 25, 2011 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract and Load many tables - Short and fast
Replies: 8
Views: 3092

Ummm... not "garbage" characters but Field Marks as in the @FM character you used Field() to strip from the strings. It's important to understand both what they are and why they are there, all of those @ "marks" are some of the fundamental underpinnings of DataStage.