Search found 53125 matches
- Mon Dec 12, 2005 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with ODBC stage which is used for lookup
- Replies: 6
- Views: 1374
That's an entirely different question. The solution probably has to do with space characters. If any of the lookup keys are Char data types, they will have trailing space characters in the table - your reference key expression must provide exactly the key value needed, including trailing space or le...
- Mon Dec 12, 2005 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejecting all rows which cannot be loaded in ORACLE
- Replies: 21
- Views: 7785
- Mon Dec 12, 2005 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with ODBC stage which is used for lookup
- Replies: 6
- Views: 1374
- Mon Dec 12, 2005 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Duplicates/Sorting question
- Replies: 17
- Views: 5884
- Mon Dec 12, 2005 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ExecDos Subroutine Not found
- Replies: 9
- Views: 2760
- Mon Dec 12, 2005 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding UTF8 NLS Mapping
- Replies: 3
- Views: 851
- Mon Dec 12, 2005 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort Stage Problem
- Replies: 5
- Views: 1933
- Mon Dec 12, 2005 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HFC.exe -> need it but don't have the Datastage CD
- Replies: 20
- Views: 5916
- Mon Dec 12, 2005 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding config file
- Replies: 5
- Views: 1662
- Mon Dec 12, 2005 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need count of records being populated
- Replies: 10
- Views: 3030
Re: Need count of records being populated
Hi ravi, i tried using the aggregator.But it is also not giving me the total count.Instead it is giving me a sequence number like 1,2,3...10 again. Thanks, sengs You can not get the final count until the last row has been processed. Think about what happens. Read the other suggestions (Transformer ...
- Mon Dec 12, 2005 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import the DSX file and making available for client users
- Replies: 13
- Views: 7172
- Mon Dec 12, 2005 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Enterprise Stage
- Replies: 2
- Views: 1366
- Mon Dec 12, 2005 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Internal process of Remove Duplicates Stage
- Replies: 1
- Views: 710
- Mon Dec 12, 2005 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job recovery
- Replies: 16
- Views: 4573
Arnd is correct. Job designs are stored as records in tables in a database (the Repository). The deletion having been auto-committed, no recovery is possible. There's a lesson to be learned about backups here! I export all my work at the end of each day. There is a record in the DS_AUDIT table that ...
- Sun Dec 11, 2005 7:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: implementing a slowly changing Dim table
- Replies: 7
- Views: 2840
Welcome aboard! :D You have a steep learning curve. The first step is to garner some understanding of what a slowly changing dimension is. There are many books out there - one of the best is The Data Warehouse Life Cycle and Toolkit by Ralph Kimball and others. Slowly changing dimension tables imple...