Search found 4992 matches

by kcbland
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...
by kcbland
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...
by kcbland
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...
by kcbland
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...
by kcbland
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...
by kcbland
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.
by kcbland
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

Start by telling us what the job is supposed to do. Are there any before-job, before-transformer routines? Any log messages? What about checking "ps -ef |grep phantom" to see any active processes? Can you give us a little more information please?
by kcbland
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...
by kcbland
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

XP Professional only
by kcbland
Fri Sep 24, 2004 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Scheduling
Replies: 2
Views: 1139

You've posted in the wrong forum.

To answer your question, the difference between cron and an enterprise scheduler are vast. You need to research tools like Autosys, Tivoli, etc and understand what those products do. cron is to a shovel what an enterprise scheduler is to an earth mover.
by kcbland
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

If you use the "Clear Hash File" check box in a job design, the hash file will be cleared when the input link starts up. Therefore, if you have a reference to that same hash file in a previous transformer stage, the hash file WILL be cleared before the first row is processed.
by kcbland
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

Wow, nobody likes my earlier suggestion. You guys are having too much fun trying to make clear.file work from unix command. I don't think you can do this!!!

My earlier suggestion will work.
by kcbland
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

No. The number of qualifiers are too numerous, you're better off contemplating the design intent and going back to the functional requirements.
by kcbland
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.
by kcbland
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...