Search found 3835 matches

by eostic
Thu May 17, 2012 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage - XML Output Stage - Space after tag
Replies: 4
Views: 2768

Glad it worked.....it's very odd though, that it failed...CRLFs and blanks are "noise" for XML...and most valid parsers should ignore them.....

Either way, the removal of formatting is a best practice that everyone should follow, and it has been well documented in this forum.

Ernie
by eostic
Wed May 16, 2012 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage - XML Output Stage - Space after tag
Replies: 4
Views: 2768

shut off all formatting. The xml should go out as one big giant string, which is what you want anyway....it saves bytes on the wire or wherever else you might be sending the xml.
by eostic
Tue May 15, 2012 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WS Transformer Performance
Replies: 2
Views: 1336

I suspect that it will be very close. The xml Stages use xslt and the WSTransformer also uses a lot of that..... SOAP and XML is slow. You aren't going to get screaming performance from a Web Service like this. Perhaps you can partition it and spread the work around, but your problems may not even b...
by eostic
Mon May 14, 2012 2:57 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WS Transformer Output
Replies: 7
Views: 6841

It's hard to tell exactly (suggest you do a trace like suggested up above), but it looks like it is working perfectly!! Odds are that the error in workflow is coming back from the web service that you are calling......it obviously isn't displaying any error in a nice way, but something is dying insi...
by eostic
Fri May 11, 2012 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating XML with same tag different attribute name
Replies: 4
Views: 1541

this is fairly poorly designed xml. The better design is where the metadata is truly the names of the tags, as in your first example. What happens here is that the structure of the xml is totally different. The whole "contact name" is no longer the repeating element....instead, contactFiel...
by eostic
Fri May 11, 2012 2:54 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WS Transformer Output
Replies: 7
Views: 6841

then something must different about the values as they are being passed when you hard code them vs the db....maybe leading or trailing spaces, the datatypes, etc..... One thing you might want to try... use the trace function (you may have to write it as a server job to try this)......go to the trace...
by eostic
Fri May 11, 2012 6:11 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WS Transformer Output
Replies: 7
Views: 6841

The WSTransformer can only handle one row in and one row out by default. Run this desired web service from some other testing tool, such as SOAP UI...... If it returns multiple rows then you will have to unpack them yourself. Put one giant column on your output link, such as "soapOutput" (...
by eostic
Fri May 11, 2012 6:07 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WebView
Replies: 3
Views: 3416

Worst case, you will most likely be able to connect to it just fine by using JavaPack, and then invoking your own Java class to talk to "Web View"...

Ernie
by eostic
Fri May 11, 2012 6:04 am
Forum:
Topic: Data Lineage with Shared Containers
Replies: 4
Views: 1819

What exact release are you on? I recall times in the past when lineage dead-ended on certain Containers, but I thought most of those had been corrected...

Ernie
by eostic
Thu May 10, 2012 5:55 am
Forum:
Topic: Best Practice to maintain/Import Metadata repository
Replies: 3
Views: 1542

That's a very good question, and is being answered by engineering as we evolve into 8.7 and beyond with InfoSphere Metadata Asset Manager. The Metadata Asset Manager is a central location for performing imports, assessing whether they are correct, and then accepting them for xmeta or rejecting them....
by eostic
Mon May 07, 2012 4:51 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WebServices Transformer Stage
Replies: 9
Views: 6249

follow lstsaur's steps.....indeed, you should get a LOT of table defintions...the WS Transformation Stage knows what to do with them when you "Load" the message details on the input and output links....

Ernie
by eostic
Sat May 05, 2012 8:24 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WebServices Transformer Stage
Replies: 9
Views: 6249

did it really import? do you remember seeing and selecting the exact desired operation on the right hand side of the importer? Open up the whole tree -- select each operation individually and then click "import".....it should go thru two steps and tell you about it......

Ernie
by eostic
Fri May 04, 2012 6:40 am
Forum:
Topic: Business Glossary Workflow Comments
Replies: 6
Views: 1957

Not that I am aware of.....i haven't tried this, but see if the workflow comments exist in the .csv that you can send to disk when you look at the list of items that is in a particular state ---- like "all draft".....or "all approved"...check them all and then there's an option o...
by eostic
Thu May 03, 2012 4:56 am
Forum:
Topic: Importing operational metadata using RunImportStart
Replies: 3
Views: 1859

did you complete all the information in the config file? (runimport.cfg).
by eostic
Wed May 02, 2012 5:03 am
Forum:
Topic: Business Glossary Workflow Comments
Replies: 6
Views: 1957

They are viewable as "part" of the editing and workflow process. You will see the comment, for example, when you look at the terms sitting in "Approved" after they are approved.

Ernie