Search found 53125 matches
- Sun Jun 04, 2006 9:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum Limit of KeyMgtGetNextValueConcurrent
- Replies: 2
- Views: 934
- Sun Jun 04, 2006 9:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timed out while waiting for an event
- Replies: 1
- Views: 1181
- Sun Jun 04, 2006 6:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can someone explain me the datastage architecture clearly?
- Replies: 9
- Views: 5446
- Sun Jun 04, 2006 5:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange permissions issue with /tmp files
- Replies: 5
- Views: 1176
- Sun Jun 04, 2006 5:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel for Windows ?
- Replies: 3
- Views: 1068
Yes, but it must be version 7.5x2, which is the only version that has job compilation and execution capability for the Windows platform. With other versions you may be able to create parallel jobs, but you will not be able to compile or to execute them. Note, too, that you will need a C++ compiler; ...
- Sun Jun 04, 2006 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Supress warnings
- Replies: 4
- Views: 1241
- Sun Jun 04, 2006 2:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot open one of the folder in Datastage Director
- Replies: 7
- Views: 3008
- Sun Jun 04, 2006 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: structure of db2load
- Replies: 2
- Views: 960
- Sun Jun 04, 2006 4:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot open one of the folder in Datastage Director
- Replies: 7
- Views: 3008
This is an error within the client software itself. It usually means that a number (counter?) within the client application has become too large, or an attempt has been made to access an element larger than dimensioned in an array. Do you have a very large number of elements (jobs) in that particula...
- Sat Jun 03, 2006 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning Message while records are rejected
- Replies: 14
- Views: 3728
- Sat Jun 03, 2006 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage OCI Plugin Error
- Replies: 8
- Views: 3501
- Fri Jun 02, 2006 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2/UDB API stage - routing duplicates/rejected records
- Replies: 4
- Views: 2931
- Fri Jun 02, 2006 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Name of jobs using DSExecute command
- Replies: 5
- Views: 1876
Loop Remove JobName From Output Setting MoreJobNames * do something with job name While MoreJobNames Repeat This is slightly more efficient than a counted loop, since the DCount() function must process the list once then the counted loop must process it again. This uncounted loop only processes the...
- Fri Jun 02, 2006 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Two links to Hashfile Stage, which one first?
- Replies: 5
- Views: 1347
- Fri Jun 02, 2006 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to load column metadata into sequential file target
- Replies: 4
- Views: 909
How about "the no. of columns in the source file will become the no. of rows in the target file" in the original post? That sure looks like a pivot requirement to me. Prior to the Pivot stage you can introduce a new column that contains the field names (which become column 1 in your output). Derive ...