Search found 53125 matches

by ray.wurlod
Tue Jun 15, 2010 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compilation takes about 4 hrs
Replies: 17
Views: 4849

I would still like to have an answer to the question about whether it always takes four hours or whether this was a one-off.
by ray.wurlod
Tue Jun 15, 2010 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot Determine the type Error in DS EE 7.5
Replies: 5
Views: 2721

Perhaps the problem is arising when DataStage is querying the data source to determine the data type - the executing user lacks SELECT privilege on the system table in which column information is stored? Just an idea.
by ray.wurlod
Tue Jun 15, 2010 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File
Replies: 6
Views: 1816

I did think of a real groaner of an answer - an extended pun on the word "itch" - but decided not to go with it.
(It involved ITCH as an acronym.)
by ray.wurlod
Tue Jun 15, 2010 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter for field warning while reading sequential file
Replies: 16
Views: 21212

The problem is at the 153rd character position. That should make it very easy to track down, using a utility such as a hex editor (or even an od -xc command).
by ray.wurlod
Tue Jun 15, 2010 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter for field warning while reading sequential file
Replies: 16
Views: 21212

The problem is at the 153rd character position. That should make it very easy to track down, using a utility such as a hex editor (or even an od -xc command).
by ray.wurlod
Tue Jun 15, 2010 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Job Import Issue in 8.1
Replies: 10
Views: 4494

Does the job refer to any other components, maybe shared container, routine, etc? If so, have those objects been imported too?
by ray.wurlod
Tue Jun 15, 2010 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset
Replies: 11
Views: 2701

Multiple guess?
by ray.wurlod
Tue Jun 15, 2010 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle duplicate records in sequential file
Replies: 7
Views: 2897

Use Filter command in Sequential File stage. The command sort -u #filepath# might be a good choice.
by ray.wurlod
Tue Jun 15, 2010 4:24 pm
Forum: General
Topic: Transformer Compilation Error
Replies: 4
Views: 2146

Have you set the PWD environment variable?
by ray.wurlod
Tue Jun 15, 2010 4:21 pm
Forum: General
Topic: IBM Datastage 8.1 client installation
Replies: 8
Views: 6808

DataStage clients can ONLY be installed on Windows.
by ray.wurlod
Tue Jun 15, 2010 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Performance Issue
Replies: 4
Views: 1756

The limiting factor is probably, and curiously perhaps, the SELECT operation, which is performed sequentially. Under appropriate circumstances I have seen over 100,000 rows/second but, then, I believe this metric to be meaningless for most purposes.
by ray.wurlod
Tue Jun 15, 2010 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while importing Stored Procedure in manager
Replies: 7
Views: 2104

The mere fact that you can import it does not mean that it will be accepted when the job is run.
by ray.wurlod
Tue Jun 15, 2010 2:37 am
Forum: General
Topic: ODBC Driver for RDMS
Replies: 2
Views: 1719

Thanks, but the UniAccess ODBC driver can only be installed on Windows systems.

Our DataStage server is on AIX, so I'm looking for a UNIX-based driver.
by ray.wurlod
Tue Jun 15, 2010 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while importing Stored Procedure in manager
Replies: 7
Views: 2104

I expect DataStage is objecting to the name "#tmp". In DataStage, the sharp sign introduces a reference to a job parameter. Some stage types allow a technique for "managing" this character (and the dollar character), others do not. Can you create a synonym for the table name, and...
by ray.wurlod
Mon Jun 14, 2010 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job run is happening continuously
Replies: 8
Views: 3100

Is this, perhaps, a multi-instance job with two (or more) instances running at the same time?