Search found 15603 matches
- Sat May 06, 2006 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Quit the sequencer if file not found
- Replies: 3
- Views: 1357
- Fri May 05, 2006 11:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: csv file issue
- Replies: 3
- Views: 1302
- Fri May 05, 2006 10:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looping through the files in directory
- Replies: 5
- Views: 3764
There are at least two basic approaches. One way is to use a UNIX command one liner to get the filelist and cat all the results to stdin for the DataStage PX job. Another is to work through a DataStage Sequence and get the directory contents and call up your processing job once for each input file. ...
- Fri May 05, 2006 10:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SEQUENTIAL FILE STAGE - GETTING STUCK :-(
- Replies: 10
- Views: 2429
I had something similar happen with my workstation and it turned out that the automatic software update package had kicked in overnight and installed some package which had messed up my libraries on my PC. Please post your answers once you get them sorted out so that others can benefit from your pai...
- Fri May 05, 2006 10:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
- Fri May 05, 2006 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
(There is no need to quote whole posts!!!) The problem is that you have a circular dependancy in your job. DataStage is looking at your job and a transformer2 is going to wait for the portion of the job that writes the Hash1 to complete before continuing. This is fine until at transformer3 that proc...
- Fri May 05, 2006 10:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job runs differently under director
- Replies: 3
- Views: 951
- Fri May 05, 2006 10:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SEQUENTIAL FILE STAGE - GETTING STUCK :-(
- Replies: 10
- Views: 2429
Usha, the problem is odd from your explanation; meaning that even though you have reinstalled DS on your workstation the error persists. Did you actually un-install your software and then re-install it or just overwrite the existing installation - if the latter then try a clean install by deleting t...
- Fri May 05, 2006 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job aborts without fatal error
- Replies: 7
- Views: 1593
- Fri May 05, 2006 4:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP file
- Replies: 1
- Views: 634
A sequential file is just a long sequential list of bytes; the concept of "columns", "rows" and lines are no physical separations to the data just special characters that let programs interpret the ordering of the data. In your case you are sending the file using FTP as logical blocks of 1,000 chara...
- Fri May 05, 2006 4:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error after Validation--DescribeReducer() failed
- Replies: 2
- Views: 2203
- Fri May 05, 2006 4:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: is Sun Studio 11 supported
- Replies: 1
- Views: 600
- Wed May 03, 2006 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: keymgt slow performance?
- Replies: 37
- Views: 10493
- Wed May 03, 2006 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Extender
- Replies: 8
- Views: 2809
ewartpm - a DataStage PX project includes all of the server functionality; so the answer to your question is Yes, you can import your existing server jobs into PX. But in order to use the full power of PX you will need to re-write those existing server jobs, and the development time for converting a...
- Wed May 03, 2006 5:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file warning message
- Replies: 5
- Views: 1593