Search found 13 matches

by Maharaj
Tue Feb 22, 2005 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: order of execution of Upsert strategy
Replies: 5
Views: 3028

order of execution of Upsert strategy

Hi What is the order of execution of Upsert strategy ( Update and Insert / Insert and Update) I have implemented the UPSERT strategy for the Dimension load. Iam using a oracle sequence as the surrogate key. In the Target stage i have specified seq.nextval for the surrogate key First Run: Source Reco...
by Maharaj
Wed Feb 16, 2005 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upsert Strategy- Order of Execution
Replies: 3
Views: 2752

Upsert Strategy- Order of Execution

Upsert Strategy- Order of Execution Hi I have implemented the UPSERT strategy for the Dimension load. Iam using a oracle sequence as the surrogate key. In the Target stage i have specified seq.nextval for the surrogate key First Run: Source Records =3 Oracle Sequence ( surrogate key) 1 2 3 Second Ru...
by Maharaj
Thu Feb 03, 2005 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Warning
Replies: 2
Views: 2500

Lookup Stage - Warning

Hi In my parallel job iam using a lookup stage to lookup against my DataSet. Please find below the warning iam getting on the successfull completion of the job. Is it because of the Multiple rows in the DataSet for the same data.? LookupStage Warning: Ignoring duplicate entry at table record 8920; n...
by Maharaj
Wed Jan 26, 2005 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Stage - Error
Replies: 3
Views: 4113

Thanks a lot ray and T42. I have implemented the changes CDC + joiner to pick the other fields and later linking . Its perfectly working now .

Thanks
:lol:
by Maharaj
Tue Jan 25, 2005 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Stage - Error
Replies: 3
Views: 4113

CDC Stage - Error

Hi Iam using a CDC Stage to implement the SCD . I have a two input datasets . Both are having almost 20 columns . But i specified the change values for only 2 columns based on the Key value . In the CDC stage i get the following error for all columsn other than the key colum and change value columns...
by Maharaj
Tue Sep 14, 2004 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load
Replies: 3
Views: 3388

DB2 Load

Hi

To load huge volume of data , kindly suggest the preferred stage

1) DB2-Load
2) DB2-Enterprise Stage (Load method)


Thanx
Maharaj
by Maharaj
Tue Jul 20, 2004 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Stage
Replies: 2
Views: 2717

DB2 Stage

Hi

We have DB2 Enterprise/DB2 API stages in Parallel Extender. Kindly recommend in which scenarion we should go for these Stages. What is the advantage of using an DB2 Enterprise stage than DB2 API stage.

Thanks

Maharaj
:lol:
by Maharaj
Mon Jun 28, 2004 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartability - Parallel Extender - DataStage 7.0.1
Replies: 3
Views: 3428

Restartability - Parallel Extender - DataStage 7.0.1

1. Is there any feature in DataStage 7.0.1 which supports the Restartability?

2. How do we implment restartability at a Job level?

Thanks
Maharaj
:)
by Maharaj
Wed May 26, 2004 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Jobs to Parallel Jobs Conversion
Replies: 4
Views: 4174

thanx a lot .

regds
Maharaj
:)
by Maharaj
Wed May 19, 2004 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Jobs to Parallel Jobs Conversion
Replies: 4
Views: 4174

Server Jobs to Parallel Jobs Conversion

HI

Is it possible to convert the existing Server Jobs to Parallel Jobs?

1. If possible how do we that?
2. Is there any restrictions involved in that?.

Thanx in advance
Maharaj
:)
by Maharaj
Fri Feb 20, 2004 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File Special Character Issue
Replies: 1
Views: 1537

XML File Special Character Issue

Iam having special characters(&,<,>,..) in my data extracted from the source (DB2 database). Iam using a DB2 stage for this . I want to remove this special characters and control characters if any during the extraction from the source and before the creation of the XML File. Iam using a XMLWrite...
by Maharaj
Thu Feb 05, 2004 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carriage Returns in XML
Replies: 6
Views: 4090

Re: XML Carriage Return Issue

Hi Thanks a lot for it . :) Iam facing the same issue in my XML written using the XML writer stage . I want to remove all carriage returns other than those following a closing tag. How can I do that in DataStage BASIC. Thanks in advance . Maharaj Umm... You could post-process the generated XML code...
by Maharaj
Wed Feb 04, 2004 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carriage Returns in XML
Replies: 6
Views: 4090

XML Carriage Return Issue

Hi Iam facing the same issue in my XML written using the XML writer stage . I want to remove all carriage returns other than those following a closing tag. How can I do that in DataStage BASIC. Thanks in advance . Maharaj Umm... You could post-process the generated XML code to remove all carriage re...