Search found 3835 matches

by eostic
Thu Jan 26, 2012 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Global Unit of Work - Or Read from MQ insert into Table
Replies: 1
Views: 1689

...take a close look at the DTS Stage --- the Distributed Transaction Stage....it takes advantage of MQ's ability to perform the overall unit of work......so that......"if" you have things correctly configured in MQ to support a x-resource (XA) unit of work between MQ and DB2 or MQ and Ora...
by eostic
Tue Jan 24, 2012 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML element created despite setting to exlude it
Replies: 5
Views: 1385

ok... my testing has shown that the xml stage, as it is very dependent upon xml schema definitions, relies heavily on nillable="true" to be IN the xsd specification. When that happens, it seems that the setting is respected and the element is removed, except when it has an attribute that i...
by eostic
Mon Jan 23, 2012 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML element created despite setting to exlude it
Replies: 5
Views: 1385

That was just a "gut" reaction...glad it did "something"....not exactly sure yet what it tells us though --- this is a fairly complex subject. I had to look again myself at the xml specification, but it turns out that it's valid to have an element be "null" and still ca...
by eostic
Mon Jan 23, 2012 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Transformer stage in a Parallel job
Replies: 2
Views: 784

Yes....it fully supports parallel Jobs.

Do some searching around the forum...there are lots of threads on the use of the WS Transformer. It works in all job types, but it also has requirements for style of input and output payloads and the complexity (or not) of the WSDL that you import.

Ernie
by eostic
Mon Jan 23, 2012 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML element created despite setting to exlude it
Replies: 5
Views: 1385

.....this isjust a guess at the moment, but can you do a test where you ensure that the column mapped to the attribute is also null? (State --- instead of the string "created", have it also be null).... or is it a "constant" in the Output Step?

Ernie
by eostic
Mon Jan 23, 2012 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Realtime usage of ACCOUNT BASED HASH FILE
Replies: 16
Views: 5017

Tell us more context about what you are doing with the hash file, what your job is like (transformations, volume, traffic), etc. That will help with any outline or confirmation or definition type and strategy.

Ernie
by eostic
Fri Jan 20, 2012 7:09 am
Forum:
Topic: Need help in using metadata workbench
Replies: 39
Views: 14459

"if" you imported your db2 metadata via DataStage Connector Wizard, there is an "option" to generate a formal Connection Object. I don't know if there is any other "automatic" way to create the connection, if you already imported your metadata via other means. Just put ...
by eostic
Thu Jan 19, 2012 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple Child Nodes in XML stage
Replies: 1
Views: 1685

Think of each repeating unit as though it was its own relational table....this one being "person+email" ....(maybe has 13 rows), and another might be "person+address" ...(maybe has 5 rows).... Each is an individual set of rows having nothing to do with the other, except having th...
by eostic
Wed Jan 18, 2012 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parser Issue
Replies: 12
Views: 4399

Change your validation setting...it's probably on minimal. That may help find the problem.

Ernie
by eostic
Wed Jan 18, 2012 6:23 am
Forum:
Topic: Need help in using metadata workbench
Replies: 39
Views: 14459

...probably a throwback to InfoSphere Data Architect and its Naming Model...it seems to have a lot of influence on some of the properties....and like I noted in the other thread -- these features are here for "your creativity"....there are no wrong or right ways....use the ones that best h...
by eostic
Wed Jan 18, 2012 6:21 am
Forum:
Topic: Data item binding in metadata workbench
Replies: 9
Views: 3033

There are many relationships you can establish in Business Glossary....things like related terms, assigned terms, synonyms, deprecated, replaced by, etc. Each of them can be used to provide more meaning to a business concept. There is no "formal" meaning to these --- just know that the too...
by eostic
Wed Jan 18, 2012 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing "Level" from CFF columns
Replies: 1
Views: 898

At the moment I can't think of a better way to do it, unless "maybe" one of the table conversion dialogs "might" drop it along the way....meaning....change the "locator" to something like "Relational", then use the "Create Shared Table from Table" an...
by eostic
Tue Jan 17, 2012 7:14 pm
Forum: General
Topic: Metadata Import error through ODBC
Replies: 1
Views: 1480

Is this via the ODBC Connector?

...and when you did db2, does that work thru the Connector, or thru the plugin?

The Connectors are the best way, if they are working for you.

Ernie
by eostic
Tue Jan 17, 2012 7:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parser Issue
Replies: 12
Views: 4399

if you don't have one, you'll need to create one. One way is to look for "trang". ...or use the old xml Stages. If you don't have an excessive amount of volume, or you don't have an xsd or the detailed requirements (like deep validation) that would demand one, then use xmlInput. That has i...
by eostic
Tue Jan 17, 2012 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parser Issue
Replies: 12
Views: 4399

...import the xsd to a Library (not via xml table definitions).