Search found 2886 matches
- Sat Oct 25, 2014 6:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading sequential file in the order of file
- Replies: 7
- Views: 3224
- Wed Oct 22, 2014 5:07 am
- Forum: General
- Topic: HTTP listener process to receive the responses
- Replies: 2
- Views: 2273
- Wed Oct 22, 2014 5:02 am
- Forum: General
- Topic: Growing <IS_HOME>\ASBNode\logs\DataStage\ folder.
- Replies: 8
- Views: 3748
- Fri Oct 17, 2014 6:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Queries
- Replies: 6
- Views: 2055
- Fri Oct 17, 2014 10:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Queries
- Replies: 6
- Views: 2055
- Fri Oct 17, 2014 10:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key using a state file or Database
- Replies: 7
- Views: 6765
- Fri Oct 17, 2014 10:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture insert statements while migrating data into table
- Replies: 6
- Views: 2432
- Fri Oct 17, 2014 9:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture insert statements while migrating data into table
- Replies: 6
- Views: 2432
I think it can be done in this way: - Ensuring database logging is at the level you need to capture all the SQL - Ensuring database privileges allow you to query the database log/audit tables - Create an extract job to query the database log/audit tables Exact details will vary with each database sy...
- Thu Oct 16, 2014 2:09 pm
- Forum: General
- Topic: Not able to Save, Compile or Import jobs in a project
- Replies: 9
- Views: 3724
The IBM Support Portal has a number of technotes with that error. In case you did not already search on it, here are a few links... Is xmeta filling up? http://www-01.ibm.com/support/docview.wss?uid=swg21580174 Version 9.1 on non-English locale? http://www-01.ibm.com/support/docview.wss?uid=swg1JR46...
- Wed Oct 15, 2014 5:54 pm
- Forum: General
- Topic: Retrieving already run job information to populate a table
- Replies: 3
- Views: 949
- Wed Oct 15, 2014 5:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 6.0 - arithmetic loss of precision
- Replies: 16
- Views: 5849
- Wed Oct 15, 2014 11:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 6.0 - arithmetic loss of precision
- Replies: 16
- Views: 5849
It's possible. If you create a new test job from scratch, what is the result? Here are a few technotes you may be interested in, although I doubt either one is an exact match: Float data incorrect or corrupt in a DataStage job http://www-01.ibm.com/support/docview.wss?uid=swg21515626 Parallel jobs: ...
- Wed Oct 15, 2014 6:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 6.0 - arithmetic loss of precision
- Replies: 16
- Views: 5849
- Mon Oct 13, 2014 6:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error : Internal Error: (size <= blocksize_): iomgr/ioco
- Replies: 3
- Views: 3021
- Sat Oct 11, 2014 6:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data PUll is slow in Datastage 7.5
- Replies: 4
- Views: 3403
Run the same SQL outside of DataStage but on the DataStage Server itself manually via the command line, such as by using the Oracle sqlplus utility, and compare the times. Check if the SQL is doing any joins or using any WHERE clause that may be inefficient or causing full table scans due to lack of...