Search found 53125 matches

by ray.wurlod
Fri May 09, 2008 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborts everytime unless debugger is running
Replies: 7
Views: 2300

Can you look at JOB.1021461082.DT.1448842784.TRANS5 in RT_BP2814 around line 558, in particular you are looking for anything that looks like a "close" or end of loop. Also look for the name of the stage represented by this code (the stage name is a comment near the beginning). It appears that there ...
by ray.wurlod
Fri May 09, 2008 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence job
Replies: 7
Views: 1864

DSSendMailTester is provided precisely so that you can inspect the code and thereby learn the correct syntax for invoking DSSendMail().

Please do so.
by ray.wurlod
Fri May 09, 2008 4:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Usage
Replies: 8
Views: 1981

Yes. The "#" characters do not appear when a parameter name is used in an expression.
by ray.wurlod
Fri May 09, 2008 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type is 11
Replies: 4
Views: 1939

Find out what has changed. Have "they" upgraded/patched the operating system? Is there a DataStage patch that has been applied? A SIGSEGV at address 0 is a very curious error - it would definitely be worth involving your support provider. Maybe your dsjob executable has become corrupted.
by ray.wurlod
Fri May 09, 2008 3:56 pm
Forum: General
Topic: Traceback error
Replies: 5
Views: 3200

Just sometimes the internal diagnostics need to invoke sed or dbx (though why I don't know - there's never any apparent output from either command in the logs). If you make sure that the parent directories of these commands are in the DataStage processes' command search path (that is, PATH as config...
by ray.wurlod
Fri May 09, 2008 3:53 pm
Forum: General
Topic: Compiling a job in a protected project
Replies: 7
Views: 3513

A protected project has higher precedence than the READONLY flag.
by ray.wurlod
Fri May 09, 2008 3:50 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Is it possible to install datastage8 in windows 2000
Replies: 1
Views: 1933

Welcome aboard.

I doubt that this combination is possible; I believe the installation will fail with a message like "this is not a supported operating system".

Moderator: please move to General forum
by ray.wurlod
Thu May 08, 2008 10:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Usage
Replies: 8
Views: 1981

So long as you're very careful to look everywhere! A parameter name can appear in an expression, but is only a parameter name if it is not enclosed within quotes (in which case it is a literal string).
by ray.wurlod
Thu May 08, 2008 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows Vista hiding the expression editor
Replies: 11
Views: 3193

Aero. Isn't that a chocolate bar?

One where you spend your hard earned on air rather than chocolate?
by ray.wurlod
Thu May 08, 2008 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 1
Views: 695

Moderator: please move to server forum
by ray.wurlod
Thu May 08, 2008 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file
Replies: 9
Views: 2213

Moderator: please move to server forum
by ray.wurlod
Thu May 08, 2008 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: precompilation
Replies: 6
Views: 1548

Moderator: please move to server forum
by ray.wurlod
Thu May 08, 2008 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows Vista hiding the expression editor
Replies: 11
Views: 3193

No idea, since DataStage is not supported on Vista. But do you really have to close Designer? Would not minimizing Designer (and all other open windows) be enough to expose the modal dialog? Maybe just clicking Show Desktop would do it.
by ray.wurlod
Thu May 08, 2008 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Stage Variables in PX vs. Server
Replies: 6
Views: 1345

Was this run on a two-node configuration file, with one row being processed on each?
by ray.wurlod
Thu May 08, 2008 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while loading data from .DAT file
Replies: 2
Views: 763

UNIX-style terminator specified when DOS-style terminator actually used?