Search found 53125 matches
- Wed Sep 10, 2008 1:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: PIVOT LIMITATION
- Replies: 2
- Views: 1409
- Wed Sep 10, 2008 1:12 am
- Forum: IBM QualityStage
- Topic: UnDuplicate Match Output
- Replies: 4
- Views: 1271
- Tue Sep 09, 2008 11:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored Procedure to target stage Logic
- Replies: 7
- Views: 2371
- Tue Sep 09, 2008 10:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trimming the field
- Replies: 9
- Views: 2389
- Tue Sep 09, 2008 8:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Set for Link collector links need to be the same size?
- Replies: 4
- Views: 1590
The Link Collector stage is notorious for this behaviour. It takes Round Robin to mean "wait", rather than "skip if not ready". It does not process the "end of data" token gracefully. You could cat the files together in a Filter command then, within the job if you want to, use Link Partitioner and L...
- Tue Sep 09, 2008 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do I set the sequential file delimiter to ÿ ?
- Replies: 4
- Views: 2444
- Tue Sep 09, 2008 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Clear Job log automatically
- Replies: 4
- Views: 2127
There is nothing in the product to clear the job log while its job is running. Log purge occurs on successful completion of a job. So the "requirement" would have to be solved with a routine. Personally I think it's a silly requirement - why not tighten the auto-purge setting for that job to, perhap...
- Tue Sep 09, 2008 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to login
- Replies: 9
- Views: 2615
- Tue Sep 09, 2008 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored Procedure to target stage Logic
- Replies: 7
- Views: 2371
- Tue Sep 09, 2008 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: duplicates in outrownum
- Replies: 3
- Views: 1266
@OUTROWNUM can never violate a unique constraint on a truncated table. Check for any other unique constraints that there may be. Check too that you are loading the column that you think you are with this sequence of integers - that is, verify that the design is doing what it is supposed to be doing....
- Tue Sep 09, 2008 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer Conversion warning
- Replies: 6
- Views: 1688
- Tue Sep 09, 2008 6:53 am
- Forum: General
- Topic: RTI server getting down again and again
- Replies: 9
- Views: 3481
- Tue Sep 09, 2008 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to check field have Only Numeric values
- Replies: 1
- Views: 845
- Tue Sep 09, 2008 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum Number Of Nodes
- Replies: 3
- Views: 1391
- Tue Sep 09, 2008 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer Conversion warning
- Replies: 6
- Views: 1688
There's not really an issue. The alert can be ignored or demoted if you are totally certain that the values coming in the larger structure will fit in the smaller, and if you are not 100% certain of that then you have to take steps to ensure that any too large value is rejected rather than causing a...