Search found 42189 matches

by chulett
Fri Jun 04, 2010 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp to Numeric value
Replies: 3
Views: 1180

What kind of 'numeric' value would you convert your sample timestamp to? 20100909220101? Something else?
by chulett
Fri Jun 04, 2010 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to specify lookup found condition in EE ?
Replies: 10
Views: 3124

By default, failed lookups do not return anything, unlike Server. You can, however, tell it to 'forward reject rows' or something similar via a property setting and it will include both on the output link. Then you check like you might have in Server, by seeing if the output is null or not null, wit...
by chulett
Fri Jun 04, 2010 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading data from PDF file.
Replies: 3
Views: 1687

The filter command allows a command to deliver data to the stage via "std out" which the stage then reads from "std in" essentially. A PDF converter would (hopefully) be able to deliver converted text in that same fashion. You would, of course, need to find and purchase said conv...
by chulett
Fri Jun 04, 2010 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "In" operator in a derivation
Replies: 4
Views: 1549

Check the Index() and Locate() functions, both can be used for this from what I recall. I would wrap the field to test in the same delimiters used in the list to avoid substring matches - false positives - as a general rule.
by chulett
Fri Jun 04, 2010 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cause of Error: field does not exist in the table
Replies: 9
Views: 2242

What database is this? Have you used this table before or is this your first attempt in a job? Are there other column names in it that are 40 characters long? Trying to determine if this is an "always" issue or something specific to this particular job.
by chulett
Fri Jun 04, 2010 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Close Command
Replies: 5
Views: 1934

Then, unless other suggestions come along, it seems to be time to involve your official support provider. Have them detail what exactly makes it (or any other close command) 'invalid' and then let us know what you find out!
by chulett
Fri Jun 04, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variables
Replies: 12
Views: 3990

Ummm... yah... infinite. :roll:
by chulett
Fri Jun 04, 2010 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cause of Error: field does not exist in the table
Replies: 9
Views: 2242

Asking more from the "space in the table name" side of things, in case that does end up mattering, seeing as how different ones handle that... [different ly]. :wink:
by chulett
Fri Jun 04, 2010 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading data from PDF file.
Replies: 3
Views: 1687

Being an Informatica Dude now as well, I went looking for how it would do something like this as I don't recall seeing any mention of PDF files as a valid source. All I could find (so far) was this: If you want direct access to the PDF file, you could create a simple plugin in C++ or Java to read da...
by chulett
Fri Jun 04, 2010 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation of the number of parameters
Replies: 11
Views: 3040

ps. Anbu said (and meant) before dsjob, as in a separate line:

set -vx
dsjob -run

This should enable verbose debugging information, from what I recall. But again, that could depend on your UNIX and shell, something you haven't passed along.
by chulett
Fri Jun 04, 2010 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation of the number of parameters
Replies: 11
Views: 3040

So... no information on the actual parameter values you are passing? Length, content, nothing? :?
by chulett
Fri Jun 04, 2010 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can anyone throw some light on standalone.sh
Replies: 2
Views: 1134

And then all that code stuff that comes next. :wink:
by chulett
Fri Jun 04, 2010 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting this error when installing patches-Urgent help
Replies: 2
Views: 936

Sounds right to me... if your "client" box is also the Server as well, try shutting down the latter before updating the former.
by chulett
Fri Jun 04, 2010 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variables
Replies: 12
Views: 3990

IBM. Internally. I would wager. There's been no effort made here to collect anything of the sort, any "special" ones outside the normal scope of things.