Search found 42189 matches
- Thu May 03, 2007 11:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Index in Unusable state
- Replies: 2
- Views: 866
- Thu May 03, 2007 9:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing to the same file in the same job
- Replies: 13
- Views: 3697
When you have two links going out to the same file and you have links ordered, then a single row will go through the first link first and then to the second link (round robin). This way each record will be appended to a file, one at a time. It will be two seperate operations for the OS, but for the...
- Thu May 03, 2007 8:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing to the same file in the same job
- Replies: 13
- Views: 3697
Multiple writes to the same file is not allowed by the OS. You will get misaligned data. If this were a server job and you had two links going in then, theoratically, there will be roundrobin process of sending records and in both the sequential file stages the option should be append. I guess you ...
- Thu May 03, 2007 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cluster/server
- Replies: 2
- Views: 1273
- Thu May 03, 2007 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Call Jobs on Condition based in the Sequence
- Replies: 15
- Views: 5784
So what is your actual problem that you need help with? How to write the 'check the database' job? How to communicate what it found to the downstream jobs? How to build conditional triggers in a Sequence? If you can be more specific as to what parts you have covered and which parts you need help wit...
- Thu May 03, 2007 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HOw to start the datastage job from win bat file or DOS mode
- Replies: 7
- Views: 2864
- Thu May 03, 2007 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem in implementing pivot stage
- Replies: 11
- Views: 3024
- Thu May 03, 2007 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job running forever....
- Replies: 10
- Views: 3103
So... in other words, there's no problem? Phantom just means DataStage background process, which all jobs run as and SLEEP just means it's very tired. Just how busy is your server? What exactly is your job doing? Could there be other resource issues that are causing the job to stall - database, perh...
- Thu May 03, 2007 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Autosys Job
- Replies: 14
- Views: 10599
Re: Autosys Job
pranabdas wrote:You need read some books or some documents to use autosys. Its a very good tool for scheduling.
Maybe so. We use Control-M and I've never felt the need to read any books about it - we've got dedicated "peoples" for that. They read the books. I tell them what I need.
- Wed May 02, 2007 5:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequencer Error
- Replies: 3
- Views: 1126
Re: Job Sequencer Error
Am I missing something. Where exactly do I specify the Parameter file in the job. I'm not sure how we can be expected to know. That routine is obviously something custom and unique to your shop, you would need to know that. Or figure it out. Or you'd need to post the code, then maybe we could help.
- Wed May 02, 2007 5:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC for Accessing Flat Files
- Replies: 10
- Views: 1548
- Wed May 02, 2007 5:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wait for File Activity
- Replies: 4
- Views: 1023
Also depends on how often you want to perform the check. The DataStage job with the WFF stage will be running constantly over those days, checking for the file every 8 seconds from what I recall. It may be more appropriate to only check once a day or hour or some other configurable period. Some peop...
- Wed May 02, 2007 5:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence
- Replies: 7
- Views: 1831
- Wed May 02, 2007 5:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Load Stage Automatic Mode & Plug-In Documenta
- Replies: 2
- Views: 749
1 - No, you stream data into the stage as quickly as you can and it 'loads' it into the database. Only in Manual mode is data landed. 2 - Perhaps 'immediately upon receiving the source data" ? OCI and OCI Load use two different mechanisms. The former are normal inserts same as you would from sqlplus...
- Wed May 02, 2007 12:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence
- Replies: 7
- Views: 1831