Search found 42189 matches
- Fri Jan 28, 2011 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: which one is more costly
- Replies: 4
- Views: 1915
- Fri Jan 28, 2011 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the right value for IPC buffer size?
- Replies: 27
- Views: 12507
From a contrarian point of view, I never saw buffering or leveraging the IPC stages as any kind of Silver Bullet. You'll also find posts here that issue specific cautions on their use (I think from Ernie) as the buffering can introduce some rather... unexpected... results. I've built thousands of Se...
- Fri Jan 28, 2011 2:07 pm
- Forum: General
- Topic: Find sequence used by a master sequence
- Replies: 13
- Views: 4199
- Fri Jan 28, 2011 12:43 pm
- Forum: General
- Topic: Find sequence used by a master sequence
- Replies: 13
- Views: 4199
Shouldn't dssearch leverage Job Control tab instead of Dependencies tab? Shouldn't everything in the Job Control tab be listed in the Dependancies tab? :wink: It's a bug, as far as I know. Then what do you use to find the names of Sequence which are using a particular Job or another Sequence? My gi...
- Fri Jan 28, 2011 11:58 am
- Forum: General
- Topic: Find sequence used by a master sequence
- Replies: 13
- Views: 4199
- Fri Jan 28, 2011 11:47 am
- Forum: General
- Topic: Find sequence used by a master sequence
- Replies: 13
- Views: 4199
- Fri Jan 28, 2011 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row count
- Replies: 21
- Views: 7225
- Fri Jan 28, 2011 10:25 am
- Forum: General
- Topic: Ignore the stages on the designer palette
- Replies: 7
- Views: 2889
- Fri Jan 28, 2011 8:49 am
- Forum: General
- Topic: Ignore the stages on the designer palette
- Replies: 7
- Views: 2889
- Fri Jan 28, 2011 8:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row count
- Replies: 21
- Views: 7225
- Fri Jan 28, 2011 8:09 am
- Forum: General
- Topic: code=-14 [Timed out while waiting for an event]
- Replies: 9
- Views: 5733
- Fri Jan 28, 2011 8:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Jobs Reading a single dataset concurrently
- Replies: 7
- Views: 5317
- Fri Jan 28, 2011 8:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Job not aborting after 50 warnings
- Replies: 7
- Views: 9390
- Fri Jan 28, 2011 7:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record check after extract
- Replies: 6
- Views: 2589
Many ways to skin that cat. In a Sequence job, trigger conditions could drive the flow, check for a count > 0 in the flow and it could just end gracefully at that point for a zero count, that or perhaps send an email. Or a Nested Condition stage could do the same and make the check a little more obv...
- Fri Jan 28, 2011 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml output
- Replies: 10
- Views: 4258
Interesting... never knew that a browser would show something like an empty tag differently than it was in the source but just confirmed the behaviour for myself. But then it was never my tool of choice to check the validity of xml. Normally all XML parser's can read an empty tag in the format <empt...