Search found 3835 matches

by eostic
Wed Feb 06, 2013 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WS client error "Input String was not in a correct form
Replies: 4
Views: 3685

...I'd probably dig deeper in the wsdl and any associated xsd's...find the namespace "ser" and look closely at the definition of the the "char" type.........maybe there are answers there. ...also, for fun, just make your own copy of this wsdl and change those types to xs:string.....
by eostic
Wed Feb 06, 2013 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WS client error "Input String was not in a correct form
Replies: 4
Views: 3685

Definitely get to know the service via a tool such as SOAP ui so that you are very familiar with what it expects and what it returns. Another very useful test is to use a Server Job....even if only for testing the web service. The WSTransformer can be fully "traced" in a Server Job....(at ...
by eostic
Wed Feb 06, 2013 9:04 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web service output columns
Replies: 1
Views: 3190

hard to say....especially since you have introduced "running" into the discussion. Without ever running the web service, import the wsdl. Look at the output link in DataStage after you have "loaded" the Message.....and look at the output definition that results from SOAPui. One p...
by eostic
Tue Feb 05, 2013 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get File name in External source stage
Replies: 18
Views: 12527

I can't think of a reason why it wouldn't work....the filename column (or any other column) on the input link is available just like any other for normal mapping at the output step. As a test, just to see if it has something to do with your xsd structure, create a whole new job that just passes the ...
by eostic
Tue Feb 05, 2013 3:00 pm
Forum: General
Topic: XML Stage vs XML Pack
Replies: 15
Views: 3455

yeah...20 to 30mb is still "small"...but certainly, as that number grows, or if you have 5,000 20 to 30mb documents, then the story changes. ...but if it's just 20mb, and its once per day? Again, your mileage may vary. At some point, regardless of which way you go, start the learning curve...
by eostic
Tue Feb 05, 2013 9:07 am
Forum: General
Topic: XML Output Stage File Name Split
Replies: 7
Views: 1496

On the output link of your xmlOutput Stage have just one single column....make it a longvarchar with a length of (say) 99999 and put a single "/" in the Description property. That will send your entire manufactured xml content downstream in a single column on a single row (assuming you cho...
by eostic
Tue Feb 05, 2013 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use parallel jobs in low volume new system?
Replies: 3
Views: 953

Your mileage will vary.....but some characteristics worth noting are: Server Jobs typically have far less initialization time....the whole job will finish and complete before the parallel Job even gets started....when the volumes are tiny, that could be important. Server Jobs tend to be more flexibl...
by eostic
Tue Feb 05, 2013 8:53 am
Forum: General
Topic: XML Stage vs XML Pack
Replies: 15
Views: 3455

Welcome aboard! Everything said above is spot-on.....and the xml Stage will just "be there" with your 8.7 install, as will the others. There are times when the old stages are appropriate, particularly when the content is tiny (really small transactional types of xml documents) and when the...
by eostic
Tue Feb 05, 2013 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector stage writing rows as messages
Replies: 5
Views: 1526

each file in the subdirectory is a whole single "row". If you have multiple files, then they will be in multiple rows. If you need to combine them, you need to look at techniques for pivoting. There are many in this forum.
by eostic
Wed Jan 30, 2013 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector stage writing rows as messages
Replies: 5
Views: 1526

Do you want the commas and the delimeters to remain, intact? If so, that's the beauty of the folder stage --- it will pick up your whole file, "as is" and pass it downstream as the value of a single column on a single row, commas, crlf's and all. That is why I suggested you first play with...
by eostic
Wed Jan 30, 2013 6:42 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Trying to select at Job in the Operations in ISD Application
Replies: 4
Views: 4285

and it must be enabled for use as a Service (the check box directly underneath "Allow multiple instances" at the Job details Edit page.

Ernie
by eostic
Wed Jan 30, 2013 6:41 am
Forum: General
Topic: xmeta query to get the job log
Replies: 3
Views: 3195

Why use xmeta? Use dsjob.
by eostic
Wed Jan 30, 2013 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a Web Service from a Java Stage
Replies: 2
Views: 1378

You have a lot of pre-work to do.... a) determine how to call a web service from Java. Get it working stand-alone. This is a java skill independent of DataStage. If you don't know how to do it yourself, I would advise starting some web searches --- there are literally thousands of resources and othe...
by eostic
Wed Jan 30, 2013 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector stage writing rows as messages
Replies: 5
Views: 1526

I would probably instead just read the whole thing as a single row, and not worry about having to control the MQ writing side.... ...use a Server Job and read the file with the Folder Stage.....it has the ability to very easily consume the entire file as a single column......be careful if the file i...
by eostic
Wed Jan 30, 2013 6:32 am
Forum:
Topic: Configuring IMAM
Replies: 13
Views: 10363

Make sure that your linux/unix server (where WAS is installed) is able to ping/see the client windows machine where you have installed the Metadata Interchange Server. Make sure there are no firewall issues or other blocking. The server in this case must be able, as a client, to connect directly to ...