Search found 3835 matches

by eostic
Mon Sep 27, 2010 6:48 pm
Forum:
Topic: Import via ODBC Metabroker Overwrites Descriptions
Replies: 17
Views: 7776

...I'll try to find time to give that scenario a spin also.

Ernie
by eostic
Mon Sep 27, 2010 6:48 pm
Forum:
Topic: Import via ODBC Metabroker Overwrites Descriptions
Replies: 17
Views: 7776

hmmm. I tested a variety of changes, but in a different pattern....making changes in the source database after initial import and being sure they were imported correctly (the second time) and into both the ds table def and it's connected shared table definition....and then checking that notes, short...
by eostic
Mon Sep 27, 2010 4:23 pm
Forum:
Topic: Import via ODBC Metabroker Overwrites Descriptions
Replies: 17
Views: 7776

Yes...the Connector import is more mature.....use it if you can. It not only avoids breaking things, it even brought the description updates added in Workbench into the "DataStage" tabledef for any DS developers who may not have access to Workbench. ...and yes, it creates the Datastage tab...
by eostic
Mon Sep 27, 2010 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input stage mapping problem
Replies: 10
Views: 3186

tag above should be <activitytime></activitytime> or <activitytime/> .
by eostic
Mon Sep 27, 2010 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input stage mapping problem
Replies: 10
Views: 3186

...and what happens when you map it directly to the output link (no stage variable and no derivation logic) ? For such a test you might want to reconsider your check boxes for null handling, and only check "replace NULLs with empty values".... You should get a lengthy set of </activityTime...
by eostic
Mon Sep 27, 2010 2:07 pm
Forum:
Topic: Import via ODBC Metabroker Overwrites Descriptions
Replies: 17
Views: 7776

...just to make it clear from the entry above.... The Connector Wizard from inside DataStage (it is different than importing ODBC Table Definitions) is accessed from the same Import...Table Definitions.... menu, but it is the very top option..... select ODBC once you get into the wizard. It creates ...
by eostic
Mon Sep 27, 2010 1:43 pm
Forum:
Topic: Import via ODBC Metabroker Overwrites Descriptions
Replies: 17
Views: 7776

There is no way to import tables within Workbench. They can be "viewed" there, but not imported.......Shared Tables can be imported: a) via bridges and brokers (using Import/Export Manager, or IDA) b) via Connectors (from inside of DataStage, FastTrack, IA) c) via .csv file manually using ...
by eostic
Mon Sep 27, 2010 1:33 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Null response from WebService
Replies: 5
Views: 3839

This depends on the WSDL that you have.....for simple, scalar type, single row in, single row out web services (which is the type that WSTransformer supports without customization), the "input" to the web service is exactly what is defined as the individual parameters that make up the inpu...
by eostic
Mon Sep 27, 2010 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input stage mapping problem
Replies: 10
Views: 3186

it's hard to say exactly what your issue is, but at first glance it appears that perhaps there is something about the null/not null setting of the column, it's treatment in the transformer, and it's treatment in the xml stage, especially when everything comes out ok when you hard code it. What is yo...
by eostic
Sat Sep 25, 2010 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer as rowgenerator in 7.1 server jobs
Replies: 3
Views: 4066

Yes...I use this technique all the time, even in the release beyond 8.1......generally I use a Stage Variable (with Derivation of StageVar + 1) and then a Constraint on the StageVar (StageVar <= nnnnn ) where nnnnn is my desired number of generated rows.

Ernie
by eostic
Fri Sep 24, 2010 12:53 pm
Forum:
Topic: Import via ODBC Metabroker Overwrites Descriptions
Replies: 17
Views: 7776

I had a chance earlier today to give it (importing tables and then updates to those same tables via the ODBC Connector and the Connector Wizard within DataStage) a try. Not only did it work perfectly, leaving all my Notes, Stewards, Term assignments, Short & Long Description edits in place, when...
by eostic
Thu Sep 23, 2010 10:06 pm
Forum:
Topic: Column lineage lost in Transformer stage.
Replies: 7
Views: 3659

Recently I have been living in the next release, and lineage thru Stage Variables there works great. I have specific examples that trace back directly....from an output link Derivation to a StageVariable used in that Derivation...then up above to the StageVariable Derivation and then upstream to the...
by eostic
Thu Sep 23, 2010 9:37 pm
Forum:
Topic: Import via ODBC Metabroker Overwrites Descriptions
Replies: 17
Views: 7776

Hmm....I've tested this sequence of activity with other import methods (IDA as I recall recently) and it was fine, preserving descriptions, asset assignments, etc. That might be an anomaly with that particular broker. You might want to try the ODBC Connector import and see if that has better behavio...
by eostic
Wed Sep 22, 2010 2:10 pm
Forum:
Topic: Column lineage lost in Transformer stage.
Replies: 7
Views: 3659

Hi Doug. Indeed...creating Extension Mappings for each Transformer would @#&k. :) Seems to me there were some issues with Stage Variables at one point, but I recall them being corrected. I'll have to take a look. Aside from that, as I work more deeply with Workbench myself, and teach others, I'm...
by eostic
Tue Sep 21, 2010 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change xpath expressions of xml Dymanically
Replies: 7
Views: 3572

You can't change the xpath...but you could code for it in advance.....each link could have its own xpath, and then do something else downstream, bring the links back together, etc. ...or, if the xml content is not "too" big, just change the xml itself in an upsteam transformer...easy if th...