Search found 15603 matches
- Tue Jul 06, 2010 6:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RESET
- Replies: 5
- Views: 1512
- Tue Jul 06, 2010 5:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Why join is faster ?
- Replies: 4
- Views: 2356
Using data sorted on the join keys is particularly fast and is also light on memory usage since only the data for a key grouping must be kept in memory during processing. Contrast that to the method needed for a lookup, where the complete lookup reference data is held in storage. I won't go into spa...
- Tue Jul 06, 2010 3:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: delimiter
- Replies: 8
- Views: 2479
- Mon Jul 05, 2010 8:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Facing error while using DB2 bulk load stage .
- Replies: 1
- Views: 797
While I don't have access to DB2 for bulk loading, I would start with looking for log files and also posting the complete error message, which might be in a different director log entry. Also, does this error always happen at the same place in the process? Does it always happen? Has it ever worked a...
- Mon Jul 05, 2010 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cant see new jobs on director until I execute DS.REINDEX ALL
- Replies: 6
- Views: 2721
Craig has put it correctly, the real problem is that the OP did a DS.REINDEX while users were in the system, which corrupted the indices on DS_JOBS and caused the secondary error which was reported in this thread. 1. Only do a DS.REINDEX when no other DataStage users are in the system. 2. If you get...
- Mon Jul 05, 2010 6:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cant see new jobs on director until I execute DS.REINDEX ALL
- Replies: 6
- Views: 2721
- Mon Jul 05, 2010 4:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to know the job is exported?
- Replies: 5
- Views: 1486
- Mon Jul 05, 2010 4:02 am
- Forum: General
- Topic: [IBM][CLI Driver] CLI0182W Fractional truncation. SQLSTATE
- Replies: 4
- Views: 3585
- Mon Jul 05, 2010 3:44 am
- Forum: General
- Topic: [IBM][CLI Driver] CLI0182W Fractional truncation. SQLSTATE
- Replies: 4
- Views: 3585
- Mon Jul 05, 2010 3:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to know the job is exported?
- Replies: 5
- Views: 1486
DataStage does not store information about job exports in the repository. The job modification information is stored in the DS_AUDIT hashed file. This file is not documented, but there are several threads here on DSXchange which give information on the layout and use; This thread gives some insight.
- Mon Jul 05, 2010 2:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 7.5.x compilation error for transformer
- Replies: 5
- Views: 3845
I don't know the correct C++ compiler that DataStage requires, it is specified in the documentation and installation instructions. If you don't have 7.5x2 then you will be able to compile, but not run PX jobs. When you compile you will get an error message, if you view the details and then paste the...
- Mon Jul 05, 2010 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 7.5.x compilation error for transformer
- Replies: 5
- Views: 3845
- Fri Jul 02, 2010 2:31 am
- Forum: General
- Topic: variables getting removed from DSParams
- Replies: 5
- Views: 1924
I wonder if the file access is set to be read-only for the userid who edited the file in the Administrator and the write back to the DSParams failed but didn't produce an error message.
After making the change from the Administrator, check the date-time-modified on the DSParams file - has it changed?
After making the change from the Administrator, check the date-time-modified on the DSParams file - has it changed?
- Fri Jul 02, 2010 2:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Weird result:- sequencial file reading improper data
- Replies: 7
- Views: 1686
- Thu Jul 01, 2010 8:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential_File_0,0: Field "TRIP_NAME_IDENTIFIER"
- Replies: 4
- Views: 2019