Search found 4992 matches
- Mon Sep 27, 2004 8:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job abending after 16 million odd records
- Replies: 6
- Views: 2171
It should have been, but who knows? Your problem, I'm 99% sure, is that you had a database connection open waaaay too long, probably were dealing with either rollback segments on the load query, snapshot segments on the source query, a whole host of issues. This folks, is why I recommend getting the...
- Mon Sep 27, 2004 8:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job abending after 16 million odd records
- Replies: 6
- Views: 2171
My guess would be that your runtime is so obscene (hours) that your connection is timing out. 16 million rows, this job must be riding on only 1 cpu, waiting forever on the OCI lookups, I'd guess you're runtime is somewhere over 8 hours without even knowing much about what you're doing. Unless I'm t...
- Mon Sep 27, 2004 2:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Stage access to Oracle
- Replies: 7
- Views: 2541
Are you using ODBC or the OCI stage? What version of the client software are you using, the 8i or the 9i? Which OCI stage, the 8i or the 9i plugin stage? Is your issue viewing data? Let's see the actual error messages if you've got them. I have about 50 more questions but could use your help narrowi...
- Mon Sep 27, 2004 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MetaData mismatch
- Replies: 2
- Views: 1105
You need to import table definitions of your target and load it into the ODBC stage definition. You need to map the source data into the form the target will accept. If your ODBC target requires the date information in a specific form, you must manipulate the data into that form. If your target is S...
- Mon Sep 27, 2004 12:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to count incoming and outgoing rowsusing datastage
- Replies: 8
- Views: 10837
Your link statistics are available for export during and after a job has run. You can use multiple methods to extract these statistics, either use a DS BASIC routine and call the job APIs that give you this information; or use the command line program dsjob with the appropriate switches to extract l...
- Mon Sep 27, 2004 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi Instance Job with Disk Caching turned not finishing
- Replies: 5
- Views: 1960
Thomas, I posted a routine specifically to replace that AWEFUL SDK routine. It's posted here:
http://www.dsxchange.com/viewtopic.php? ... eyparallel
The details are in the postings.
http://www.dsxchange.com/viewtopic.php? ... eyparallel
The details are in the postings.
- Mon Sep 27, 2004 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in running a DS job on Solaris
- Replies: 1
- Views: 612
- Sun Sep 26, 2004 9:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi Instance Job with Disk Caching turned not finishing
- Replies: 5
- Views: 1960
If you're using multiple instances to divide up a source file and multi-job process it, then I assume the same hash file is a target in all jobs and you're refering to write-delay caching? So turning it off allows the jobs to finish, but having it enabled causes it to fail. Any chance you're bumping...
- Fri Sep 24, 2004 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage windows NT server for 5.x or 7.x
- Replies: 4
- Views: 1318
- Fri Sep 24, 2004 7:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Scheduling
- Replies: 2
- Views: 1139
- Thu Sep 23, 2004 8:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Clear a Hashed File Outside of Datastage Job?
- Replies: 37
- Views: 15718
- Thu Sep 23, 2004 2:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Clear a Hashed File Outside of Datastage Job?
- Replies: 37
- Views: 15718
- Thu Sep 23, 2004 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Server to PX conversion
- Replies: 4
- Views: 1786
- Thu Sep 23, 2004 12:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can You Make Available the etlarticlelist from DSX Site!
- Replies: 9
- Views: 2392
Sign up at www.kennethbland.com for access to my private stash.
- Wed Sep 22, 2004 8:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Clear a Hashed File Outside of Datastage Job?
- Replies: 37
- Views: 15718
Sorry for not piping up earlier, the method you need to use sounds a little hokey, but it works. What you do is create the hash file, then copy the contents of the empty hash file subdirectory into a parking space. Whenever you need to clear the hash file, simply recopy the empty DATA.30 and OVER.30...