Search found 53125 matches
- Tue Jun 22, 2010 4:11 pm
- Forum: IBM QualityStage
- Topic: Survive stage error
- Replies: 2
- Views: 1366
- Tue Jun 22, 2010 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Different ways to upgrade from 7.5.2 to 8.1
- Replies: 8
- Views: 1979
- Tue Jun 22, 2010 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multirow Hash File Lookup
- Replies: 5
- Views: 1902
- Tue Jun 22, 2010 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem Connecting to ODBC
- Replies: 12
- Views: 3988
- Tue Jun 22, 2010 2:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best installation Method fo Information Server 8.1
- Replies: 6
- Views: 2466
- Tue Jun 22, 2010 2:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC stage
- Replies: 4
- Views: 1742
Did the error message include SQLSTATE and DBMS Code? If so, you might search for these on the internet. It seems to me that there is a finite limit imposed on the mainframe application server on the number of concurrent connections, and your connection attempt was thwarted by that limit already hav...
- Tue Jun 22, 2010 1:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with Upsert option
- Replies: 23
- Views: 11656
- Tue Jun 22, 2010 12:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to specify the key in schema file
- Replies: 15
- Views: 6821
Schema file can use
Code: Select all
/* C-style comments */- Mon Jun 21, 2010 11:09 pm
- Forum: Enhancement Wish List
- Topic: Web Console for Information Server Lists
- Replies: 0
- Views: 7292
Web Console for Information Server Lists
It is highly annoying to get the "You must select a value in the server list." message because one forgets to select the only item in a list of one. Can the list dialogs be made cognizant of the fact that there's only one item in the list so that, when an item is selected from the Tasks li...
- Mon Jun 21, 2010 8:19 pm
- Forum: Enhancement Wish List
- Topic: No storage locations should be able to defined.
- Replies: 4
- Views: 9444
- Mon Jun 21, 2010 8:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job in Hung state
- Replies: 3
- Views: 1415
Probably that the job HAS finished but for whatever reason has not updated the status table that is read by Director. Or maybe you have a really long-running after-job subroutine, or your after-job subroutine set its ErrorCode argument to a non-zero value. This is an occasion for the Clear Status Fi...
- Mon Jun 21, 2010 6:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert PST to GMT in DataStage?
- Replies: 3
- Views: 2311
- Mon Jun 21, 2010 5:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sql driver issue
- Replies: 14
- Views: 9380
- Mon Jun 21, 2010 5:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC SQL SERVER special characters
- Replies: 11
- Views: 5749
- Mon Jun 21, 2010 5:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concurrent running job use 95% CPU but less than 30% memory
- Replies: 1
- Views: 858
Like any batch process, a DataStage job will consume as much CPU as it can to get the job done as quickly as possible. Since streaming I/O is used wherever possible, there are no waits on I/O to preclude use of the CPU. That you aren't using much memory means exactly that you aren't using much memor...