Search found 5168 matches

by kumar_s
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.....
by kumar_s
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.
by kumar_s
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

As the log says, the actual data length is more that what you have specified in your OCI stage. Here you need check, which column metadata is different from the specified one.
Start with any Date of timestamp field if you have any.
by kumar_s
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...
by kumar_s
Wed Mar 07, 2007 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage User roles
Replies: 8
Views: 4321

Thats true, Production Manager will have full access including Protected project. Operator will have only runtime access. May I know, where are you stuck now?
by kumar_s
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...
by kumar_s
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

Auto partition is chosed by default. Where Datastage decides the best suitable partition based on the down stream stages and its operation.
by kumar_s
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 ...
by kumar_s
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 ...
by kumar_s
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

What is the value of APT_ORACLE_LOAD_OPTIONS given in Adminstrator client?
by kumar_s
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

My Bad... yes not Shlash '/' but Back slashes '\'.
Where you able to access it now with '\'?
by kumar_s
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...
by kumar_s
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

Make sure you are giving right path.
Try with H:/DEV_ZGP0GSAS/Temp/NyScty_Ins_SctyDescADD.txt instead of
H:\\DEV_ZGP0GSAS\\Temp/NyScty_Ins_SctyDescADD.txt
Also make sure the user id have permission to H:/DEV_ZGP0GSAS/Temp/ directory.
by kumar_s
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

Mode of execution is defined in each stage and governed by the Config file. So what ever you use, the other settings in each stage's Advance tab should take care of Partitions.
by kumar_s
Wed Mar 07, 2007 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage User roles
Replies: 8
Views: 4321

Hi Pavan,

Welcome to Dsxchange :D !!!

Both option works. If you have dsadm you have the full access.
If you have Operator role assigned to a user, it will have only the access to change the runtime informations.