Search found 42189 matches

by chulett
Thu Mar 08, 2007 4:36 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: XML input stage problem
Replies: 8
Views: 5967

Did you see my reply in your original post re: the wsdl you used?

Also note that if the web service already returns something to you in XML, that you don't need the XML Output stage - just write it out using a Sequential File stage. Or I guess an XML Ouput stage in pass-through mode would be ok...
by chulett
Thu Mar 08, 2007 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing output to a Spreadsheet
Replies: 6
Views: 1540

If you are writing a true 'csv' as in a 'comma separated value' file with a .csv extension, then Excel should load it up properly. What does the file look like when you open it in Notepad?
by chulett
Thu Mar 08, 2007 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input stage problem
Replies: 7
Views: 1556

So, not RTI at all but rather you're utilizing the Web Services PACK. It's hard to tell if the server you are trying to connect to is down or if your metadata is incorrect.

Did you have any issues when you imported the wsdl?
by chulett
Thu Mar 08, 2007 3:27 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: XML input stage problem
Replies: 8
Views: 5967

And it's apparently not an RTI job but one utilizing the Web Services PACK.
by chulett
Thu Mar 08, 2007 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot Connect To Oracle
Replies: 5
Views: 1414

I'd worry more about the 'system error 998' than the tns issue. And since this has happened post-patch, I'd suggest you contact IBM support and open a case.
by chulett
Thu Mar 08, 2007 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input stage problem
Replies: 7
Views: 1556

Ok, so you've got a problem with an RTI Enabled job. First off, there's a specific forum for the RTI / SOA Edition, you need to repost your question there. Secondly, you need to explain how you are 'running' the job, if you've deployed it using the RTI Console, if your environments are all set up, e...
by chulett
Thu Mar 08, 2007 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input stage problem
Replies: 7
Views: 1556

Are you sure that's all that is going on in your job? Those aren't messages I'd expect to see if all you had were XML Input and XML Output stages, hence the question.

Is this an RTI Enabled job perhaps? Or also include a Web Services Client or Web Services Transformer stage? :?
by chulett
Thu Mar 08, 2007 2:21 pm
Forum: General
Topic: John Inman Dies
Replies: 1
Views: 864

Oh my, the flamboyant Mr Humphries. :cry:
by chulett
Thu Mar 08, 2007 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

That was me. My apologies. Hard to know gender in all cases, even with English names - and don't get me started on 'handles'... like 'DSGuru2B'. For all I know 'he' is a very clever PHP script. :wink:
by chulett
Thu Mar 08, 2007 11:21 am
Forum: General
Topic: Difference btw Sequencer & Batch jobs
Replies: 3
Views: 1994

At a very high level, a Sequence job is the same as a Batch job. It's just that you have a GUI to generate the Sequence job and you need to hand-code the 'Batch' job. Other than that, they're both 'job control' code. Of course, when you write it yourself, you can extend the functionality considerabl...
by chulett
Thu Mar 08, 2007 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Abort After 50 warnings
Replies: 13
Views: 5230

Actually, according to the docs, any child job is supposed to inherit the warning limit of the job that calls it. Which means it all goes back to the limit on the 'main' top level Sequence.

If that's not happening, report it to your Support provider as a bug and let us know the outcome.
by chulett
Thu Mar 08, 2007 8:49 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Other Web Service options
Replies: 8
Views: 4268

Thank you, thank you very much. I'm here all week. Try the veal. :wink:
by chulett
Thu Mar 08, 2007 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete on a Database
Replies: 6
Views: 982

The only reason you'd need to use 'custom sql' is if you were using an ODBC stage as it doesn't have that update action for some silly reason. The OCI stage does.
by chulett
Thu Mar 08, 2007 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete on a Database
Replies: 6
Views: 982

:? Why are you even considering a 'basic' approach for this? The functionality is built into the stage - the update action of 'Delete existing rows' for example. You just need to send it the proper keys.
by chulett
Thu Mar 08, 2007 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Null values into Oracle date column
Replies: 12
Views: 8705

What is CurrentDate() and what does it's output look like? I'll wager it is not the proper format, gets 'converted' to null by Oracle and then fails the constraint.