Search found 3835 matches

by eostic
Wed Jul 06, 2011 2:07 pm
Forum:
Topic: Import Quest Toad Database Model file in XML format
Replies: 1
Views: 1089

Never seen one.....is it in a standard format? ...like cwm or xmi or such? If so, it "might" work (depends on how close it is to the standard) with the Import/Export Manager......is there a chance that the Toad tooling exports in another tool's format, such as PowerDesigner or ERwin? Ernie
by eostic
Wed Jul 06, 2011 2:03 pm
Forum:
Topic: Assigning Business Glossary TERMS to database table columns
Replies: 1
Views: 1036

The most powerful way is via xml. Assign a couple of assets manually...then export via xml... look at the document. You will see that the assigned assets (whatever they are...columns, tables, etc.) appear in a grouping underneath each term within the xml structure. I'm working on a DataStage Job to ...
by eostic
Tue Jul 05, 2011 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML files
Replies: 2
Views: 1755

send the row into the xmlOutput Stage... for this tiny set of data, try using this in the Description properties of the three columns on the "input" link of the xmlOutput Stage... /myXML/col1/text() /myXML/col2/text() /myXML/myGroup/col3/text() select "aggregate" as your option. ...
by eostic
Mon Jun 13, 2011 8:54 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WISD Output stage with multiple objects single response XML
Replies: 2
Views: 3566

That's a pretty ugly xml body. There's very little formal structure to it, except maybe the "order" of the elements. The easiest thing to do is to have the UI change it's requirement and conform to "your" WSDL from ISD....one that defines the first address uniquely from the secon...
by eostic
Mon Jun 13, 2011 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Ouput Stage
Replies: 1
Views: 932

Yes....but.........it's going to depend on what you are doing with the xml downstream.....if you run it in parallel, you could put "chunks" of xml on the output link, and then re-combine them later somehow...but you will then be responsible for the header, etc of the document.

Ernie
by eostic
Thu Jun 09, 2011 2:08 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service
Replies: 10
Views: 6298

As noted above, I'd suggest experimenting with Actional Diagnostics or perhaps SOAP UI, and also test from other client "machines" in your network, in case there are network issues or other such blocks..... Also...how much data are you thinking about? The numbers we are talking about here ...
by eostic
Wed Jun 08, 2011 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML pasing issue
Replies: 1
Views: 1496

Hard to say. a) make sure that Folder is doing what you want it to. Are you using the default "builtIn" table defintion for the output link of the Folder Stage? b) send the columns from folder thru a transformer and then send the filename to a file. make sure it looks good. c) in the xmlIn...
by eostic
Tue Jun 07, 2011 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml schema / xsd with complexType and mixed="true"
Replies: 4
Views: 2262

a) the new xml stage lives and breathes on xsd's. So yes...but there are many considerations regarding a move to 8.5. This alone wouldn't be a good enough reason, especially if your ultimate goal is just reading. b) Not sure what you mean here. Are you autochecking only for individual nodes? You sti...
by eostic
Tue Jun 07, 2011 5:50 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service
Replies: 10
Views: 6298

Try from other clients. I've never seen a situation where rows are dropped by ISD. I've had client tools blow up because there is no buffering in ISD (ie...it sends everything), but always sends all the data. I can't be sure what's happening in your environment, but I'd start to poke around elsewher...
by eostic
Tue Jun 07, 2011 5:46 am
Forum: General
Topic: Exporting PROJECT in XML format
Replies: 14
Views: 4897

Yeah..that would have been nice. You may just need to do what many pioneers have done over the years......parse the dsx itself.

Ernie
by eostic
Tue Jun 07, 2011 5:44 am
Forum:
Topic: Using MDW with RTLogging.
Replies: 1
Views: 1405

I haven't seen that creating an impact, but I'm not surprised. I had lots of issues in 8.0 and 8.1 with regular ds logs not showing up based on which way I had that setting...might be worth a support call.

Ernie
by eostic
Mon Jun 06, 2011 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml schema / xsd with complexType and mixed="true"
Replies: 4
Views: 2262

A couple of thoughts here... a) the importer prior to 8.5 understands a lot of xsd, but doesn't handle all of the constructs. b) independent mapping of the individual details of letterbody will likely be necessary... c) never use auto-check. It doesn't understand the hierarchy, which is very critica...
by eostic
Mon Jun 06, 2011 4:04 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service
Replies: 10
Views: 6298

reading your first post again....what do you mean by "in the web page" ? are you using a mashup tool and the REST binding? If you are using the REST binding, then try running the service directly from the address line of your browser....something like: http://yourserver:9080/wisd-rest/your...
by eostic
Mon Jun 06, 2011 4:02 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service
Replies: 10
Views: 6298

That's a pretty big payload for a SOAP envelope.

You mentioned SOAP and XML..... did you mean "SOAP over HTTP?"

What client tool are you using?

Ernie
by eostic
Mon Jun 06, 2011 11:32 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service
Replies: 10
Views: 6298

There is more to do per my post above....

What happened when you design (and publish) a new Job that sends the data from the new target flat file, into ISDoutput ? [no oracle stages].

What client tool are you using to test? I suggest Actional Diagnostics or SOAPUI.

Ernie