Search found 3835 matches

by eostic
Thu Feb 23, 2012 7:38 am
Forum:
Topic: Data Lineage for Containers?
Replies: 3
Views: 1424

Over the years there have been issues with lineage thru Shared Containers, but most of those were corrected. Certainly there could be other variables, or perhaps you are on an older version of 8.x?
by eostic
Thu Feb 23, 2012 7:35 am
Forum:
Topic: Migrate data item bindings
Replies: 4
Views: 2210

Just for clarification, can you outline in more detail what you mean by "user defined information"....? You mentioned "and it would need to be supplemented with user defined information (i.e. user defined joins in the source stages). " By user defined Data Item binding, do you me...
by eostic
Wed Feb 22, 2012 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stopping Waves Job
Replies: 3
Views: 1154

please be more explicit....more detail on what you have and what you are trying to accomplish....thx.
by eostic
Wed Feb 22, 2012 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service (ISD Output Stage) Returning only one row
Replies: 9
Views: 6718

No problem...congrats. Glad you found a solution.

Ernie
by eostic
Wed Feb 22, 2012 7:10 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: expose web services using a shell script
Replies: 8
Views: 4603

You don't want to "build" the service and its associated Operations with command line --- there are far too many decisions to make....and you need to do testing....use the GUI initially. ...but when you have deployed it successfully once, and tested it, and understand how it behaves, you c...
by eostic
Wed Feb 22, 2012 7:06 am
Forum: General
Topic: NET commands for services
Replies: 2
Views: 788

What is your goal or requirement? Most of the service tier items are actual WAS applications. On occasion, when necessary for certain (usually rare) reasons, you might need to stop/cycle the WAS app.

Ernie
by eostic
Tue Feb 21, 2012 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service (ISD Output Stage) Returning only one row
Replies: 9
Views: 6718

It won't. The xml stage isn't doing the escaping. ISD is. It's proper.....in order for xml to go inside of xml (which is what is happening on the wire), the content HAS to be escaped. The tool at the other end, if it does normal de-serialization of the incoming response SOAP envelop, will bring thos...
by eostic
Tue Feb 21, 2012 6:52 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: expose web services using a shell script
Replies: 8
Views: 4603

It largely depends on what one means by "exposing a web service via a shell script".

What are you trying to accomplish?

ISD has a command line, and it can do not all, but a lot of the management parts of "expose"......

Explain the goals....

Thanks.

Ernie
by eostic
Mon Feb 20, 2012 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple xml files using External Source stage
Replies: 3
Views: 1520

Please start a new topic with this new and independent question....
by eostic
Mon Feb 20, 2012 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service (ISD Output Stage) Returning only one row
Replies: 9
Views: 6718

ok.. a couple of things.... a) if you are using "aggregate rows" option in the xmlOutput Stage, then you will (you should) always get only one row. There will never be an array. So no need to worry about that. They should be prepared to receive only one big column (I would expect you to ha...
by eostic
Mon Feb 20, 2012 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML tags (<>) and quotes (") getting converted to
Replies: 3
Views: 1832

...Data Element, but close enough. :)
by eostic
Mon Feb 20, 2012 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service (ISD Output Stage) Returning only one row
Replies: 9
Views: 6718

...the key may be in your question....."output all my XML data"... Are you running a normal output link (from some upstream transformer or other Stage type) directly into your ISDOutput Stage? ....or are you running it first into an xmlOutput Stage and then into ISDOutput? If the former, t...
by eostic
Thu Feb 16, 2012 9:20 pm
Forum: General
Topic: When you need to take a break
Replies: 6
Views: 2514

You take great reflections...thanks.... :)
by eostic
Thu Feb 16, 2012 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with XML input
Replies: 5
Views: 2869

all good ideas above. Also look at the doc sample itself. See if it has a SchemaLocation or NoNameSpaceSchemaLocation attribute at the top. Perhaps it is really complaining about not being able to reach "that". You might get an error like that with or without "validation" checked...
by eostic
Wed Feb 15, 2012 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with XML input
Replies: 5
Views: 2869

one thought is to make sure you have permissions to that subdirectory.