Search found 53125 matches

by ray.wurlod
Sat Oct 15, 2011 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobControl (fatal error from UtilityAbortToLog)
Replies: 3
Views: 4792

These routines always return 1, which is treated by the calling sequence as a Failure. Create otherwise identical sequences that set Ans = 0 instead of 1.
by ray.wurlod
Sat Oct 15, 2011 3:00 pm
Forum: General
Topic: Who's going to 2011 IOD in Vegas?
Replies: 9
Views: 1610

I will be there. Haven't missed one yet!
by ray.wurlod
Fri Oct 14, 2011 3:15 pm
Forum: General
Topic: 8.5 connections breaking down when we bounce 7.5 instance
Replies: 3
Views: 1564

By "reboot the server" do you mean restart the machine, or only the DataStage services, or some other combination?
by ray.wurlod
Fri Oct 14, 2011 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove unprintable characters (hex ’00’)
Replies: 8
Views: 4924

Look at the job log for the old server and verify the value of APT_STRING_PADCHAR (both in the environment variables and, just in case, in the job parameters).
by ray.wurlod
Fri Oct 14, 2011 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on DSAPI.h
Replies: 2
Views: 2868

The documentation is produced with the base release. It is quite possible that one or more of the fix packs you have applied has included changes to dsapi.h.
by ray.wurlod
Fri Oct 14, 2011 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized argument: &
Replies: 4
Views: 2549

The DataStage manuals specifically alert you to the fact that "&" and "#" characters require special handling.
by ray.wurlod
Fri Oct 14, 2011 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 721035)
Replies: 3
Views: 6068

This is a "my car won't start" class of question. We need more information. Are there any other warnings or errors in the job log?
by ray.wurlod
Fri Oct 14, 2011 3:05 pm
Forum: General
Topic: custom generate job report
Replies: 3
Views: 1166

Customize in what way? It's an HTML document, so you should be able to post-process it any way you like.
by ray.wurlod
Fri Oct 14, 2011 3:03 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Differences between defined, inferred, and chosen values IA.
Replies: 3
Views: 2456

When you're new to anything it's worth while spending some time with the manual. I do, Stuart does. His answer is apposite.
by ray.wurlod
Fri Oct 14, 2011 5:28 am
Forum: General
Topic: Why we use Unix or Perl Scripts for doing some functions
Replies: 1
Views: 963

In most cases I suspect it's because people know the scripting way and can't be bothered to learn the DataStage way. In most cases, if not all, there IS a DataStage way. For example, permissions of a file can be had using the STATUS statement in DataStage BASIC. And, yes, you can write in Java, and ...
by ray.wurlod
Fri Oct 14, 2011 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file in multiple locations?
Replies: 2
Views: 1131

Actually it is workable; the result is called a "distributed hashed file", but requires a certain amount of setting up and configuration (for example an algorithm to determine in which portion each key resides) which I doubt that your colleagues understand or even know about. What your dev...
by ray.wurlod
Thu Oct 13, 2011 6:21 pm
Forum: General
Topic: Cannot unlock Template directory
Replies: 0
Views: 734

Cannot unlock Template directory

Trying to update Information Server version 8.1 from FP1 to FP2 on Solaris.
Process fails (after about two hours) with "unable to unlock Template directory".
Has anyone ever seen/solved this?
by ray.wurlod
Thu Oct 13, 2011 4:46 pm
Forum: Site/Forum
Topic: DSXchange - InfoSphere DataStage Grid Solution webinar
Replies: 2
Views: 3555

http://www.dsxchange.net/2011IISGridSolution.html

Not sure when the recording will be available, but the Powerpoint deck is there.
by ray.wurlod
Thu Oct 13, 2011 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted, but still showing as running in Director.
Replies: 7
Views: 3962

No, it's just "how it works", and it's different from how server jobs work (there the job executes in a single process).