Search found 15603 matches
- Thu Mar 30, 2006 9:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Replacing & character
- Replies: 9
- Views: 1603
The Change and Ereplace functions are the same (except when evaluating an emptyr string). You might write a normal Server job to read you source file, parse it and write it back out to another sequential file, which your PX job then reads. It will make maintenance and debugging easier and might even...
- Thu Mar 30, 2006 1:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: keymgt slow performance?
- Replies: 37
- Views: 10493
balajisr, when you have interprocess turned on the transform stages will be executing in different processes and any COMMON block information will not be shared between them; this is why that page recommends not using COMMON blocks to share data between stages. If you use a COMMON block to store per...
- Thu Mar 30, 2006 1:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Encryption/Decryption
- Replies: 4
- Views: 1300
- Thu Mar 30, 2006 1:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create operating system file
- Replies: 20
- Views: 7117
Kryt0n, you mean the inode limit on the partition or the UNIX variant's limit on number of files in a tree (32767 on AIX)? You can temporarily work around that problem by converting your RT_LOG<nnn> and RT_STATUS<nnn> files from type 30 (which use 1 directory and 3 files for 4 inodes) to Type 2 (whi...
- Thu Mar 30, 2006 1:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: keymgt slow performance?
- Replies: 37
- Views: 10493
Rachel, try writing a job that reads a sequential file, uses the key management routines and wrietes to a sequential file (or to a sequential file in /dev/null) to see the actual speed on your system. The speeds should not be 24 rows per second, even on an overloaded system. Most system should give ...
- Wed Mar 29, 2006 10:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Job aborts after running for 256 times
- Replies: 8
- Views: 1251
- Wed Mar 29, 2006 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CR/LF Scrubing
- Replies: 2
- Views: 1059
- Wed Mar 29, 2006 8:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scheduled task won't run, but I can run it direct?
- Replies: 6
- Views: 2524
The scheduler will call "dsjob" which takes user/password as parameters. What does the failure look like - there has to be some entry, either in AT or in the DataStage director. If nothing shows up in the director itmight be that the path to the dsjob command has changed or that the user's ENVironme...
- Wed Mar 29, 2006 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Job aborts after running for 256 times
- Replies: 8
- Views: 1251
Craig - I did check it, but went straight to the bottom without looking at the details and just saw an entry stating "contact Ascential support" so I assumed that it meant that someone needed to submit a bug report. I just re-read it and found the reference in the middle of the thread. Mea Culpa, I ...
- Wed Mar 29, 2006 7:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scheduled task won't run, but I can run it direct?
- Replies: 6
- Views: 2524
- Wed Mar 29, 2006 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Recursive Row Split and Append
- Replies: 10
- Views: 3579
- Wed Mar 29, 2006 7:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Job aborts after running for 256 times
- Replies: 8
- Views: 1251
I changed my test job to call a sequence from the main sequence and had no problem in getting it to execute 1000 times in a row at 7.5.1 Therefore the answer isn't obvious so you will need to do some debugging and testing on your system. The first step in isolating the problem is to change your main...
- Wed Mar 29, 2006 7:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Job aborts after running for 256 times
- Replies: 8
- Views: 1251
- Wed Mar 29, 2006 6:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Activity property window
- Replies: 4
- Views: 1204
- Wed Mar 29, 2006 3:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem With Datastage Project
- Replies: 14
- Views: 3818