Search found 3835 matches

by eostic
Thu Apr 18, 2013 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Array data
Replies: 5
Views: 2101

Maybe not, Craig....let's find out first.... What exactly are working on and trying to accomplish? ISD pre-supposes that you need/want a web service...and as such, would call that web service via the WSTransformer Stage..... ....but doing ETL with Web Services is not a particularly good use case ---...
by eostic
Thu Apr 18, 2013 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Array data
Replies: 5
Views: 2101

array from what? Information Services Director? ...or something else?

Ernie
by eostic
Thu Apr 18, 2013 9:40 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: 'Input Array' option at InfoShere Information Server(IIS)
Replies: 8
Views: 6053

That's how it was designed...and probably because there isn't much need for it. An always on service is infinitely faster (milliseconds as opposed to seconds) than a simplistic Job that only has ISDOutput. Further, an "always on" job is shared by anyone and everyone that invokes it......an...
by eostic
Thu Apr 18, 2013 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help working with XML file.
Replies: 23
Views: 5356

A very good possibility is that your xsd is telling DataStage that there is only one row. Look at the "list" for the node in question. Depending on how you created your xsd, it is possible that the xsd came out without a maxOccurs=unbounded. [each xsd generation tool works differently --- ...
by eostic
Wed Apr 17, 2013 3:39 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: 'Input Array' option at InfoShere Information Server(IIS)
Replies: 8
Views: 6053

play with setting minimum instances to zero and a fairly small timeout value....then it's theoretically always on, but starts with the first incoming request, and if never called again, will eventually shut down that instance.

Ernie
by eostic
Wed Apr 17, 2013 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice meta data Import error
Replies: 7
Views: 1877

Could be a lot of things....there have been problems with the import process, so it might depend on your release and your environment. Here are some things to try... a) download a soap testing tool such as SOAP ui (there are many on the web...I like SOAPui and Actional's SOAP Tester the best)....see...
by eostic
Wed Apr 17, 2013 2:35 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: 'Input Array' option at InfoShere Information Server(IIS)
Replies: 8
Views: 6053

The best way to do this is to instead set this up as an "always on" job that uses ISD input Stage....and then group that into an array. The WSDL will reflect an array and ISD at run time will accept multiple rows being input.

Ernie
by eostic
Wed Apr 17, 2013 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help working with XML file.
Replies: 23
Views: 5356

There are lots of resources to get you started.....Look thru the forum here, get a copy of the xml redbook, look on developerWorks..... try other xsd's also.

Ernie
by eostic
Tue Apr 16, 2013 6:25 pm
Forum:
Topic: IMAM - importing an Oracle table def
Replies: 8
Views: 5687

hmm. If you aren't seeing the Connector, then it probably is because you need to set up an additional Metadata Interchange Server -- one with no port because it is just going to find it at your DataStage Engine machine (which it usually knows the location). Most linux/unix sites will have "two&...
by eostic
Tue Apr 16, 2013 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ check for Successful Message Post
Replies: 1
Views: 952

While it may create other complications for you (not sure what you are doing in the rest of your job), it might be worth trying this in a Server Job with the MQ Plugin..... I haven't dug into the return codes that are made available to the link in years, but it's possible that the REJECTEDCODE at an...
by eostic
Mon Apr 15, 2013 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big Data File Stage not available under File Category
Replies: 1
Views: 1825

...that capability is not available for Information Server in a Windows environment.

Ernie
by eostic
Sun Apr 14, 2013 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling WebService(asp.net) in different environment
Replies: 2
Views: 1254

The port address is visible at the advanced tab.... for future reference, make it a job parameter so that you can change the value at run time.

Ernie
by eostic
Thu Apr 11, 2013 8:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage - Metadata Workbench - Information Analyzer Integr
Replies: 3
Views: 2352

On the contrary. RCP works fine with Meta Data Workbench, but you have to understand the rules for lineage and create objects for each of your sources and targets. All more detail than can be outlined in one thread. Of all things to consider for success with DataStage and Meta Data Workbench, the mo...
by eostic
Fri Apr 05, 2013 10:59 am
Forum: General
Topic: High CPU usage by WorkloadManagment (WLM) - V9.1
Replies: 6
Views: 2114

Craig is right..there probably aren't enough people exercising it heavily enough yet to have experiencde this. I've been using the WLM off and on since early beta of 9.1 and haven't seen any particular issues. I'd look for some patterns. Is it only when you enable it, and then it immediately causes ...
by eostic
Fri Apr 05, 2013 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer Performance
Replies: 4
Views: 1305

...and also doing a test with a class that merely does a simple transformation, such as raising a string column's value to upper case....then compare that.

Ernie