Search found 53125 matches

by ray.wurlod
Thu Apr 01, 2010 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance in Left Outer Join
Replies: 9
Views: 2612

Did you boost the memory for the Sort stages, particularly the one sorting the larger volume of data, as suggested?
by ray.wurlod
Thu Apr 01, 2010 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How To Give Read Only Access for Datastage Job
Replies: 8
Views: 8078

Not Super User. Super Operator. Open DataStage Administrator client, connected as a user credentialled as a DataStage administrator. On the Permissions tab, select that user, and allocate Super User role from the drop-down list at the bottom. Back in the operating system (or LDAP or wherever) make s...
by ray.wurlod
Thu Apr 01, 2010 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are nandatory Oracle 10g R2 Options for xmeta,iadb &
Replies: 0
Views: 1366

No, it means "not supported". Literally. If the Oracle advanced security options are enabled, Information Server (via WebSphere Application Server directory services) is not able to communicate with Oracle.
by ray.wurlod
Wed Mar 31, 2010 11:08 pm
Forum: General
Topic: IBM Announces CRESCENS Business Decision Management
Replies: 7
Views: 4459

Pen maker Artline ran print ads says it had invented a new pen that records everything written with it on a digital memory stick.

:wink:
by ray.wurlod
Wed Mar 31, 2010 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Connecting to Informix Database v7.3
Replies: 4
Views: 2613

Yes. As far as Informix is concerned, a DataStage job is nothing more than another client application. Therefore the Informix client software is required where the DataStage job is run; specifically, on the machine where the DataStage server is installed. Another possible area of concern is whether ...
by ray.wurlod
Wed Mar 31, 2010 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informix Database connectivity Issue
Replies: 7
Views: 8034

This will be answered in your thread on this topic.

Nothing is to be gained by repeating the question tagged onto the end of a closed thread.
by ray.wurlod
Wed Mar 31, 2010 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobReport using Duke's KgdGenHtml generator fails
Replies: 14
Views: 3558

cd to the project directory.

Code: Select all

export DSHOME=`cat /.dshome`

. ${DSHOME}/dsenv

${DSHOME}/bin/dssh "SELECT CATEGORY || '\' || NAME FMT '70L' FROM DS_JOBS WHERE NAME = '<<Job name>>';"
by ray.wurlod
Wed Mar 31, 2010 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Connecting to Informix Database v7.3
Replies: 4
Views: 2613

Any time there's an error loading a library there are two things you need to check - one is the shared library search path (the environment variable LD_LIBRARY_PATH, or LIBPATH or SHLIB_PATH, depending on your particular flavour of UNIX), and the other is whether you have execute permission to the l...
by ray.wurlod
Wed Mar 31, 2010 8:22 pm
Forum: General
Topic: IBM Announces CRESCENS Business Decision Management
Replies: 7
Views: 4459

(It's already April 1st here.)
by ray.wurlod
Wed Mar 31, 2010 7:11 pm
Forum: General
Topic: IBM Announces CRESCENS Business Decision Management
Replies: 7
Views: 4459

IBM Announces CRESCENS Business Decision Management

IBM today pre-announced delivery of the CRESCENS Business Decision Management software via email to business partners, with a public announcement due shortly. Apparently CRESCENS (named for a Greek philosopher who lived in the second century AD) is able to leverage the business rule compliance metri...
by ray.wurlod
Wed Mar 31, 2010 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hardware config
Replies: 5
Views: 1849

Moderator: please move this thread to Enterprise Edition (parallel) forum
by ray.wurlod
Wed Mar 31, 2010 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hardware config
Replies: 5
Views: 1849

We still have no idea of the complexity of those transformations, whether you'll be profiling data, whether you'll be including QualityStage elements, and a whole host of other factors that might affect any sizing recommendataions. For that many developers I'd be maxing the available CPU count (assu...
by ray.wurlod
Wed Mar 31, 2010 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Projects are not visible through dsjob -lprojects
Replies: 20
Views: 6912

Please wrap the listing in Code tags so that it makes sense.

The uv, UV, ds and DS "projects" are always omitted from the list of projects, because they are not actually projects.

It appears, from the trashed report you've provided, that project names dssqa and dssdev should appear.
by ray.wurlod
Wed Mar 31, 2010 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing trailing special character when source is DB2 data
Replies: 6
Views: 6103

Welcome aboard.

What kind of data source is it? In particular is it text file? (That is, is the DSN a reference to a driver for text files?)
by ray.wurlod
Wed Mar 31, 2010 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round Robin collection
Replies: 5
Views: 1761

Please advise what your actual output is. This may give some clue as to the cause of whatever problem you believe exists. Are you using (Auto) or explicitly "Round Robin" as your collection algorithm?