Search found 4992 matches
- Tue Oct 10, 2006 9:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to traverse thru a hierarchy of records
- Replies: 8
- Views: 1666
Why not sort the child records by parent, then process the child records and reference the parent record for each child, use stage variables to accumulate intermediate results, and send the final result out to an aggregator stage using the LAST derivation for all columns except the key columns? You ...
- Tue Oct 10, 2006 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .dsx export withou using Client
- Replies: 17
- Views: 4955
- Tue Oct 10, 2006 6:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job performance in diferent projects on one server
- Replies: 3
- Views: 731
- Tue Oct 10, 2006 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .dsx export withou using Client
- Replies: 17
- Views: 4955
- Tue Oct 10, 2006 10:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Subroutine failed to complete successfully(30107)
- Replies: 2
- Views: 2285
I'd bet a box of donuts you're having a permissions issue. If users of different groups created jobs, the data is stored in one common internal repository file but the runtime component files are under the userid of the creator. You won't be able to compile or view logs etc of someone elses jobs out...
- Tue Oct 10, 2006 10:15 am
- Forum: DSXchange Testimonials
- Topic: Heaven for DS Community
- Replies: 1
- Views: 8894
- Tue Oct 10, 2006 10:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-Defined SQL Query file in DRS Stage
- Replies: 7
- Views: 1285
The Help button just says this: User-defined SQL query file. Specifies that the data is extracted using the SQL query in the pathname of the designated file that exists on the server. Enter the pathname for this file instead of the text for the query. With this choice, you can edit the SQL statement...
- Tue Oct 10, 2006 9:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-Defined SQL Query file in DRS Stage
- Replies: 7
- Views: 1285
- Tue Oct 10, 2006 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .dsx export withou using Client
- Replies: 17
- Views: 4955
- Tue Oct 10, 2006 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data...AGAIN
- Replies: 5
- Views: 1742
I gave a confusing answer. If the jobs are identical (import from one, export to the other) and produce different results, then look to the Oracle Client. You've pretty much eliminated DataStage as the variable. Data is data, that didn't change just by being on a different DataStage server. DataStag...
- Mon Oct 09, 2006 12:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data...AGAIN
- Replies: 5
- Views: 1742
My assumption is that this is the Oracle 9 plugin? If the jobs are the same source code accessing the same database but coming from different DataStage servers, the only variable left is the Oracle Client installed. This message indicates that the metadata in the job is sized differently from the da...
- Mon Oct 09, 2006 10:52 am
- Forum: General
- Topic: Timeout importing UV account table list?
- Replies: 7
- Views: 5676
Didn't you take my recommendation to setup a new account with custom dictionaries and F-pointers seriously? The VOC is bloated probably due to years of accumulated junk, as well as dictionaries for each file is probably overloaded with unnecessary copies of dictionary items for formatting reasons, a...
- Mon Oct 09, 2006 10:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: read and write to same seq file
- Replies: 2
- Views: 942
If you have any simultaneous reading and writing to the same file you will have issues. Because your job has a syncronization point ahead of the output to the file, this doesn't necessarily occur. It's best to avoid your design anyway because you lose re-start capability, as you've destroyed the ori...
- Mon Oct 09, 2006 6:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: column Area, column unexpectedly ended by EOR
- Replies: 4
- Views: 5515
- Mon Oct 09, 2006 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Source and Target have DRS stages data is not loading.
- Replies: 14
- Views: 2607