Search found 42189 matches

by chulett
Wed Nov 28, 2012 8:34 am
Forum: General
Topic: Dsjob cmd to retrieve Job annotation, Job Short/longdescrptn
Replies: 4
Views: 1579

Does the 'job report' that one can generate from the command line contain this information? Is it in a format that can be parsed out / detected?
by chulett
Wed Nov 28, 2012 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: phantom error in data stage.
Replies: 1
Views: 2091

Details, please. What stages make up your job?
by chulett
Wed Nov 28, 2012 1:21 am
Forum: General
Topic: Data Stage Installation multiple versions
Replies: 7
Views: 2802

The short answer is no. Projects are specific to the installation / version of DataStage.
by chulett
Wed Nov 28, 2012 12:09 am
Forum: General
Topic: Sequence loop issue
Replies: 9
Views: 3305

Field Mark at the end of the string, me thinks.
by chulett
Tue Nov 27, 2012 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterizing the substring operator
Replies: 4
Views: 1448

Sorry but we don't "continue" old topics unless you were the topic starter. Split out to your own post and linked back to the original. As to your issue, you can certainly pass in the arguments you need but it only sees that as one argument rather than two. Not exactly sure what it would d...
by chulett
Tue Nov 27, 2012 4:31 pm
Forum: General
Topic: Problem in sending Email
Replies: 8
Views: 5828

As noted, it is not an error message on a UNIX server. Does it actually get logged as something other than Informational (Green)?
by chulett
Tue Nov 27, 2012 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to run with limits in DS
Replies: 5
Views: 1482

Ah... thanks for the clarification.
by chulett
Tue Nov 27, 2012 2:48 pm
Forum: General
Topic: Multi Instance jobs - clear logs
Replies: 3
Views: 1381

From what I recall, if you recompile the job or do a 'Reset Status File' on the job it will clear all instances from the Director view.
by chulett
Tue Nov 27, 2012 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter Handling
Replies: 4
Views: 1355

You solve the problem by allowing the stage to quote all string fields. However, I as said, you can get the output you want by handling the quotes yourself. The Index() function can be used to detect the presence of a comma in your data and drive an if-then-else expression to wrap the value in doubl...
by chulett
Tue Nov 27, 2012 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to run with limits in DS
Replies: 5
Views: 1482

Sorry, that's all I've got as that is my understanding of How It Works.
by chulett
Tue Nov 27, 2012 11:19 am
Forum: General
Topic: Sequence loop issue
Replies: 9
Views: 3305

First suggestion would be to do an exact search on "ParamValue/Limitvalue is not appropriate" which should give you an idea what is going on.
by chulett
Tue Nov 27, 2012 9:13 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservice - as a source for DS Job
Replies: 4
Views: 4389

In other IBM note I found that if I install FixPack3 in the machine that will resolve the issue. I need to confirm that also. Please let me know if any one have followed this or any other way to confirm it. Well... you could always confirm that, one way or the other, by installing it. Why would you...
by chulett
Tue Nov 27, 2012 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter Handling
Replies: 4
Views: 1355

Your English was fine, no worries there. First, why worry about the quotes? They certainly don't hurt so there's no reason that I can see to try and only put them only around values that "need" them. However, I would think you could write out the file without quoted strings and manually ad...
by chulett
Tue Nov 27, 2012 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to run with limits in DS
Replies: 5
Views: 1482

It is disabled for Parallel jobs unless the job is compiled in trace mode.