Search found 376 matches

by jerome_rajan
Thu Sep 20, 2012 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset issue
Replies: 5
Views: 3292

A few points to troubleshoot 1. Ensure RCP isn't causing clashes. 2. If your dataset was created with a non-keyed partitioning method, ensure that you don't preserve partitioning while performing the join. Go ahead and do a hash partition and sort on the join keys. 3. Try to verify if the issue pers...
by jerome_rajan
Thu Sep 20, 2012 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and delete dataset
Replies: 16
Views: 5436

Not sure descriptor files that big are possible. A descriptor file contains the metadata and a copy of the configuration file.
by jerome_rajan
Tue Sep 18, 2012 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One parametric job to load 100 tables from 100 files
Replies: 5
Views: 3803

No. The metadata for your flat files will be derived from the schema files that you will have to create and place in a location on your server.
The metadata for the target tables will be directly available to Information Server provided you supply the right credentials. This is how RCP works.
by jerome_rajan
Tue Sep 18, 2012 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One parametric job to load 100 tables from 100 files
Replies: 5
Views: 3803

1. Create a single RCP job with your source, target and any intermediate generic transformations. 2. Create a looped master sequencer with a delimited string of your file name/schema file name/ table name triplets in the start loop stage. 3. Use a user variable activity to extract each value into th...
by jerome_rajan
Tue Sep 18, 2012 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture reject records
Replies: 7
Views: 5361

You can use the oracle connector within a parallel container in your server job
by jerome_rajan
Thu Sep 13, 2012 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN , CASE Clause in FILTER stage
Replies: 11
Views: 9479

I used to think the same till I came across the below in an IBM redbook (Data flow and Design) The following guidelines should be followed when constructing parallel jobs in IBM InfoSphere DataStage Enterprise Edition: Never use Server Edition components (BASIC Transformer, Server Shared Containers)...
by jerome_rajan
Thu Sep 13, 2012 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN , CASE Clause in FILTER stage
Replies: 11
Views: 9479

But why would you want to use a filter when you can achieve it with a parallel transformer? The transformer is more efficient than the filter
by jerome_rajan
Tue Sep 11, 2012 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where do we set Errors Allowed for oracle stage in Datastage
Replies: 3
Views: 1464

Assuming you have a reject link in the target connector, open the connector properties and click on the reject link in the graphic shown in the top left. The properties shown are probably what you are looking for.
by jerome_rajan
Tue Sep 11, 2012 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Viewing Performance Statistics Within Local Container
Replies: 4
Views: 1479

Thank You :) Hoping that IBM fixes this bug(if I may term it that) in the future.
by jerome_rajan
Tue Sep 11, 2012 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Viewing Performance Statistics Within Local Container
Replies: 4
Views: 1479

Viewing Performance Statistics Within Local Container

I don't seem to be able to view performance statistics within a local container. Am I missing a setting/property somewhere or is that how it is?
by jerome_rajan
Mon May 21, 2012 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Independent Flows within Same Parallel Job
Replies: 4
Views: 1941

I created a job that looks something like below SK1 ROWGEN ----> SK2 -----> DS SK1 creates the state file while SK2 generates the values. If like you said, both flows are executed at the same time, shouldn't the job have aborted due to the absence of the state file? How is it that everytime I run, t...
by jerome_rajan
Mon May 21, 2012 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Independent Flows within Same Parallel Job
Replies: 4
Views: 1941

Independent Flows within Same Parallel Job

Was just wondering if it is possible to have independent flows within the same parallel job. Something like SEQ --- TXN ----DS DS --- CP ----ORA Both these flows would be within the same job. I understand that this is possible but what would the order of execution be in such a case. Also, I would li...
by jerome_rajan
Thu May 17, 2012 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No NULL Export Handling Error in External Filter Stage
Replies: 4
Views: 2701

rameshrr3 wrote:Can you edit row metadata ? There you can set null field value
No
by jerome_rajan
Wed May 16, 2012 9:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No NULL Export Handling Error in External Filter Stage
Replies: 4
Views: 2701

Are you sure that an external filter stage has a format tab? Because I don't see it. Guess you confused it with a sequential file stage