Search found 3835 matches

by eostic
Wed Sep 18, 2013 1:26 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error in webservices client
Replies: 3
Views: 4233

Search the forum here. There are lots of posts on web services, especially running them for the first time. I have some posts here also that you might want to look at (www.dsrealtime.com ...look in the table of contents for posts on web services). It is critical that you are able to execute the serv...
by eostic
Wed Sep 18, 2013 7:00 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error in webservices client
Replies: 3
Views: 4233

Has the Job been working and now is failing? ..or is this a new web service?
by eostic
Tue Sep 17, 2013 12:35 pm
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

Just tried in 9.1.0....seems to be ok.
by eostic
Tue Sep 17, 2013 7:29 am
Forum:
Topic: Enable workflow feature in Business Glossary
Replies: 3
Views: 2067

Workflow was a new feature introduced into Business Glossary at 8.7.

Ernie
by eostic
Tue Sep 17, 2013 7:27 am
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

So it's something unique to the Job or its size, not MWB in particular. I haven't seen it; maybe someone else has.....

Ernie
by eostic
Tue Sep 17, 2013 6:31 am
Forum:
Topic: Metadata Workbench fails to show image for some jobs
Replies: 10
Views: 5700

The thumbnail? At the detail page for the Job? Odd. Haven't seen that before.........does the same thumbnail appear successfully inside of the DS Designer when you hover over the Job in the repository frame? I'd also try another browser for comparison.

Ernie
by eostic
Fri Sep 13, 2013 5:05 am
Forum: General
Topic: XML input stage - XML Parshing job aborts if tags missing
Replies: 2
Views: 1363

I've never seen a job abort for this reason alone.....you should get nulls for that column, or if it is the repating element (marked as key) then you will not get a row for that node.......are there other elements present for that node?

Ernie
by eostic
Tue Sep 10, 2013 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in XML stage
Replies: 14
Views: 4257

...also, for everyone's benefit who may be following this thread... the new (well, not so new anymore :) ) xml Stage does not rely on checkmarks for keys on the links when making decisions on reading a structure or writing one --- those decisions are made entirely by it's understanding of the xml sc...
by eostic
Tue Sep 10, 2013 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in XML stage
Replies: 14
Views: 4257

Getting back to this....after reviewing the thread in more detail, I see I was thrown off by early posts regarding repetition element and thinking this was the xmlOutput Stage. From a formatting perspective, as noted earlier, users need to be encouraged to review their XML in their browser or in an ...
by eostic
Fri Sep 06, 2013 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in XML stage
Replies: 14
Views: 4257

Try adding the containment element.
by eostic
Thu Sep 05, 2013 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in XML stage
Replies: 14
Views: 4257

Try adding a "containment" element around the amount element. Quite often the design will already have this, but add it and see if it gives you something closer to what you are looking for.... Add something like this to the xpath for the amount column: /Batch/AllAmounts/Amount/text() (and ...
by eostic
Mon Sep 02, 2013 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML property clarification
Replies: 7
Views: 2567

The repetition element (the one you mark as a "key") is simply an indicator that this is the deepest level that "I care about for retrieval"....usually it is "the bottom" of a particular nested path...but it doesn't have to be. It has NOTHING to do with the word "k...
by eostic
Sun Sep 01, 2013 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Requirement
Replies: 1
Views: 961

Looks like one single list of stores ---- so one output link......not two....(The products are named uniquely as product1 and product2 in their tagnames ---- get them out of xml as separate columns and then pivot them downstream if you need two rows for every store.
by eostic
Sun Sep 01, 2013 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML property clarification
Replies: 7
Views: 2567

That' great, and welcome to the world of xml ---- but start first with serarches thru the forum here on these definitions and generally in google ---- you will find hundreds of posts here and in general that wwill answer the basics. Then let us know if/where you get stuck.
by eostic
Sun Sep 01, 2013 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input stage
Replies: 9
Views: 5987

....And that you need one output link for EACH repeating child node.