Search found 53125 matches

by ray.wurlod
Tue Sep 23, 2008 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UV unlock - detail
Replies: 4
Views: 1867

In 50 minutes only? You are a very fast reader indeed!

It's taken me years.
by ray.wurlod
Tue Sep 23, 2008 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to identify a Job Server y Parallel
Replies: 8
Views: 2340

Or you can use SQLExecDirect() with @HSTMT as the statement handle.
by ray.wurlod
Tue Sep 23, 2008 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the coulmn in a record
Replies: 14
Views: 4100

Or, since you're on Windows, use Ereplace() to replace each";" with carriage return and line feed.

Code: Select all

Ereplace(InLink.TheString, ";", Char(13):Char(10), -1, 0)
by ray.wurlod
Tue Sep 23, 2008 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failing to connect to UniData 6 database from Designer
Replies: 9
Views: 2267

True, if that's what you want to do. But the subject is "failing to connect to UniData 6 database".
by ray.wurlod
Tue Sep 23, 2008 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to identify a Job Server y Parallel
Replies: 8
Views: 2340

There is a column called JOBTYPE (or JOBTYPEIND) in the DS_JOBS table.

Code: Select all

SELECT JOBTYPEIND FROM DS_JOBS WHERE NAME = '<<Job name>>';
by ray.wurlod
Tue Sep 23, 2008 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merging rows based on the key
Replies: 1
Views: 753

Search DSXchange for "vertical pivot".
by ray.wurlod
Tue Sep 23, 2008 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Significance of generated CPP code in exported DSX file
Replies: 2
Views: 822

Determine your job number then look in RT_SCnnnn directory (a sub-directory in the project on the server) where nnnn is the job number.
by ray.wurlod
Tue Sep 23, 2008 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job errors
Replies: 3
Views: 1326

Fix your data types.
by ray.wurlod
Tue Sep 23, 2008 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Query in Update window.
Replies: 3
Views: 959

Choice of user-defined over generated SQL will make no difference if the SQL is the same. Therefore it must be something in your "special" SQL that is causing the slowdown.
by ray.wurlod
Tue Sep 23, 2008 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BUfferOperator error
Replies: 4
Views: 3973

Checking disk space after the event is a waste of time. You must be monitoring it when the problem occurs. Scratch disk fills and empties.
by ray.wurlod
Tue Sep 23, 2008 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2EE stage - write data to 2 different DB instances
Replies: 14
Views: 4736

Put the environment variables into the project's environment variables.
by ray.wurlod
Tue Sep 23, 2008 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UV unlock - detail
Replies: 4
Views: 1867

The best place is the IBM class UV910 UniVerse Theory and Practice.

It's not really well documented anywhere but the UniVerse manuals are your best bet.
by ray.wurlod
Tue Sep 23, 2008 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning regarding partition of rows
Replies: 2
Views: 1099

Search - this has been asked - and answered - more than once already.
by ray.wurlod
Tue Sep 23, 2008 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestion
Replies: 2
Views: 851

The routine does not return 0 and is therefore considered to have failed (aborted) for the purposes of checkpointing. You need to create an explicit Failure trigger on the Routine activity to prevent this.
by ray.wurlod
Tue Sep 23, 2008 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Sequencer problem
Replies: 19
Views: 5627

I'm not asking anything. I am observing that the job design has a partitioning algorithm specified, and that it is that which is triggering the alert message.