Search found 53125 matches

by ray.wurlod
Fri Jun 29, 2007 8:01 am
Forum: General
Topic: FTP Enterprise Plugin:uri is having invalid syntax
Replies: 2
Views: 1374

Thank you for posting the resolution. Now please mark the topic as resolved.
by ray.wurlod
Fri Jun 29, 2007 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Error
Replies: 7
Views: 4093

Examine the generated OSH to see where the case insensitive property occurs - it's the Caseless property in the Lookup stage. Temporarily try clearing it to see what happens.

The second error may be an artifact.

I totally HATE your stage naming conventions.
by ray.wurlod
Fri Jun 29, 2007 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSDB2 Shared Library
Replies: 4
Views: 1306

Check LD_LIBRARY_PATH environment variable in the "environment variables" message in the job log.

Chances are that it does not include the directories containing DB2 libraries.

You may need to edit dsenv script so that it does.
by ray.wurlod
Fri Jun 29, 2007 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup in TeraData Enterprise
Replies: 6
Views: 1532

No. Sparse lookup is documented as only being for DB2 and Oracle.

No, unless you're prepared to spend the time and effort to create a stage with that capability, or spend megabucks paying IBM to do so.
by ray.wurlod
Fri Jun 29, 2007 7:50 am
Forum: General
Topic: deciding server or parallel job
Replies: 4
Views: 1217

If you only have server edition licensed the decision is a no-brainer. Likewise if you've chosen only to license only enterprise edition. Small jobs - server. Large jobs - parallel (probably). Medium jobs - some other factor needed to make the decision. Nothing quantifiable! There's a lot of paralle...
by ray.wurlod
Fri Jun 29, 2007 7:48 am
Forum: General
Topic: The NEW DSX logo
Replies: 26
Views: 9934

Not all the changes relate directly to the DSXchange forum.

(Thinks: that's got 'em wondering!)
by ray.wurlod
Fri Jun 29, 2007 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Text files as Tables
Replies: 1
Views: 578

Perfectly functional, provided your text files meet the requirements of the ODBC text driver (column headings, no "strange" rows).

Just don't complain about the speed.
by ray.wurlod
Fri Jun 29, 2007 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup using Stage Variable
Replies: 9
Views: 1576

Suspect I already had it open when you replied.

This is an example of why optimistic locking strategies are not perfect.
by ray.wurlod
Fri Jun 29, 2007 6:42 am
Forum: General
Topic: The NEW DSX logo
Replies: 26
Views: 9934

Wasted money - she's a graphic designer, has no interest whatsoever in what I do (apart from paying her fee).
by ray.wurlod
Fri Jun 29, 2007 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning related to $APT_CONFIG_FILE
Replies: 9
Views: 2422

Are you sure? Your original post mentioned APT_CONFIG. This is not the same environment variable as APT_CONFIG_FILE. Try removing APT_CONFIG and adding $APT_CONFIG_FILE as the job parameter (click Add Environment Variable). Set the job parameter default value to $PROJDEF. Always do this for $APT_CON...
by ray.wurlod
Fri Jun 29, 2007 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rounding in PX
Replies: 3
Views: 1286

Please delete duplicate post.

Take a look at the Parallel Job Developer's Guide - in particular number conversion functions. Differentiate ceil, floor, round_inf and trunc_zero.

Please post your research findings.
by ray.wurlod
Fri Jun 29, 2007 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date format
Replies: 12
Views: 3152

As noted, 'tis not in DSParams.
by ray.wurlod
Fri Jun 29, 2007 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup using Stage Variable
Replies: 9
Views: 1576

Yair, but before I'd seen your post. C'est la vie.
by ray.wurlod
Fri Jun 29, 2007 6:31 am
Forum: General
Topic: The NEW DSX logo
Replies: 26
Views: 9934

My site is currently being made over by a professional graphical designer. Problem is I'm never in one place long enough for her to ask me questions!
:oops:
by ray.wurlod
Fri Jun 29, 2007 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning related to $APT_CONFIG_FILE
Replies: 9
Views: 2422

Go to your Administrator client and verify whether APT_CONFIG_FILE is in the list of environment variables and has a pathname of a valid configuration file (probably default.apt) as its default value.

The message suggests that it has been removed.