Search found 53125 matches

by ray.wurlod
Thu May 14, 2009 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Table when a condition is true
Replies: 9
Views: 2639

asorrell wrote:See? That's how you dodge lightning... :-)
Turned out Thor is busy at the moment.

All my lightning hurling is now outsourced, because it's not part of my core business. (Sound familiar?)
by ray.wurlod
Thu May 14, 2009 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to get the rejected records from oracle enterprise st
Replies: 8
Views: 4154

So now you know what the actual error is. The INSERT statement may suggest which actual CHECK constraint was violated; or there may be more information in the job log or in the Oracle logs.
by ray.wurlod
Thu May 14, 2009 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing obsolete jobs
Replies: 7
Views: 4967

Enable server side tracing then open Designer and delete a job. Disable server side tracing and close Designer. Examine the trace file to see what happens when a job delete request is processed. Create a routine that makes the same calls. Don't be surprised that it's quite complex.
by ray.wurlod
Thu May 14, 2009 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Table when a condition is true
Replies: 9
Views: 2639

Your specification is good. Contemplate conditionally using UtilityRunJob() to run the job when the value is not null.
by ray.wurlod
Thu May 14, 2009 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Problem with IIS v8.1 on Redhat Linux 4 64bit
Replies: 2
Views: 1073

Welcome aboard.

Usually the fastest way to get an answer is to Search DSXchange. In this case an exact search on "Fault occurred in BASIC program DSP.Open" might be a good start point.
by ray.wurlod
Thu May 14, 2009 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Surrogate key
Replies: 2
Views: 1378

*Topic Relocated - Content Editor*
by ray.wurlod
Thu May 14, 2009 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any limit to define parameters in parameter set
Replies: 2
Views: 1316

There is no practical limit. The parameter set's contents still have to be stored in the repository so there will be a size limit resulting from that, but it's huge.
by ray.wurlod
Thu May 14, 2009 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import CFD File layout
Replies: 8
Views: 2060

You set it in the import dialog itself.
by ray.wurlod
Thu May 14, 2009 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checksum of a file
Replies: 5
Views: 1575

There is something like this coming in a future version (8.2?)
by ray.wurlod
Thu May 14, 2009 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job id & sequence id
Replies: 5
Views: 1440

Code: Select all

SELECT NAME, JOBTYPEIND FROM DS_JOBS WHERE NAME NOT LIKE '\\%';
If you like you can build a DataStage job to use this query in a UniVerse stage (DSN = localuv) and use the results to populate your database table.
by ray.wurlod
Thu May 14, 2009 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to get the rejected records from oracle enterprise st
Replies: 8
Views: 4154

Change the array size to 1 to get correct error reporting.
by ray.wurlod
Thu May 14, 2009 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning - Query
Replies: 1
Views: 752

1. Only if the data are sorted on the grouping keys (anything else doesn't make sense anyway). 2. Set enforces downstream stage to use same partitioning, Propagate recommends that downstream stage uses same partitioning, Clear does not care what partitioning downstream stage uses. It only affects th...
by ray.wurlod
Thu May 14, 2009 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Player terminated unexpectedly
Replies: 4
Views: 2913

I'm talking on the telephone. Suddenly there is silence on the device.

May I know the reason for this ...

I'm expecting favorable solution from your side...
by ray.wurlod
Thu May 14, 2009 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Player terminated unexpectedly
Replies: 4
Views: 2913

It was unexpected.

How can you therefore expect to know? Some intermittent glitch in communication between processes, maybe.
by ray.wurlod
Thu May 14, 2009 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error creating project
Replies: 4
Views: 2878

Can you telnet to the server, get in to a DataStage shell in the DSEngine directory, and execute this command successfully?

Code: Select all

SELECT * FROM UV.ACCOUNT;
Note that it must be all upper case.