Search found 53125 matches

by ray.wurlod
Mon Aug 20, 2007 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to save Job
Replies: 8
Views: 2677

This looks like a temporary file name used when invoking the Metadata Delivery service to save the job into Information Server database. Find out where you've configured storage of temporary files, and check that you have write permission there and its file system is not full.
by ray.wurlod
Mon Aug 20, 2007 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error calling conversion
Replies: 2
Views: 1048

What is difference between this environment and the one where it is running successfully? ("Nothing" clearly is not the correct answer.)
by ray.wurlod
Mon Aug 20, 2007 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Full oute rJoin
Replies: 4
Views: 1001

Time to mark the thread as Resolved.
by ray.wurlod
Mon Aug 20, 2007 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobController
Replies: 2
Views: 3371

Do you mean the DSJobController macro? It returns the name of the job that started the current one (if any).
by ray.wurlod
Mon Aug 20, 2007 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Datastage job behavior!
Replies: 12
Views: 3721

Any kind of "hang" usually means waiting for a resource. Next time this occurs check to see if any kind of lock is held on the job sequence or controlled activity that appears to be hanging. Also check to see that there's plenty of free space in the file systems /tmp and those identified by the UVTE...
by ray.wurlod
Mon Aug 20, 2007 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in reading reject data from look up
Replies: 3
Views: 699

You also need read and execute permission to the file's parent directory. Do you have these? What error message is emitted when you try to "view the file in editor" or to "remove file from box"?
by ray.wurlod
Mon Aug 20, 2007 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Performance Degrading ??
Replies: 27
Views: 8329

It's hashed file, not hash file. Performance is fine. It's the meaningless figures that are the issue here. Ignore them. Data flow rapidly into the write cache. Then, while no more rows are flowing but the cache is being dumped to disk, the clock keeps running, so that the rows/sec figure keeps fall...
by ray.wurlod
Mon Aug 20, 2007 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to construct external null string
Replies: 5
Views: 2863

Is this latest incarnation a server job or a parallel job? The original post was a server job; your description suggests parallel to me. If so please start your new thread in the Parallel forum.
by ray.wurlod
Mon Aug 20, 2007 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle oci stage options
Replies: 6
Views: 1079

They are enabled if your Update Action specifies user-defined SQL.
by ray.wurlod
Mon Aug 20, 2007 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXACTNUMERIC and Rounding of Digits
Replies: 4
Views: 1244

I suspect that that's just the way Fix() is. There's nothing obvious in the documentation (the DataStage BASIC manual). You could always use Fmt() or Oconv() to do your rounding.
by ray.wurlod
Mon Aug 20, 2007 3:19 pm
Forum: Data Quality Best Practices
Topic: investigation stage to Standardization stage.. problem!
Replies: 1
Views: 8003

Welcome aboard.

No, you don't need to change the PAT file. The right file to change is the classification table for xxAREA, so that it includes the city names.

You could, of course, use rule overrides, but adding city names to the classification table xxAREA.cls is the better approach.
by ray.wurlod
Mon Aug 20, 2007 5:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXACTNUMERIC and Rounding of Digits
Replies: 4
Views: 1244

What do you believe the second and third arguments of Fix() actually do?
by ray.wurlod
Mon Aug 20, 2007 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concurrent users in datastage
Replies: 3
Views: 1543

For version 8, the vendor advises 2GB for the client alone.

Therefore the answer is likely to be less than 1.
by ray.wurlod
Sun Aug 19, 2007 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet problem
Replies: 12
Views: 5052

MKS Toolkit (which I'm using this week) for one. (OK, it's not really UNIX.) I believe that, under some circumstances (relative pathnames?) AIX can also throw a hissy fit with // in a pathname.
by ray.wurlod
Sun Aug 19, 2007 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to link stages
Replies: 3
Views: 783

None of which I'm aware but I still haven't played with version 8. Have you tried selecting a Link object from the General folder on the Palette?