Search found 52 matches

by sarathchandrakt
Sun Nov 30, 2014 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nillable="true" not working in XML
Replies: 6
Views: 3937

Didn't help really!!! Thank you...
by sarathchandrakt
Sun Nov 30, 2014 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml stage output
Replies: 2
Views: 2604

You must have linked the XML stage to some output stage? The output in XML Stage shows the columns present in the next stage attached to it. check what columns are present in the last stage.
by sarathchandrakt
Sat Nov 29, 2014 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nillable="true" not working in XML
Replies: 6
Views: 3937

nillable="true" not working in XML

Hi, I want to display all null value fields in XML. So what I did is, I modified my .xsd file and updated all fields with nillable="true" option. And my job design is like this, External Source Stage->XML Stage In XML Stage, I took Parsing Step and Composing Step. In both Steps, I updated ...
by sarathchandrakt
Fri Nov 28, 2014 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need *URGENT* Help on XML
Replies: 1
Views: 1212

Need *URGENT* Help on XML

Hi, My XML File is like this, <Batch> --<A> --<B> --<BatchDetails> ----<C> ----<D> --<Worksheet> ----<E> ----<F> ----<Items> ------<G> ------<H> My Job structure is like this, External Source->XMLStage(to divide data)->3 Transformer(one for Batch,Worksheet,Items each)->XML Stage<To form XML file aga...
by sarathchandrakt
Thu Nov 27, 2014 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Regrouping Query
Replies: 1
Views: 1364

I got the solution. We can add multiple regroups. The scope of the regroup should be the parent group instead of "top"
by sarathchandrakt
Thu Nov 27, 2014 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "xmlns:xsi" getting auto-generated
Replies: 0
Views: 1472

"xmlns:xsi" getting auto-generated

Hi, I modified a .xsd file to show NULL fields in XML. I modified the code in following format, Old Code: <xs:element name="FirstName" type="xs:string"/> New Code: <xs:element name="FirstName" Nillable="true" type="xs:string"/> I can see the Null Col...
by sarathchandrakt
Thu Nov 27, 2014 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Regrouping Query
Replies: 1
Views: 1364

XML Regrouping Query

Hi, I have a job where I take an XML as input to XML Stage, Send it to multiple Transform Stages, Modify Data and then Compose Data. As of now, I got till here, Step 1. Take Input XML in XML stage, Parse the data into multiple Transform Stages (If there is 5 levels of Data, I divided the data into 5...
by sarathchandrakt
Fri Nov 21, 2014 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data missing in table but log says data inserted
Replies: 2
Views: 2487

Data missing in table but log says data inserted

Hi, I am running a simple source to target data migration job. My log says following, SOURCE_TABLE,0: Number of rows fetched on the current node: 897. TARGET_TABLE,1: Number of rows inserted on the current node: 448. TARGET_TABLE,0: Number of rows inserted on the current node: 449. But when i look i...
by sarathchandrakt
Thu Nov 20, 2014 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with design
Replies: 1
Views: 1891

Need help with design

We have a DataStage process that accepts tilde delimited test files and generates an XML files. Currently we have three interfaces (lets say a,b,c) each processing at different times. Shown below is the schedule of each of the interface process Interface Schedule A 9am, 3pm, 9pm B 7:30am, 10:30am, 5...
by sarathchandrakt
Tue Oct 07, 2014 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL Handling in Runtime Column Propagation
Replies: 10
Views: 9053

Any one have any other ideas???
by sarathchandrakt
Tue Oct 07, 2014 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing ORA Bulk Stage with Oracle Connector Stage
Replies: 1
Views: 1348

Replacing ORA Bulk Stage with Oracle Connector Stage

Hi, We are trying to replace ORA Bulk Stage with Oracle Connector. In ORA Bulk Stage we have options 'Before Stage Subroutine' and 'After Stage Subroutine' with input values. In Old job I am calling a Routine in After Stage Subroutine with input values. But in oracle connector stage I don't see this...
by sarathchandrakt
Tue Sep 30, 2014 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL Handling in Runtime Column Propagation
Replies: 10
Views: 9053

Its Empty (""). Please try to remember. I searched but I didn't find it.
by sarathchandrakt
Mon Sep 29, 2014 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL Handling in Runtime Column Propagation
Replies: 10
Views: 9053

NULL Handling in Runtime Column Propagation

I am doing a simple DB2 to Oracle ETL. Table name is passed runtime so there is no point in adding columns. So I used Runtime Column Propagation. But the blanks in DB2 when passed to oracle are treated as NULL and the job fails. Is there a way to do NULL Handiling in ORACLE Connector or DB2 Connecto...
by sarathchandrakt
Fri Sep 26, 2014 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings in DB2 to Oracle Enterprise Migration
Replies: 2
Views: 1754

Warnings in DB2 to Oracle Enterprise Migration

There is an Old job in my project where a simple DB2 to Oracle migration is going on with out any transformation. Db2 and Oracle Enterprise Stage is used, not the connectors. I am running the job in DS8.7 now. The Source Table data looks like this, Column_Name Size COLUMN1 10 COLUMN2 20 COLUMN3 4 Wh...
by sarathchandrakt
Thu Sep 25, 2014 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Validation Against the XSD
Replies: 2
Views: 2530

Can you suggest me some other Valdiations that can be done apart from the ones in XML Stage?