Search found 4992 matches
- Tue Apr 25, 2006 2:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: (DSOpenJob) Cannot open job - not a runnable job
- Replies: 10
- Views: 7744
- Tue Apr 25, 2006 1:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: (DSOpenJob) Cannot open job - not a runnable job
- Replies: 10
- Views: 7744
Can you pls suggest me any setting has to be enabled for the batch? None that I know. The problem is now your job. If the job cannot be attached, that means something else is preventing the DSAttachJob API from securing the job. The DS BASIC manual doesn't tell why a job can't be attached other tha...
- Tue Apr 25, 2006 1:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Osh: What is it good for?
- Replies: 9
- Views: 3626
I know some existing Orchestrate customers who "backed in" to owning DataStage PX. By release 7.5, I would understand that handcrafted OSH scripts are poo-poo'd. I guess the core engine has been modified such that a from-scratch OSH script may not be possible. Your original question was not about mo...
- Tue Apr 25, 2006 12:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to open a hash file
- Replies: 7
- Views: 1112
Re: creating in the same job
I even tried by deleting the files which are created and started from first ..But no use.... Are the hashed files external path or did you leave the project as the default option? If you used the project as the default option you CANNOT remove the hashed file contents from Unix using the "rm" comma...
- Tue Apr 25, 2006 12:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to open a hash file
- Replies: 7
- Views: 1112
- Tue Apr 25, 2006 12:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to open a hash file
- Replies: 7
- Views: 1112
Is the hashed file supposed to exist prior to these jobs running? If so then make sure that the job that creates the hashed file does so with the appropriate directory path and permissions prior to this job running. If the file exists and this job can't see it, then it's either the file name, path o...
- Tue Apr 25, 2006 11:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Osh: What is it good for?
- Replies: 9
- Views: 3626
- Tue Apr 25, 2006 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: (DSOpenJob) Cannot open job - not a runnable job
- Replies: 10
- Views: 7744
- Tue Apr 25, 2006 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: (DSOpenJob) Cannot open job - not a runnable job
- Replies: 10
- Views: 7744
Verify the case sensitive job name is correct. Then, create a new Batch job from Director and use the Add Jobs functionality to add the job to that new Batch. Run that test Batch job and see if it works. If it does, then go back to your original Batch job and find the discrepancy and let us know you...
- Tue Apr 25, 2006 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running job in control M
- Replies: 16
- Views: 17532
I'm recommending an intelligent job stream controlling process, a Sequencer or custom job control, be put into the enterprise scheduler. You need both devices in my opinion. It's not scalable to put every single script, job, program into the scheduler. Sometimes you write a script to run other scrip...
- Tue Apr 25, 2006 9:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal mechanism of Hashfile while job is running
- Replies: 12
- Views: 2525
And forgive me in advance for my use of "hash" file instead of "hashed" file. That document was originally written back in 1999, prior to Ray Wurlod correcting my unforgiveable American misuse of the English language. I've tried to correct my terminology since, but I have a proliferation of existing...
- Tue Apr 25, 2006 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal mechanism of Hashfile while job is running
- Replies: 12
- Views: 2525
- Tue Apr 25, 2006 9:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal mechanism of Hashfile while job is running
- Replies: 12
- Views: 2525
- Tue Apr 25, 2006 8:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal mechanism of Hashfile while job is running
- Replies: 12
- Views: 2525
- Tue Apr 25, 2006 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal mechanism of Hashfile while job is running
- Replies: 12
- Views: 2525
With read caching the row on disk (no write caching) may be different than the row in memory, if the row in memory was paged into memory before the row was modified. If you need to reference a row in its modified form, you must NOT use read AND write caching. The point of read caching is that multip...