Search found 11 matches

by wpkalsow
Fri Jun 22, 2018 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Hierarchical Stage Produces No Rows
Replies: 9
Views: 8235

The XML_Parser error will only occur during parsing of data to match the xsd during testing or execution of the stage.

Sounds like it is a mapping issue to me.

Can you share the xsd for this data?
by wpkalsow
Fri Jun 22, 2018 10:37 am
Forum: General
Topic: Altenate way of parameter passing to a sequence job
Replies: 5
Views: 3989

You can use command line parameters or are you looking for something like using a parameter file?

http://www-01.ibm.com/support/docview.w ... wg21578165
by wpkalsow
Tue Aug 15, 2017 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector from sequential to partition read fails
Replies: 6
Views: 6196

Paul, The Oracle data type is "NUMBER" The DataStage column definition is NUMERIC[32] The table is not partitioned in this environment(dev), it is partitioned in PROD. The plan is for the SQL to have a WHERE that limits it to a single partition at a time when run in PROD. The challenge on ...
by wpkalsow
Tue Aug 15, 2017 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector from sequential to partition read fails
Replies: 6
Views: 6196

Oracle Connector from sequential to partition read fails

The Oracle Connector works when set for sequential read. Changed the stage to parallel, Partitioned reads:Yes, Partition reads method: Modulus, Table name: schema.table alias, column name: Number_key I get the following: Oracle_Connector_0,3: The OCI function OCIStmtExecute returned status -1. Error...
by wpkalsow
Fri Jan 27, 2017 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchical Stage XML transformation aborts
Replies: 12
Views: 13412

When processing several million line items I hit a limit also. Eventually found a set of optional java arguments that worked. The final configuration for the hierarchical stage was: Usage/Java/Heap Size (MB): 1024 Usage/Java/Stack Size (KB): 2048 Usage/Java/Optional Arguments: -Xjit:dontInline={com/...
by wpkalsow
Tue Aug 02, 2016 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Waves with Hierarchical Stages
Replies: 4
Views: 3456

To achieve independent documents for XML from the Composer step, we use a Regroup step prior to the Composer step in the assembly. The Regroup does a great job of separating the XML into appropriate levels/files. I would like to use the waves through the first 95% of the job and then do the last 5% ...
by wpkalsow
Mon Aug 01, 2016 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Waves with Hierarchical Stages
Replies: 4
Views: 3456

Waves with Hierarchical Stages

We took a perfectly fine working job that uses hierarchical stage to parse transactions. We broke it by adding a Wave Generator stage in an attempt to get the Hierarchical stage to parse a single file at a time rather than an entire batch of 5000 files. Our favorite error is currently: Xfm_EOM_Group...
by wpkalsow
Wed Jul 20, 2016 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchial Data
Replies: 2
Views: 5878

Re: Hierarchial Data

I would recommend getting all of the data columns assembled before the Hierarchical stage.

In the Hierarchical stage Assembly Editor try a Regroup step to cause the incoming rows to be broken into desired XML elements in a following Composer step.
by wpkalsow
Fri Jul 02, 2004 8:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System Crashed - can't restore table defs
Replies: 4
Views: 2667

THANKS!

Got everything to show up correctly!
by wpkalsow
Fri Jul 02, 2004 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System Crashed - can't restore table defs
Replies: 4
Views: 2667

Hello, I am a co-worker with Jennifer. What is the syntax for a "search on DS.TOOLS"? The LIST.INDEX DS_METADATA ALL" returns information on four indexes: ACCESSTYPE ACCESSCAT PLATFORMTYPE CATEGORY I am guessing that the CATEGORY one is the one that needs to be rebuilt. Is there a way...