Well, I know that too broad of a search overwhelms the indexes and returns nothing. You can imagine that the word "job" has about 10 million uses in over 69000 posts, so, it is a bad choice to use when doing an any-word match.
Try using the exact error message, or a specific term.
Search found 4992 matches
- Wed Oct 26, 2005 6:08 pm
- Forum: Site/Forum
- Topic: Forum and Author search behaviour
- Replies: 3
- Views: 2472
- Wed Oct 26, 2005 6:05 pm
- Forum: Site/Forum
- Topic: Write a Book!
- Replies: 40
- Views: 20404
- Wed Oct 26, 2005 5:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hub and Spoke - Performance issue
- Replies: 10
- Views: 2722
As your lookups are busy with the round trip between DS and Oracle, your DS processes get to take a nap. Because of round trip latency, query queing, and query contention (using IPC stages to get 6 transformers independently executing with one lookup each) because 6 queries are firing for each row, ...
- Wed Oct 26, 2005 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning Message
- Replies: 3
- Views: 1154
- Wed Oct 26, 2005 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Version
- Replies: 2
- Views: 1203
By compatible, you mean using the Oracle OCI stages? The answer is complicated, becuase the OCI client libraries supplied with Oracle work with specific databases. DS has OCI8 and OCI9, so if you're using OCI9, the Oracle 9i client works with 10g database. The OCI8 with Oracle 8i client works with 1...
- Wed Oct 26, 2005 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 7.5x2 installation problem on windows 2003
- Replies: 11
- Views: 3088
- Wed Oct 26, 2005 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: header and footer
- Replies: 7
- Views: 4077
Okay, you can set a variable to be the result of a word count for lines on a data file. Then, subtract 1 from that value, that's the result to use with head. head gives you the top N lines in a file, thus original file line count minus 1 would stop at the trailer record. Pipe that to tail with the o...
- Wed Oct 26, 2005 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: header and footer
- Replies: 7
- Views: 4077
Re: header and footer
rgandra wrote:If you know the format of the header and trailer record, you cna filter those records by adding contraint in the Transformer stage.
No, PX is very sensitive to metadata inconsistencies in the Sequential file stage.
- Wed Oct 26, 2005 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading multiple tables - Looking for Best Practices
- Replies: 4
- Views: 1546
Are you talking about maintaining foreign key relationships? Meaning a parent and children records are processing today, and if any of the related rows fail to load, all need to fail? If you have a parent fail during processing, you can easily put those parents into an "avoid" lookup so that childre...
- Wed Oct 26, 2005 2:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List of environment variables
- Replies: 13
- Views: 4402
- Wed Oct 26, 2005 2:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: driving previous sunday
- Replies: 2
- Views: 1111
I don't think we have enough information, hence the lack the of responses. So we have this start date and a duration. Sure we can figure out the number of weeks and then compute the Sundays that fall in that range. What records are you talking about? Do you just need a function that returns an array...
- Wed Oct 26, 2005 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding the Hashed File Stage Column Length
- Replies: 6
- Views: 1382
What does matter is the scale. When there is a scale setting and you perform math (just a "+0" will do) on the column, the number is rounded to to the setting of the scale if the data type is DECIMAL. Other than that, there's no interaction with the metadata during processing until you reach a datab...
- Wed Oct 26, 2005 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: max length of project name in AIX
- Replies: 8
- Views: 1835
- Wed Oct 26, 2005 1:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding the Hashed File Stage Column Length
- Replies: 6
- Views: 1382
- Wed Oct 26, 2005 1:38 pm
- Forum: Site/Forum
- Topic: Write a Book!
- Replies: 40
- Views: 20404