Search found 53125 matches
- Thu Jan 03, 2008 6:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to handle many records in datasets?
- Replies: 3
- Views: 1288
- Thu Jan 03, 2008 6:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failure During Execution of Operator Logic
- Replies: 29
- Views: 17148
Do you add them to the stage using the parameter helper tool (Insert Job Parameter)? What do they look like when loaded into properties? Is the generated connection string consistent with what you've put into the individual properties? Are all the required "#" characters in place? You did not answer...
- Thu Jan 03, 2008 6:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improve Performance while reading from huge Sequential File.
- Replies: 2
- Views: 1400
Start by not using rows/sec as a metric of "performance". Run the job with performance statistics gathering enabled for each Transformer stage (on the Tracing tab of Job Run Options dialog). Find out where these stages are spending most of their time. With these kinds of volumes you might contemplat...
- Thu Jan 03, 2008 6:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Sequence number as part of the job sequence
- Replies: 16
- Views: 4366
- Thu Jan 03, 2008 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine in Job Sequence takes longer
- Replies: 11
- Views: 3063
- Thu Jan 03, 2008 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DecimalToSting()
- Replies: 5
- Views: 1571
- Thu Jan 03, 2008 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failure During Execution of Operator Logic
- Replies: 29
- Views: 17148
- Thu Jan 03, 2008 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between DB2 UDB and DB2 API stage
- Replies: 2
- Views: 777
- Thu Jan 03, 2008 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: implicit conversion int32
- Replies: 4
- Views: 1217
- Thu Jan 03, 2008 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to handle many records in datasets?
- Replies: 3
- Views: 1288
If you insist upon using a Lookup stage, then the entire reference data set must fit in memory. Clearly in your case it doesn't, so allocate a lot more scratchdisk resource. Search for ways to make the extraction more efficient - do the views REALLY need to expose 100 million records? Can you, for e...
- Thu Jan 03, 2008 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to handle reading files with variable lengthed records?
- Replies: 3
- Views: 783
Are the fields AND their intermediate delimiters missing, or are all the delimiters there and the fields between them empty? You handle the two cases differently. In the first case read each line (record) in the file as a single VarChar field and parse it subsequently. In the second case adjust the ...
- Thu Jan 03, 2008 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sun Solaris & Datastage 7.5 Problems
- Replies: 10
- Views: 6166
- Thu Jan 03, 2008 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Director Job Schedule is not working
- Replies: 6
- Views: 1370
Do you get any errors/warnings when trying to schedule jobs? The crontab command will allow you to see whether the jobs have actually been queued. If they have not, ask your UNIX system administrator whether the permissions for cron and at commands have been tightened. You might also ask whether the...
- Thu Jan 03, 2008 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Two Listeners for port 31538
- Replies: 3
- Views: 1391
- Thu Jan 03, 2008 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we filter the records while reading Sequential File?
- Replies: 7
- Views: 2167