Search found 5168 matches
- Wed Mar 07, 2007 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reject Files-no null export handling
- Replies: 4
- Views: 8349
Or rather than setting null in transformer, assign some default value like 0000-00-00 00:00:00 (If it accepts without any error) and assing the same value in NullableFieldValue option Properties tab mentioned by robinson. Which will assign Null to that field value. Yeah... even I tough of the same.....
- Wed Mar 07, 2007 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row count of a link
- Replies: 24
- Views: 19340
Have you tried searching.
Start with this. And get back if you still find it difficult to trace out.
Start with this. And get back if you still find it difficult to trace out.
- Wed Mar 07, 2007 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data
- Replies: 2
- Views: 1195
- Wed Mar 07, 2007 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the meaning of allow multiple instances?
- Replies: 7
- Views: 7350
You will have single job with single executable, but you can instantiate different instance of same job using different Invocation Id passed during run time. Its basically to reuse same set of code multiple times for several input. Pls go through the given document, or search the forum to get full d...
- Wed Mar 07, 2007 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Stage User roles
- Replies: 8
- Views: 4321
- Wed Mar 07, 2007 6:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage is not giving expected result.
- Replies: 17
- Views: 4846
Though the output should not be exactly as you expect, it should be following Expected Actual B,C B,C C,D C,D D,E D,E E,F E,F E,K E,F E,L E,F F,G F,G F,H F,G H,I H,I H,J H,I M,N M,N N,O N,O N,Q N,O O,P O,P Q,E Q,E Q,R Q,E The problem was only during cross product. But join should do cross product pe...
- Wed Mar 07, 2007 6:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: using of schema file in a parallel job
- Replies: 7
- Views: 1738
- Wed Mar 07, 2007 5:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Load option in Oracle with indexes
- Replies: 25
- Views: 9910
You have options to set DIRECT / PARALLEL command to set TRUE / FALSE using this variable. By using this variable you (and without using the Index Mode options) you can load the Tables which has index in it. If you want to load through index, you need to specify DIRECT=FALSE. If you need to run the ...
- Wed Mar 07, 2007 5:55 am
- Forum: General
- Topic: Live Data Feed capturing through DS
- Replies: 10
- Views: 3880
You can use the same sequential file with the name of the pipe mentioned in it. If you read one record, the next record will be available to read. And you can read it periodically, as the data will be available in the pipe given by your Java stream. Windows too have named pipe option. You can check ...
- Wed Mar 07, 2007 5:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Load option in Oracle with indexes
- Replies: 25
- Views: 9910
- Wed Mar 07, 2007 5:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to create sequential file as debug file
- Replies: 9
- Views: 3050
- Wed Mar 07, 2007 5:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: using of schema file in a parallel job
- Replies: 7
- Views: 1738
Degree of parallelism is defined by CONFIG file. Even if you specified as Entire partition and Crated only single node in config file, the data flow will be only in single stream. If you created 10 Logical nodes with single CPU and if you mention RoundRobin type, you can expect 10 steams to flow par...
- Wed Mar 07, 2007 5:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to create sequential file as debug file
- Replies: 9
- Views: 3050
- Wed Mar 07, 2007 5:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: using of schema file in a parallel job
- Replies: 7
- Views: 1738
- Wed Mar 07, 2007 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Stage User roles
- Replies: 8
- Views: 4321