Search found 15603 matches
- Thu Jul 28, 2005 11:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob call from PC to AIX
- Replies: 10
- Views: 4907
- Thu Jul 28, 2005 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Returning less number of rows
- Replies: 17
- Views: 2886
Can you write the output of the sort/aggregate to a sequential file and then link from the sequential file to your Database write? I think the database won't get opened (and therefore no timeout) until the write to the sequential file finishes. If you have the disk space just shove a sequential stag...
- Thu Jul 28, 2005 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Returning less number of rows
- Replies: 17
- Views: 2886
- Thu Jul 28, 2005 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cross language compatability of Datastage
- Replies: 3
- Views: 1414
I remember back in the day that we had to install Japanese server on a japanese version of the OS (which might in turn run in english-only mode). The README file is quite clear on this, so it would be best to look at that as the more accurate reference of what is supported on AIX. The Japanese clien...
- Thu Jul 28, 2005 7:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compile Time Error
- Replies: 5
- Views: 993
- Thu Jul 28, 2005 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compile Time Error
- Replies: 5
- Views: 993
Does this mean that you cannot delete the bad job? Something is corrupted. You should reindex (you can use the search facility for DS.TOOLS to get information about this) and see if you can delete this job afterwards. Normally this only happens when something has gone really wrong, such as a disk-fu...
- Thu Jul 28, 2005 3:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to start ORCHESTRATE process help!!!
- Replies: 6
- Views: 4728
- Thu Jul 28, 2005 1:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warnings when migrating job from DS Px7.0 to 7.5
- Replies: 2
- Views: 1222
- Thu Jul 28, 2005 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compile Time Error
- Replies: 5
- Views: 993
For some reason the DataStage hashed file RT_CONFIG489 cannot be written to. The most likely causes are insufficient access rights, disk full or file corruption. First off, do a "save as" another name - does that work? If yes, the file might have become corrupted, so delete that job and then do a re...
- Thu Jul 28, 2005 12:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing CRLF from fixed width text files
- Replies: 4
- Views: 3059
Hello Javier, the <CR><LF> terminator is in fact 2 bytes, so that shouldn't throw off your column width at all. So if you define your columns with the appropriate fixed widths you will be able to read them into a DataStage job with no problem. You can then write a Transform stage derivation for the ...
- Wed Jul 27, 2005 11:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32
- Replies: 5
- Views: 1255
- Wed Jul 27, 2005 9:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: INET and SMTP
- Replies: 3
- Views: 629
- Wed Jul 27, 2005 9:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Interesting E-mail notification problem
- Replies: 3
- Views: 676
Naveen, the mail call is just an interlude to the command line "mail" on unix. If your mail system uses the same command line syntax then the protocol actually used to encode/decode and transmit the mails is not important. If you have a different command then you will need to "fake" this call by cre...
- Wed Jul 27, 2005 9:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parallel extract
- Replies: 9
- Views: 4028
- Wed Jul 27, 2005 9:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: INET and SMTP
- Replies: 3
- Views: 629
No, they are quite different. SMTP (simple mail transport protocol) is a golden oldie with which the original mails were exchanged. "inet" (as I know it) is just short for internet protocol or IP, which is at a completely different layer; usually the SMTP system will use IP packet to move data back ...