Search found 53125 matches
- Fri Sep 05, 2008 5:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: weird warning 'Phantom"
- Replies: 17
- Views: 5756
- Fri Sep 05, 2008 5:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LongVarChar length
- Replies: 7
- Views: 5771
- Fri Sep 05, 2008 5:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Director Scheduler running with specific userid
- Replies: 3
- Views: 2616
- Fri Sep 05, 2008 5:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Poor Server Job Performance
- Replies: 3
- Views: 1469
- Fri Sep 05, 2008 5:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting abnormal termination error while merging two files
- Replies: 6
- Views: 2774
- Fri Sep 05, 2008 5:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SIGSEGV error in server job
- Replies: 7
- Views: 3065
Re: SIGSEGV error in server job
The job was running fine earlier. But suddenly it is showing this error (SIGSEGV). What changed? "Nothing" is not the correct answer. But what changed may have been in DataStage, in Oracle, in machine configuration, in network configuration, in the volume of data being processed, and so on. You nee...
- Fri Sep 05, 2008 5:30 pm
- Forum: General
- Topic: Need help with Parsing
- Replies: 1
- Views: 766
If the data are sorted so that each header and associated detail lines are adjacent (and on the same partition), you can do it in stage variables in a Transformer stage. You need to ability to detect the header rows, presumably using some characteristic of their structure. You preserve these in stag...
- Fri Sep 05, 2008 5:25 pm
- Forum: General
- Topic: Regarding Array Size
- Replies: 9
- Views: 2584
Agree. In that case something like (small_multiple_of_packet_size / row_size) ought to be close. Trial and error seems to be necessary (making sure that all other variabilities are reasonably controlled for), and it's not even a smooth curve - some experiments have indicated a multi-nodal curve, the...
- Fri Sep 05, 2008 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Certification - Some basic questions
- Replies: 11
- Views: 3251
- Fri Sep 05, 2008 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting abnormal termination error while merging two files
- Replies: 6
- Views: 2774
- Fri Sep 05, 2008 6:46 am
- Forum: Data Quality Best Practices
- Topic: QualityStage - Match error
- Replies: 1
- Views: 7905
- Fri Sep 05, 2008 5:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort stage and Partition sort
- Replies: 1
- Views: 1015
In all cases the same tsort operator is used. Input link sorting constrains you to all default settings. If that's all you need it's a way to avoid cluttering up your design. But the Sort stage gives additional choices, such as the ability to generate key change columns, the ability to perform sub-s...
- Fri Sep 05, 2008 5:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of UVBackup and UVRestore
- Replies: 37
- Views: 14475
- Fri Sep 05, 2008 4:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of UVBackup and UVRestore
- Replies: 37
- Views: 14475
- Fri Sep 05, 2008 3:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: last date of the month
- Replies: 2
- Views: 1235
You might get your answer faster if you Search DSXchange. This question has been asked, and answered, previously.