Search found 53125 matches
- Wed Apr 16, 2008 12:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage non-severe system error
- Replies: 3
- Views: 1843
- Tue Apr 15, 2008 11:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: diff b/w force complie, mutiple complie and complie in PX
- Replies: 8
- Views: 1535
- Tue Apr 15, 2008 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding max record number
- Replies: 8
- Views: 1554
- Tue Apr 15, 2008 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CPU CYCLES
- Replies: 18
- Views: 3158
You can not even assume that. "all the CPUS work on all operators (one at a time)" is only true if you have more operators than CPUs, and that the CPUs aren't also doing other things such as managing a database server's processes. Nodes are used to govern the degree of parallelism under which your j...
- Tue Apr 15, 2008 11:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to loop till the end of file using a server routine?
- Replies: 8
- Views: 1381
- Tue Apr 15, 2008 11:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage non-severe system error
- Replies: 3
- Views: 1843
Welcome aboard. The first thing you need to do is search - maybe here, maybe Google. Look for the SQL State value 58004. Secondly you need to specify to what kind of database you are connecting and through what stage type. Otherwise how would we know? I'm going to guess that you are using DB2 or Inf...
- Tue Apr 15, 2008 9:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting a Teradata primary index for a write replace stage
- Replies: 11
- Views: 4494
- Tue Apr 15, 2008 9:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage in WebSphere DataStage Designer
- Replies: 1
- Views: 1381
- Tue Apr 15, 2008 9:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulk Load stage
- Replies: 6
- Views: 1962
- Tue Apr 15, 2008 7:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to login using new created UserId
- Replies: 12
- Views: 4204
- Tue Apr 15, 2008 7:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CPU CYCLES
- Replies: 18
- Views: 3158
The only way you can restrict nodes to execute on specific CPUs is where those CPUs are in separate machines, and you are not executing in a grid environment. In that case you can create node pools containing just the node(s) on the machine(s) - and therefore CPU(s) - in question. There is no other ...
- Tue Apr 15, 2008 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to login using new created UserId
- Replies: 12
- Views: 4204
- Tue Apr 15, 2008 6:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Remote Server
- Replies: 14
- Views: 4857
- Tue Apr 15, 2008 6:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CPU CYCLES
- Replies: 18
- Views: 3158
There's no such thing as a "CPU pool in each node". CPUs are totally independent of nodes. Processes are started from nodes; the operating system allocates processes to CPUs on a time-share basis. Even one process may visit several CPUs during the course of a long-running execution (but only one at ...
- Tue Apr 15, 2008 6:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Project deleted but still exists
- Replies: 10
- Views: 2673