Search found 3835 matches

by eostic
Mon Jan 09, 2012 6:57 am
Forum:
Topic: Need help in using metadata workbench
Replies: 39
Views: 14459

Tell us which tools and what you are trying to accomplish.

Ernie
by eostic
Fri Jan 06, 2012 2:13 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WS client stage returning single row
Replies: 2
Views: 2877

hmm. It's interesting that you are getting "all" the rows. If the Web Service delivers a formal array, then usually you will get the first row only, but perfectly formatted, while the rest of the rows are tossed. So you may have something even deeper going on, depending on the definition o...
by eostic
Fri Jan 06, 2012 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy stage active or passive?
Replies: 21
Views: 5971

See how silly this conversation is? Copy is an EE Stage, and the history of the definitions we're discussing is based on "Server" jobs and stages. I'm sure that Lee could chime in and give us the old rules about things like implied transformers and such, but again...the significance isn't ...
by eostic
Wed Jan 04, 2012 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy stage active or passive?
Replies: 21
Views: 5971

In reality, does it matter? The formal terms "passive" and "active" have deep roots in Server.....and were later applied to EE Stages based on a variety of properties and behaviors. I'm not convinced that the definitions have much meaning (nor should they) as they did in the past...
by eostic
Tue Jan 03, 2012 11:32 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Sevices Client using Webmethod GetListItems
Replies: 2
Views: 3514

best suggestion is to test the service using a tool like Actional SOAP Tester or SOAPUI or many other available test tools on the internet.... ...then...look at what the SOAP body wants, as most of those tools will let you look at the body before it is sent. Then you know what must be in the payload...
by eostic
Tue Jan 03, 2012 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Supress XML declartion in output XML file
Replies: 1
Views: 1270

it would appear that you are using a sequential stage to output the file? ....use no delimiter and no quote characters (or 000 for both values if its a server job)....and send only one column (so you won't have a comma delimeter or any delimeter at all) out of your xmlOutput Stage, and use the "...
by eostic
Wed Dec 21, 2011 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When Datastage will use MQ Client Version
Replies: 3
Views: 2170

The MQ Connector supports both --- it's not DataStage that makes the choice --- it's the environment. If you have the MQ Server co-resident with DataStage, then it's a server connection, and if you do not, then you have the MQ Client API co-resident with DataStage and use the syntax and properties f...
by eostic
Wed Dec 21, 2011 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Parsing Question
Replies: 3
Views: 1700

Frankly speaking, I'd say it's poorly designed xml. There should be three elements, first, middle, last....or three attributes...first, middle, last. Now it's three repeating elements with a qualifier 'value' that is really "metadata". So..it is retrieved as three rows, as it should be. Pi...
by eostic
Wed Dec 21, 2011 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex scenario with 8.5 XML stage
Replies: 4
Views: 2172

...the new assembly is very powerful...but it can be tricky to decipher, especially early on... ...I can't be sure from your description, but it "sounds" like you are talking about having multiple unrelated groups as your proceed thru the structure. You might also have multiple "neste...
by eostic
Mon Dec 19, 2011 12:53 pm
Forum:
Topic: Infosphere Asset Manager related issue
Replies: 13
Views: 9432

just a wild guess --- it is asking about msxml ? I recall there being a requirement for msxml 4.0 or similar...

Ernie
by eostic
Mon Dec 19, 2011 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Consuming External Web Services
Replies: 3
Views: 1997

You'll need to do a few things... First, learn how to capture the entire response from your web service, the one that gives you the bits to hand back on a subsequent invocation. This is done in a simple manner by taking the output link from a succesful call to your sign-on invocation and editing it ...
by eostic
Wed Dec 14, 2011 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WAVES Concept in Datastage
Replies: 6
Views: 3892

...but there also was a WAVES subject in the area of world wide address verification.....

which did you mean?
by eostic
Wed Dec 14, 2011 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WAVES Concept in Datastage
Replies: 6
Views: 3892

not sure exactly what concept you are speaking of, but if you mean "end-of-wave", which is primarily reserved for real-time style jobs, you can find a general discussion about it here: http://dsrealtime.wordpress.com/2007/12/13/simulating-end-of-file-for-real-time-etl-transformations/ Ernie
by eostic
Tue Dec 13, 2011 9:52 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: portability of jobs using Web Service Client
Replies: 4
Views: 4203

congrats! ..and thanks for the follow-up verification.
by eostic
Tue Dec 13, 2011 6:47 am
Forum: General
Topic: How to Identify The Column Dependency using XMETA only.
Replies: 2
Views: 1418

That will be very difficult. Why not use Metadata Workbench? ...or for that matter, usage in DataStage? Describe what "kinds" of dependency you are looking for...

Ernie