Search found 15603 matches
- Tue Apr 04, 2006 1:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: which algorithm uses the data stage for encrypt and decrypt
- Replies: 6
- Views: 3685
- Mon Apr 03, 2006 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLinkInfo returns a -1 in my routine...
- Replies: 25
- Views: 5354
- Mon Apr 03, 2006 11:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null Handling
- Replies: 7
- Views: 1557
Meena, the "ID" column is not extracted from Oracle, otherwise it would be in the format of {LinkName}.{ColumnName}. I assume it is a stage variable computed somehow. You haven't yet told us what your warning is and my assumption that it was the reject link is probably wrong. Could you post the actu...
- Mon Apr 03, 2006 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export Log
- Replies: 4
- Views: 1207
- Mon Apr 03, 2006 10:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null Handling
- Replies: 7
- Views: 1557
- Mon Apr 03, 2006 10:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create variable references using concat
- Replies: 3
- Views: 2034
- Mon Apr 03, 2006 10:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null Handling
- Replies: 7
- Views: 1557
Re: Null Handling
...even after using this transforamtion , the job is getting aborted because of 4 rows. I have used the rejection in the job . I am not able to see the data in the 3 columns for 4 rows which are getting rejected. What is your rejection constraint? Also, it would help if you could tell the source an...
- Mon Apr 03, 2006 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export Log
- Replies: 4
- Views: 1207
- Mon Apr 03, 2006 9:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File error
- Replies: 34
- Views: 8630
You don't need to rebuild the OS kernel for ulimit changes. Which manual were you referring to?anntaylor wrote:We are having a similar issue. We are going to change the kernel default config settigns. The Install and Upgrade manual suggests the kernel may need to be rebuilt. I'll let you know what we find.
- Mon Apr 03, 2006 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can i get all the jobs name in a sequence
- Replies: 23
- Views: 12193
- Mon Apr 03, 2006 9:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RFI - OS Choices
- Replies: 4
- Views: 826
DataStage servers residing on Windows platforms are much less of a problem than the other components involved - mainly the database. Historically Windows has been seen as a "immature" OS trying to live up to it's more mature UNIX sibling. This has certainly changed in the past couple of years, but I...
- Mon Apr 03, 2006 9:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob not found error
- Replies: 3
- Views: 3464
- Mon Apr 03, 2006 9:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error writing to RT_CONFIG1
- Replies: 1
- Views: 582
- Mon Apr 03, 2006 9:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RFI - OS Choices
- Replies: 4
- Views: 826
There are no absolutes to make this choice. If the site has already invested in UNIX hardware and infrastructure, putting in a Windows-based solution would not be a good idea; conversely a Windows shop shouldn't throw in a couple of "rogue" UNIX servers unless there are other reasons to do so. If ne...
- Mon Apr 03, 2006 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML File Format
- Replies: 5
- Views: 1522
You can't specify that in a XML stage. But you could write relatively simple job which reads each line and adds it to an output buffer, which is only written when you get a an XML terminator "</{name}>". This would be just one transform stage and a stage variable. If I could program in awk or sed I ...