Search found 3835 matches

by eostic
Wed Jun 17, 2009 4:58 am
Forum: General
Topic: Reading XML files - Repetition elements
Replies: 10
Views: 14842

You have the right idea....but you can put all the output links on a single XMLInput Stage.......so you don't need the copy....

Ernie
by eostic
Tue Jun 16, 2009 7:49 pm
Forum: IBM QualityStage
Topic: Standardization:Using the seq file extractd from xml
Replies: 9
Views: 9933

How much have you tested the first job? Is the file you created exactly as you expected? Are the formats everything that you need? Sounds like the file is not getting created as you expected, or that the metadata in the second Job is not correct when reading that file. Have you used the Sequential s...
by eostic
Tue Jun 16, 2009 2:49 pm
Forum: IBM QualityStage
Topic: Standardization:Using the seq file extractd from xml
Replies: 9
Views: 9933

tell us lots more. What are the sources/targets, what stage types, what are you trying to do, etc..... there's not enough context here to know what might be the solution.

Ernie
by eostic
Tue Jun 16, 2009 2:47 pm
Forum: General
Topic: Reading XML files - Repetition elements
Replies: 10
Views: 14842

ah. Next lesson. DataStage is normalizing your xml into rows and columns... for each set of nodes that is "along a different path" (nested deeply is fine), you will be using a separate Link...each with its own set of elements/columns and particular "lowest level node that you are inte...
by eostic
Tue Jun 16, 2009 1:37 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Deploy a DS Job as a Web Service
Replies: 11
Views: 7744

It's likely that the userid that you logged into the Info Server Web Console with doesn't have permissions to see everything...find someone with Information Server Administrator rights and then check the licensing...it is a link that (with the right userid) will show up a few down below DataStage Cr...
by eostic
Mon Jun 15, 2009 7:47 pm
Forum: General
Topic: Reading XML files - element not defined in the xml table def
Replies: 4
Views: 1317

It sounds like you might have "validation" checked. Do you need it? Uncheck it......

Ernie
by eostic
Mon Jun 15, 2009 7:44 pm
Forum: General
Topic: Reading XML files - Repetition elements
Replies: 10
Views: 14842

I try to describe it as "one of the elements at the lowest level node you are interested in retrieving." You can pick any of them.... but it should be a column defined by an element at the lowest level repeating group --- the repeating node for which you want "n" rows to be retur...
by eostic
Sun Jun 14, 2009 5:19 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: https for data retrieval?
Replies: 17
Views: 11545

The WSTransformer uses similar logic to XMLPack. Works the same with XPath, and has issues with documents that are too large.

Ernie
by eostic
Thu Jun 11, 2009 7:33 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: https for data retrieval?
Replies: 17
Views: 11545

Sometimes its hard to tell, although it's unlikely that you'd even see the error if it was happening at the server --- you would just receive a soap fault that something died. Go back to the beginning. We talked about this. There are too many limits here --- the WSTransformer for one, and the link/c...
by eostic
Thu Jun 11, 2009 6:43 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: SOA-UserService Registry Configuration
Replies: 8
Views: 3692

It helps for us all to be occasionally reminded of good etiquette. That being said, let's look at the issue. You said above that you already went thru the deployment. Congrats. You are done. There is nothing more that you have to do. My prior entry is for an option that you can just "forget abo...
by eostic
Wed Jun 10, 2009 12:21 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: https for data retrieval?
Replies: 17
Views: 11545

Couple of things.... a) the Grid style lets you get to the java options....but as you said, the stage relies heavily on your import of WSDL and the "Select" of a particular service once imported. A lot goes on in this Stage. b) it appears that there is something wrong with the Server side....
by eostic
Wed Jun 10, 2009 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output xpath for group field
Replies: 3
Views: 2219

Who is doing the complaining? The source operator, or the target xml operator? I can't tell for sure, but it sounds like perhaps there are issues here across Stage types. Get all of your columns clear and separate before going into your XMLOutput Stage..... Check the following: a) have at least a Tr...
by eostic
Tue Jun 09, 2009 2:26 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: SOA-UserService Registry Configuration
Replies: 8
Views: 3692

This feature as named is a bit misleading..... the internal registry is what you are using now -- this is the Information Services Catalog as viewed from the Information Server Web Console. The feature to "publish" is a specific one only for WSRR. WebSphere Services Registry and Repository...
by eostic
Tue Jun 09, 2009 2:22 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: https for data retrieval?
Replies: 17
Views: 11545

ok.... sounds good. I wonder if they are related to StrikeIron. Anyway...just in case YOUR side blows up with a heap error, use your right mouse button on the WSTransformer and open it up in Grid Style....if you scroll down you will see a property for java options...there you can increase the heap s...
by eostic
Mon Jun 08, 2009 9:52 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: https for data retrieval?
Replies: 17
Views: 11545

...of course, I forgot to ask what they wanted to get via http...I was assuming they just want a document or something at a url.... are they really asking if they can get to a SOAP based web service, or maybe a REST based web service? The answer will be the same, unless it's SOAP that WSPack can han...