Search found 53125 matches

by ray.wurlod
Wed Feb 14, 2007 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Parallel routine
Replies: 7
Views: 2539

For a few cents per day you can read the premium answers, and help to fund the bandwidth costs for this site.
by ray.wurlod
Wed Feb 14, 2007 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in transversing the file
Replies: 13
Views: 3295

Why are you reading DSParams? If the environment variable is set, you can simply obtain its value from the environment!
by ray.wurlod
Wed Feb 14, 2007 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Multiple rows in output from single row in input
Replies: 16
Views: 4276

Or you can write the same C code in a Build stage, which is my original suggestion.
by ray.wurlod
Wed Feb 14, 2007 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect to host:Project: UV (Internal Error(39202)
Replies: 6
Views: 5147

Has your licence expired? If not, it appears that the server installation has become corrupted, and you may need to re-install.
by ray.wurlod
Wed Feb 14, 2007 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage
Replies: 3
Views: 1090

The "replace existing rows completely" option deletes the row whose key is supplied from DataStage then inserts a new row with this key.
by ray.wurlod
Wed Feb 14, 2007 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call to output link returned numeric error code: -100
Replies: 3
Views: 1378

At row #1 it's unlikely to be a space issue. Code -100 is often used to signal "end of data". Are you trying to sort an empty file?
by ray.wurlod
Wed Feb 14, 2007 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSFunction to encrypt a value
Replies: 13
Views: 3708

Not in a server job you haven't!
:?
by ray.wurlod
Wed Feb 14, 2007 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Abort the job based on some logic?
Replies: 9
Views: 3186

What is this fascination that people have developed with having jobs abort? Never design to abort, say I.
by ray.wurlod
Wed Feb 14, 2007 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSN,PLUGIN ISSUE
Replies: 21
Views: 10259

Permissions on $DSHOME/bin/uv are incorrect. Not only must this (and a number of other executables) be owned by root, they must have the setuid bit set. There is a script in the scripts directory for resetting the permissions, or you can involve your support provider. You should also track down whom...
by ray.wurlod
Wed Feb 14, 2007 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UTF-8 conversion in datastage
Replies: 2
Views: 2746

Note also that there is no single UTF-8 encoding. Unicode may be encoded in any eight-bit strategy; there are several around. That is, there are many variations on UTF-8 (Unicode Transformation Format, eight bit); you may be using incompatible ones. You have not even specified what NLS maps you are ...
by ray.wurlod
Wed Feb 14, 2007 2:14 pm
Forum: General
Topic: Convert string function and NLS
Replies: 0
Views: 1848

If that's true you've discovered a bug in the parallel function, which you should report to your support provider.
by ray.wurlod
Wed Feb 14, 2007 2:12 pm
Forum: IBM QualityStage
Topic: Compiler Issue
Replies: 6
Views: 1837

You need to recompile the job in the new environment. You will have to recompile again when you move to version 8.0.
by ray.wurlod
Wed Feb 14, 2007 2:11 pm
Forum: IBM QualityStage
Topic: Quality stage project import
Replies: 2
Views: 1224

Nothing difficult really. Simply export as an IMF file and import on the other server. The same requirements to deploy jobs before running still apply.
by ray.wurlod
Wed Feb 14, 2007 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Abort the job based on some logic?
Replies: 9
Views: 3186

Don't do it that way at all. Use a Wait For File activity in a job sequence. You can have one output from this when the file exists (or comes into existence within the required time period) that then executes your job. You have another output that is taken when the timeout expires without the file a...
by ray.wurlod
Wed Feb 14, 2007 2:21 am
Forum: General
Topic: I am not able to install Datastage EE 7.5 version software,
Replies: 5
Views: 1786

Ignoring the TX job type for the moment, the language resource file is either DS_RESENU or DS_RESJPN, a hashed file containing decodes for encoded text strings generated within DataStage. It may be that the hashed file could not be created (permissions?) or that the data source file from which to lo...