Search found 53125 matches

by ray.wurlod
Fri Jun 17, 2011 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see performance stats for particular project
Replies: 10
Views: 3146

Ah. Had you revealed that these were set in the original question it would have saved some time. Congratulations on finding the solution.
by ray.wurlod
Fri Jun 17, 2011 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Lookup executes in Sequential Mode
Replies: 2
Views: 1279

Can you please share your configuration file?
by ray.wurlod
Fri Jun 17, 2011 1:10 pm
Forum: General
Topic: Identifying the erroneous column
Replies: 7
Views: 1535

In the stage properties there's a number of folders. Click on any one of those and the Available Options to Add frame is populated. One of those folders relates to Record level properties.
by ray.wurlod
Fri Jun 17, 2011 1:09 pm
Forum: General
Topic: DS 8.5 Installation Error -xmeta can't connect to db
Replies: 5
Views: 3434

It's not a metadata port - it's a TCP port - and, yes, you do need it to connect to DB2. Provided the xmeta user had been created prior to installing, and provided you supplied its correct password to the installer, that should not be a problem.
by ray.wurlod
Fri Jun 17, 2011 1:06 pm
Forum: General
Topic: Test -s: Handle Unix Command Error, CC=1, and CC=0
Replies: 5
Views: 1409

Exit status 0 is handled by an OK trigger. Exit status 1 would need to be handled by a Custom trigger. The others can be handled by an Otherwise trigger into a Terminator.
by ray.wurlod
Thu Jun 16, 2011 11:47 pm
Forum: General
Topic: DS 8.5 Installation Error -xmeta can't connect to db
Replies: 5
Views: 3434

How and when was the xmeta user created? Does it have an expiring password?
by ray.wurlod
Thu Jun 16, 2011 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null display in datastage
Replies: 6
Views: 3125

Are you using a single-node configuration in DEV but not in TEST?
by ray.wurlod
Thu Jun 16, 2011 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column import or Transformer
Replies: 2
Views: 1419

You might also consider using SUBSTRING in the extraction SQL.

Column Import stage can work with metadata that describe a fixed-width structure.

In the Transformer stage use Left() and Right() functions or - to pre-empt the other "experts" - substringing.
by ray.wurlod
Thu Jun 16, 2011 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage returning too many rows
Replies: 2
Views: 1274

Can you please post details from all Peek entries in the job log?
by ray.wurlod
Thu Jun 16, 2011 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data insert issue
Replies: 3
Views: 1132

How do you know that the second run updated 0 records?

What were the row counts on each link on the second run?

Does the Transformer stage have a constraint expression? Was it the same source file on both runs?
by ray.wurlod
Thu Jun 16, 2011 8:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8.5 FP1 - Bloom Filter implementation?
Replies: 3
Views: 6823

How about emailing Tony? After all, he's the product manager.

Or maybe Tony will drift by here sometime soon.

I agree about the lack of documentation for this stage type, which I too found after installing Fix Pack 1.
by ray.wurlod
Thu Jun 16, 2011 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check sum stage
Replies: 4
Views: 2799

Checksum will not necessarily give you a unique number. There is a small possibility that two values will generate the same checksum value - small enough that most people accept the risk when using the checksum as a comparison technique, its intended purpose.
by ray.wurlod
Thu Jun 16, 2011 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE=23000, DBMS.CODE=2601
Replies: 3
Views: 5576

You don't need anything more. You have to inspect the data you're sending - you are attempting to insert a record that violates the unique constraint implemented by the index named in the error message.
by ray.wurlod
Thu Jun 16, 2011 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When DS job aborts, rows are still insterted into target DB
Replies: 1
Views: 1000

Depends on your Array Size and Transaction Size settings. All of the rows in a committed array will get into the database even if the job aborts (because the COMMIT is sent before the job aborts). Once a COMMIT has been sent, rollback is not available - standard database practice.
by ray.wurlod
Thu Jun 16, 2011 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector or Oracle enterprise stage
Replies: 3
Views: 1669

Could it be that svAppointDt contains 00000000 (which is not a valid date)?