Search found 53125 matches

by ray.wurlod
Tue Apr 24, 2012 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attempt to setIsNull() on the accessor interfacing to non-nu
Replies: 2
Views: 2510

7.5 worked because it did not check rigorously enough. And now you're relying on that "bug".
by ray.wurlod
Tue Apr 24, 2012 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key
Replies: 3
Views: 1686

I recommend a web search (Google, etc.) for MD5.

It's essentially a cryptographic hash function. It does not guarantee uniqueness, and therefore is a really poor choice for a surrogate key.

Resist stupid requirements!
by ray.wurlod
Tue Apr 24, 2012 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort stage not working
Replies: 7
Views: 2661

How many nodes are you running in parallel? What partitioning algorithm are you using?
by ray.wurlod
Tue Apr 24, 2012 12:59 am
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 6273

What (precise) error message is being logged?
by ray.wurlod
Mon Apr 23, 2012 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup_002,1: Field "HARD_STATUS" has keyprep expo
Replies: 3
Views: 2158

So long as the trimmed string is the same, a lookup using VarChar data types of different defined lengths should still work OK.
by ray.wurlod
Mon Apr 23, 2012 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite
Replies: 22
Views: 22733

SURA wrote:I am not sure why IBM is not providing the native connectivity for SQL Server.
They can't provide it on all platforms.
by ray.wurlod
Mon Apr 23, 2012 11:16 pm
Forum: General
Topic: Error while starting WAS
Replies: 8
Views: 1889

There's something in your licensing agreement where you promise not to use the software for Evil purposes.

Really.

Check it out.
by ray.wurlod
Mon Apr 23, 2012 4:42 pm
Forum: General
Topic: DS designer
Replies: 2
Views: 897

Link colours show the status of the links, not of the job. If the link finishes successfully, its colour will be the configured "success" colour.
by ray.wurlod
Sun Apr 22, 2012 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Fails
Replies: 31
Views: 10436

The most important thing is the partitioning, but you have already mentioned that you have hash partitioned using the Join key column as the partitioning column. So that should be alright, provided you've done the same on both inputs. Next most important is that the inputs are sorted identically on ...
by ray.wurlod
Sun Apr 22, 2012 8:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Log Database SQL Response
Replies: 2
Views: 1271

I think the problem is that this message, which is generated by the database server, is not appearing in the log, but gsbrown would like to see it there. I don't have an answer for this one, but might suggest you investigate environment variables that control what is emitted by the database. These w...
by ray.wurlod
Sun Apr 22, 2012 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Fails
Replies: 31
Views: 10436

Then how come the Lookup stage can find the matches?!!
by ray.wurlod
Sun Apr 22, 2012 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Fails
Replies: 31
Views: 10436

Can you please be more specfic about what Join keys you used, and how these were partitioned and sorted? Similarly, can you be specific about the keys used for Lookup, and how the Lookup inputs were partitioned?
by ray.wurlod
Sat Apr 21, 2012 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Parallel Job Design for Non-Exist Inserts Only
Replies: 8
Views: 2456

... assuming powerful hardware. I note that the OP is on Windows. Nuff said.
by ray.wurlod
Sat Apr 21, 2012 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel stage loosing columns
Replies: 3
Views: 2943

Look at the Mapping tab on the output links. Or specify Auto-Map Columns on the stage (t without opening it).
by ray.wurlod
Thu Apr 19, 2012 11:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading TEXT from SYBASE into CLOB in ORACLE
Replies: 15
Views: 5761

From the outset. Those and Parameter Sets were the two aspects of functionality that went into both server and parallel (but not mainframe) job types.