Search found 3835 matches

by eostic
Tue Feb 06, 2018 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating XBRL files
Replies: 2
Views: 1507

As I recall, the complexity is not with the xml itself.....its just xml afterall....and DS can write xml.....the complexity is in the xbrl protocol, which outlines a "set" of xml documents that conform to, and deliver, as a coordinated set of files, details of financial reports. What this ...
by eostic
Mon Feb 05, 2018 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Axis Fault Error
Replies: 8
Views: 2910

xsd is not needed, but we'll have to assume that you imported the wsdl successfully. Difficult to say what the issue might be. Search thru the threads in the forum over the past 10 years....there has been lots of discussions about using Web Services...... ...but a couple of things to note: a) be abs...
by eostic
Sat Feb 03, 2018 11:16 am
Forum: General
Topic: Any limit on XML Schema Library size?
Replies: 2
Views: 1201

I have loaded some rediculously big ones.....but in the 100s, not thousands. It eill just cause you grief in performancex editingx step development and more. We have the schema view feature, assumung you van get this beast to load at least once, but thats rediculous......either [1] have them cut it ...
by eostic
Thu Feb 01, 2018 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file, one xsd call internally one more xsd
Replies: 2
Views: 1210

Usually the xsds are related to each other, either directly or via a 3rd (or 30!).....using an import or include stmt in the xsd..... most often all are collected together in a single zip file.
by eostic
Thu Feb 01, 2018 6:10 am
Forum:
Topic: Info asset metatadata lost when rename or folder change
Replies: 1
Views: 4032

Generally speaking IMAM and istool import semantics are the same regarding hierarchies.....an import that lacks children will imply that they have been deleted.....an entirely new leaf (or a rename) will be considered net new. I havent compared the two with BI assets but have found consistency in be...
by eostic
Fri Jan 19, 2018 2:32 pm
Forum:
Topic: IGC Job design Lineage
Replies: 1
Views: 4221

Hard to say without looking at it directly, but if you are successfully collecting Operational Lineage (when you say "actual" values), then it is possible that you don't have any default values for your Design lineage information? Just guessing, but if there aren't default values for a Job...
by eostic
Thu Jan 18, 2018 11:01 am
Forum: General
Topic: Not enough storage to import large XML job exports
Replies: 4
Views: 1590

+ 1
by eostic
Sat Dec 16, 2017 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating JSON Schema from JSON data
Replies: 5
Views: 4331

Try the logs settings at the stage level before you enter the assembly. They "may" help here.....they are voluminous.....their location will be written i to the dslog near the start of the job.

Ernie
by eostic
Fri Dec 15, 2017 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating JSON Schema from JSON data
Replies: 5
Views: 4331

I'm not an expert on the "standard" itself, but based on all the JSON payloads that I've seen, it is invalid. For those values to be outlined as such, they need tags..... Try opening it with an editor or tool that supports JSON formatting. ( One that I find very useful is a plugin to Firef...
by eostic
Mon Dec 11, 2017 3:22 pm
Forum:
Topic: IGC query does not constrain for Stage Column query
Replies: 1
Views: 4424

There is a lot going on here, Lamont.....Conditions should work, but check which path your assets are in....and check begins_with as well as contains....and start initially without going as deep as outlined above...

Ernie
by eostic
Wed Dec 06, 2017 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml
Replies: 2
Views: 1406

You have several options. As Ray notes, the Hierarchical Stage is one possibility. This requires that you have an xsd. That xsd (schema file) will describe the "lists" that you have that generate the multiple rows as you have indicated. Import the xsd via the Library Manager and you will t...
by eostic
Mon Dec 04, 2017 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output - Repetitive Tags
Replies: 2
Views: 4551

Welcome on board! For each output link, you decide which repeating node dictates the number of rows produced. When you have parallel repeating nodes (in this example, quick glance shows taxes and charges both repeat on their own), then you need a separate link for each. If these are somehow related ...
by eostic
Mon Dec 04, 2017 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove the empty tags in Hierarchical Stage
Replies: 5
Views: 2260

Also, while its hard to determine your problem by just reading your symptom, be sure you have your Composer step settings established correctly, and that you are passing in true "null values" for any elements you don't want to be written into the document.

Ernie
by eostic
Mon Dec 04, 2017 5:17 am
Forum: General
Topic: Difference between ETL(DataStage) and ESB(Mulesoft)
Replies: 1
Views: 1268

This discussion is not one that I've heard too often anymore...it was a bigger issue at the height of the "service oriented archtecture" days, with comparisons of ETL tooling with ESB or "EAI" (enterprise application integration tooling). Both kinds can move and transform data, b...
by eostic
Wed Nov 29, 2017 1:44 pm
Forum: General
Topic: Loop Through Columns to change type and length
Replies: 12
Views: 3128

Still...what you did is VERY cool, and you will probably find lots of future things where your research into .dsx and .dsx/xml will be a huge benefit! bravo!

Ernie