Search found 15603 matches
- Tue Oct 23, 2012 9:50 am
- Forum: General
- Topic: Sequencer was entered, but never exited
- Replies: 7
- Views: 3305
- Tue Oct 23, 2012 8:52 am
- Forum: General
- Topic: Sequencer was entered, but never exited
- Replies: 7
- Views: 3305
- Tue Oct 23, 2012 8:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: junk data issue using sequential stage
- Replies: 9
- Views: 2122
- Tue Oct 23, 2012 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: junk data issue using sequential stage
- Replies: 9
- Views: 2122
- Tue Oct 23, 2012 8:07 am
- Forum: General
- Topic: Sequencer was entered, but never exited
- Replies: 7
- Views: 3305
- Tue Oct 23, 2012 8:04 am
- Forum: General
- Topic: Number of Transformers
- Replies: 14
- Views: 2856
- Mon Oct 22, 2012 5:05 am
- Forum: General
- Topic: Number of Transformers
- Replies: 14
- Views: 2856
- Mon Oct 22, 2012 2:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Stage
- Replies: 5
- Views: 1401
- Mon Oct 22, 2012 2:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help Needed For FTP Enterprise Stage
- Replies: 4
- Views: 1539
- Mon Oct 22, 2012 2:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup job fails with error "Could not alloc memory for
- Replies: 21
- Views: 6157
The amount of data you can have in your lookup reference data is limited to 2Gb in AIX. (see http://www-01.ibm.com/support/docview.w ... wg21383512)
Thus your 6.7Gb of reference cannot fit into the confines of a lookup stage and you will need to use a join instead.
Thus your 6.7Gb of reference cannot fit into the confines of a lookup stage and you will need to use a join instead.
- Mon Oct 22, 2012 2:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help Needed For FTP Enterprise Stage
- Replies: 4
- Views: 1539
- Sun Oct 21, 2012 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pin 2 not initialised error
- Replies: 13
- Views: 4966
do you also get the error if you write a new job - i.e. no cut-and-paste or save-as from the old job? If yes, then you have a problem which most likely cannot be solved here in this forum but needs to be addressed by your support provider. On the positive side, you would seem to have a reproduceable...
- Sun Oct 21, 2012 2:31 am
- Forum: General
- Topic: The maximum number of sessions has been reached
- Replies: 3
- Views: 2091
- Sun Oct 21, 2012 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scenario
- Replies: 2
- Views: 1231
The question is a bit of a strange one to me, as it isn't really a DataStage one but more of a generic database type question. I will assume that the employee and department tables share a common key for a join to be made. Depending upon your data and common keys, you could do 2 parallel inner joins...
- Fri Oct 19, 2012 11:59 am
- Forum: General
- Topic: Information Server engine command
- Replies: 3
- Views: 1250
Well, the one you listed - 'DELETE DS_JOBS' is a good command if you want to completely trash your project; I don't know where you came up with that one. This UniVerse or DataStage engine is a complete environment including compilers, debuggers, file management, scripting, etc. The VOC (vocabulary) ...