Search found 3835 matches

by eostic
Tue Jun 12, 2012 6:30 am
Forum:
Topic: Data Lineage report includes sequential files?
Replies: 5
Views: 1963

First, the table definition in DataStage needs to become a "Data File" as known to Metadata Workbench. The easiest way to do this is by opening the tabledef and first checking its "Locator" tab....be sure that it says "Sequential" in the pull down at the top (you can ty...
by eostic
Mon Jun 11, 2012 9:33 am
Forum:
Topic: Data Lineage report includes sequential files?
Replies: 5
Views: 1963

...suggest that you start a whole new topic for this, but basically, the lineage for "Data Files" is established by seeing if the fully qualified name in the Job at run-time matches the entire "Data File name" (complete with path details, etc.), or more appropriately, the "P...
by eostic
Fri Jun 08, 2012 7:44 am
Forum: IBM QualityStage
Topic: Error invoking WISD service
Replies: 5
Views: 3832

If it only happens with random calls, then you have to look elsewhere...that means that the configuration is correct... Someone on the MDM side will need to understand what causes that error....you will need to work with your support provider.... if it is random, it could be many things: a particula...
by eostic
Thu Jun 07, 2012 2:55 pm
Forum: IBM QualityStage
Topic: Error invoking WISD service
Replies: 5
Views: 3832

That is not an ISD error directly....the MDM application must have issued it.....You may need to call your support provider, but before you do, here are some key things to check: a) does it happen with every single call that is ever made from MDM? ...or randomly? b) are other service operations at t...
by eostic
Wed Jun 06, 2012 5:58 pm
Forum:
Topic: Metadata Work Bench to view WISD servie input and Output
Replies: 8
Views: 2084

(which is why I suggested an rdbms...then they go right in, are committed, and you can remove them....all while the job is running). :)
by eostic
Wed Jun 06, 2012 5:57 pm
Forum:
Topic: Question on MDWB licencing
Replies: 6
Views: 1659

at least "one seat" was needed in order to do the install.....but it certainly isn't "per" each BG user. ...and indeed as Ray notes, you'd have to be "using" that seat in order to drill down to the WB from biz lineage.
by eostic
Wed Jun 06, 2012 2:12 pm
Forum: IBM QualityStage
Topic: Viewing data and flow for WISD jobs
Replies: 2
Views: 1967

answered already in another thread.
by eostic
Wed Jun 06, 2012 2:10 pm
Forum: IBM QualityStage
Topic: Viewing data and flow for WISD jobs
Replies: 2
Views: 1967

answered already in another thread.
by eostic
Wed Jun 06, 2012 2:05 pm
Forum:
Topic: Metadata Work Bench to view WISD servie input and Output
Replies: 8
Views: 2084

No...you can't see the data unless you decide to write it somewhere such as an rdbms (with commit=1)....that's not necessarily advisable, as it could introduce performance issues, but when you are debugging, it works great. Just branch from a transformer to a target and make sure that the link to th...
by eostic
Wed Jun 06, 2012 2:00 pm
Forum:
Topic: Question on MDWB licencing
Replies: 6
Views: 1659

Right...you only need "at least one" MWB user in order to have lineage and also to customize (if desired) the Business Lineage.

Ultimately though, check with your sales contacts. I'm just the "technical guy" ; )

Ernie
by eostic
Wed Jun 06, 2012 8:32 am
Forum:
Topic: Question on MDWB licencing
Replies: 6
Views: 1659

Lineage is defined for an "asset" that might be assigned to Term (a table, a column, an application, etc.)....

...and yes, in order to view Business lineage from inside of BG, you need to have Workbench installed and available (at least one seat).

Ernie
by eostic
Tue Jun 05, 2012 10:00 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Including DTD for XML Validation
Replies: 3
Views: 3049

Yes...but a separate topic. The xsd can help generate the tabledef(s), but is critical if you want to perform formal xml "validation". With xmlInput Stage, you can generate the metadata for the output link any way you want, even hand type it, and still do validation by the "run time&q...
by eostic
Mon Jun 04, 2012 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML file in windows through external source
Replies: 23
Views: 7738

another thought came to mind also....

check the encoding value at the top.... see if it says something like encoding="UTF8" or similar, try a run in with a sample version of your xml document where you remove that attribute from the header entirely.

Ernie
by eostic
Mon Jun 04, 2012 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML file in windows through external source
Replies: 23
Views: 7738

as noted up above, it at least "looks" like External Source is now working great! Now look at your xml document. Does it have a schemaLocation attribute? This points to a schema. Unless you say you want validation, which you should NOT have checked at this time, it shouldn't be looking for...
by eostic
Mon Jun 04, 2012 1:00 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Including DTD for XML Validation
Replies: 3
Views: 3049

for xmlInput stage, it has to be part of the current incoming document, fully qualified within the NoNamespaceSchemaLocation or SchemaLocation attribute in the header.

In the xml Stage, it is "the" formal xsd "library" that you import during design time.

Ernie