Search found 53125 matches

by ray.wurlod
Wed Aug 06, 2008 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML to CSV File
Replies: 1
Views: 955

We don't attempt to diagnose errors from APT_CombinedOperatorController. Disable operator combination and post your job design and the actual error that is generated.
by ray.wurlod
Wed Aug 06, 2008 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List jobname and its category
Replies: 16
Views: 7947

De-select detail view.
by ray.wurlod
Wed Aug 06, 2008 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 deadlock and timeout Issue
Replies: 5
Views: 3487

There's no such thing as a lock that is not visible to a DB2 DBA. Therefore it's not true what you assert. DataStage job is, as far as DB2 is concerned, just another client application; it does not do anything particularly unusual with locks.
by ray.wurlod
Wed Aug 06, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check that
Replies: 4
Views: 1084

And posting the same question over and over is frowned upon.
by ray.wurlod
Wed Aug 06, 2008 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to open RT_LOG2377 file
Replies: 10
Views: 2506

2377 is not a pid, it is a job number.

This lock is usually taken if the job is open in Director log view (or has been opened by a now-defunct process).

It is locks that you need to address, not indexes or processes.
by ray.wurlod
Wed Aug 06, 2008 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding words separated by spaces
Replies: 8
Views: 1688

What rule governs the order of words in the output?
by ray.wurlod
Wed Aug 06, 2008 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output from hashed file
Replies: 47
Views: 11788

OK, try it without the ".".

Code: Select all

LIST DICT H_DAY_ID LPTR 4

It works for me with or without the ".".
by ray.wurlod
Wed Aug 06, 2008 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Stage
Replies: 5
Views: 1823

Code: Select all

UPDATE DICT hashedfilename SET CONV = 'MD4P' WHERE @ID = 'fieldname';

Note the keyword DICT that precedes the hashed file's name.
by ray.wurlod
Wed Aug 06, 2008 3:04 pm
Forum: IBM QualityStage
Topic: Match Specification - NO MATCHES FOUND
Replies: 10
Views: 4423

The issue is that John Smith is a very common name, so that the probability of finding a match purely by chance (the "U probability") is quite high. This is reflected in the low aggregate weight; indeed this might take the aggregate weight to a negative value (a "disagreement weight"). Since your da...
by ray.wurlod
Wed Aug 06, 2008 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deriving Month and Year to seperate columns
Replies: 3
Views: 889

The only way that no records are transferred is if you have a constraint expression. Please check this.
by ray.wurlod
Wed Aug 06, 2008 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting single column to single row
Replies: 6
Views: 1014

Do what I said. It will work.
by ray.wurlod
Wed Aug 06, 2008 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to install parallel jobs in windows server
Replies: 1
Views: 661

Welcome aboard.

Version 7.5.1 does not support compiling or running parallel jobs on a Windows platform.

The only versions that do support compiling and running parallel jobs on a Windows platform are 7.5x2 (the "x" is part of the version number), or any version 8.
by ray.wurlod
Wed Aug 06, 2008 1:17 am
Forum: General
Topic: How to detect server is running
Replies: 5
Views: 3032

First question must be "which server" - the DataStage server, the Information Server or the WebSphere Application Server?
by ray.wurlod
Wed Aug 06, 2008 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting single column to single row
Replies: 6
Views: 1014

Do what you're doing, then pass the results through an Aggregator stage selecting the Last record for each key.
by ray.wurlod
Wed Aug 06, 2008 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backward compatability
Replies: 2
Views: 825

Yes.