Search found 53125 matches

by ray.wurlod
Thu May 21, 2015 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle procedure with particular parameters
Replies: 4
Views: 3204

That seems reasonable. How did you correct it? Presumably you set the NLS_LANGUAGE for your particular connection to "ENGLISH".
by ray.wurlod
Thu May 21, 2015 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: query about join stage
Replies: 1
Views: 1032

Indirectly yes. If you don't specify sorting, then compiling the job will insert sort operators on each input link to the Join stage.

Data should be partitioned on at least the first join key.
by ray.wurlod
Thu May 21, 2015 4:33 pm
Forum: General
Topic: DataStage: dsadmin createproject command
Replies: 13
Views: 5003

This may or may not work. Try being in the engine directory when you execute the command. cd `cat /.dshome` bin/dsadmin -domain dstagesbox:9443 -user dsadm -password ********-server engine -createproject test_project -location /data/projects/test_project/project Make sure that the location directory...
by ray.wurlod
Thu May 21, 2015 4:28 pm
Forum:
Topic: Shouldn't the dev catalog have query building capabilities?
Replies: 10
Views: 10629

Welcome aboard. You need to get version 11.3.1 or the one after that. I'm not sure why it was omitted from 11.3.0 but it was. Feedback to IBM indicated that access to the Development Catalog (not least export and import) was required. To answer your next question, I do not believe that this will be ...
by ray.wurlod
Wed May 20, 2015 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing multiple Strings in a Field without Routines
Replies: 3
Views: 2269

Ereplace() is not a Boolean function. It returns the new string. Therefore you need nested Ereplace() functions or, perhaps, cascaded stage variables. Ereplace(Ereplace(Ereplace(InLink.NIVA, "joejut", "F", -1, 0), "kdikkd", "F", -1, 0), "fsdidkg", &q...
by ray.wurlod
Wed May 20, 2015 3:23 pm
Forum: General
Topic: Oracle 12c supported?
Replies: 4
Views: 2183

Let's see - you posted this at 2:09am my time, and bumped it at 4:44am. A little patience would be no bad thing - occasionally I do sleep. Particularly after having been up at 2:30am the previous day to attend the excellent DSXchange "lunchtime" webinar! Your answer can be answered definit...
by ray.wurlod
Tue May 19, 2015 6:38 pm
Forum: General
Topic: Error running job using shell script.
Replies: 7
Views: 2727

I think that the = 1 or = 2 tests may have succeeded, but the value returned by them was never transferred to the exit status of the enclosing script itself, hence the advice I tendered.
by ray.wurlod
Tue May 19, 2015 6:35 pm
Forum: IBM QualityStage
Topic: generate report for qualitystage jobs on 7.5.2
Replies: 6
Views: 5014

As noted, you are on a very old version. Substantial changes were made to the way QualityStage is implemented in version 8.0 and subsequently. That said, if you can preserve the scripts, you may be able to run them on another QualityStage engine, provided that any references to the local host machin...
by ray.wurlod
Tue May 19, 2015 3:15 pm
Forum: General
Topic: SQL Server as Repository
Replies: 3
Views: 906

The SQL Server implementation was all on Windows. After all, this is the only platform on which SQL Server runs.

I have done many installations over the years, on most of the popular operating systems.
by ray.wurlod
Tue May 19, 2015 3:13 pm
Forum: General
Topic: Error running job using shell script.
Replies: 7
Views: 2727

Your script sets the variable OUT, but does not reflect this when exiting. All you need is to add exit $OUT at the end of your script.

If that doesn't work, try using the shell variable $? instead.
by ray.wurlod
Tue May 19, 2015 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings when writing to an ODBC table with a schema
Replies: 3
Views: 3102

My bad - that was an alternative to try if the updates are not actually working.

So, you can probably effect some setting in the ODBC driver to affect the level of warnings that are generated, or you can use a message handler in DataStage to demote the warnings to informational messages.
by ray.wurlod
Tue May 19, 2015 2:19 am
Forum: General
Topic: SQL Server as Repository
Replies: 3
Views: 906

Welcome aboard.

I've worked successfully with all three.

If you don't use DB2 there are some additional setup/installation steps, scripts to be run in the database to set up the metadata repository and other databases, but they are conventional and correct scripts that work out of the box.
by ray.wurlod
Tue May 19, 2015 2:17 am
Forum: IBM QualityStage
Topic: Regarding Information Analyzer
Replies: 2
Views: 2883

Theoretically, Information Analyzer works just like any other Oracle client - you have to have the appropriate roles and, if you do, then you can effect queries against the tables. It's that simple. Or should be.
by ray.wurlod
Tue May 19, 2015 2:15 am
Forum: IBM QualityStage
Topic: generate report for qualitystage jobs on 7.5.2
Replies: 6
Views: 5014

Try searching here for techniques for generating reports from the command line. You're using such an old version (one that is no longer supported) that I'm struggling to remember what's in it.