Search found 53125 matches
- Thu Feb 25, 2010 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS Problem
- Replies: 5
- Views: 2821
Basically your projects are incompatible. Does this message cause jobs to abort, or is it just a warning? There are two workarounds and one solution. Workaround 1 is to use a message handler to suppress the warning or convert it to informational. Workaround 2 is to edit the export file before import...
- Thu Feb 25, 2010 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: viewlog
- Replies: 4
- Views: 1140
- Thu Feb 25, 2010 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partitioning Problem on both 8.0 and 8.1
- Replies: 3
- Views: 978
- Thu Feb 25, 2010 3:46 pm
- Forum: General
- Topic: Routine to get file size
- Replies: 2
- Views: 995
- Thu Feb 25, 2010 3:45 pm
- Forum: General
- Topic: Resurrect Log File
- Replies: 2
- Views: 1051
- Thu Feb 25, 2010 4:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Apend dot after each character in string
- Replies: 12
- Views: 3461
- Thu Feb 25, 2010 4:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partitioning Problem on both 8.0 and 8.1
- Replies: 3
- Views: 978
Re: Partitioning Problem on both 8.0 and 8.1
Do the scores yield any useful information, particularly about partitioners?
- Thu Feb 25, 2010 1:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Status code = -9999 DSJE_DSJOB_ERROR
- Replies: 21
- Views: 16291
I was responding to datisaq and still am. Check out the permissions on objects in the project directory. The best place to set umask is in the dsenv script. Since you are certified in (what, exactly? there is no Information Server 8.1 certification as far as I am aware) you should have been aware of...
- Thu Feb 25, 2010 1:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: remove string from string
- Replies: 10
- Views: 2557
- Thu Feb 25, 2010 1:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Idea to resolve database table lock after job abort?
- Replies: 5
- Views: 1649
- Thu Feb 25, 2010 1:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not all Records making the table despite rec count saying so
- Replies: 3
- Views: 1327
The count in DataStage is how many records were sent. Your transaction size is a whole multiple of the array size, which is the right thing to do. End of data always generates a COMMIT (well, it's supposed to anyway). Might be one for official support. I wonder could it be an issue with client and s...
- Thu Feb 25, 2010 12:57 am
- Forum: General
- Topic: Migrating XMETA to a database with new name/SID
- Replies: 13
- Views: 6147
- Wed Feb 24, 2010 9:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to update RT_CONFIG?
- Replies: 10
- Views: 2580
You can not update @RECORD, because it's a system variable. The only way you can update any field using SQL in a UV context (such as DataStage) is to have a properly defined data field in the file dictionary. Of course, that can be created with an INSERT statement with the keyword DICT preceding the...
- Wed Feb 24, 2010 9:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Perf Issue when reading .csv file using sequential Stage
- Replies: 16
- Views: 5587
- Wed Feb 24, 2010 7:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to update RT_CONFIG?
- Replies: 10
- Views: 2580