Search found 53125 matches

by ray.wurlod
Tue Sep 23, 2008 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failing to connect to UniData 6 database from Designer
Replies: 9
Views: 2267

uvserver is not the server for UniData. You need the correct UniData server name in the uvodbc.config entry.

This may be what Craig was trying to say.
by ray.wurlod
Tue Sep 23, 2008 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Parameters in the Email Notification Stage
Replies: 4
Views: 1487

Still no in version 8.
by ray.wurlod
Tue Sep 23, 2008 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improper data type. Attempting to Cleanup after ABORT
Replies: 4
Views: 1542

What do rGTUploadYN and rQtrType routines do?

Is Pin%%V0S30P4.Column%%52 guaranteed to be numeric?
by ray.wurlod
Tue Sep 23, 2008 3:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Job Abort Issue
Replies: 3
Views: 2130

It's worse than that. VOC is corrupted. Without specialist support (which your support provider will need to buy from IBM) you will not be able to fix this, and your project will remain unusable. There are very few specialists who know how to repair corrupted VOC file, and most of them work for IBM.
by ray.wurlod
Tue Sep 23, 2008 3:52 pm
Forum: General
Topic: How to find the logs pertaining to the current run?
Replies: 3
Views: 1054

Find the most recent "job starting" message and check the timestamps of this and the most recent "fatal" message.
by ray.wurlod
Tue Sep 23, 2008 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Sequencer problem
Replies: 19
Views: 5627

But, in spite of all of these things, you still have a partitioning algorithm specified.
by ray.wurlod
Tue Sep 23, 2008 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Tuning
Replies: 13
Views: 2601

Trivial. 20MB per node will be plenty. It may not even use all of that.
by ray.wurlod
Tue Sep 23, 2008 7:01 am
Forum: General
Topic: DataStage Logs
Replies: 2
Views: 1013

Welcome aboard. Generally the answer is no. Every job has its own log (a table in the Repository database) and every condition is captured into that. There is an optional errlog file that might be used to capture errors in the server engine. And, of course, the Windows Application Log might contain ...
by ray.wurlod
Tue Sep 23, 2008 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Tuning
Replies: 13
Views: 2601

Who knows? Do you have row sizes in bytes, or in the millions of bytes?
How long is a piece of string?
by ray.wurlod
Tue Sep 23, 2008 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to execute dsjob command from unix prompt
Replies: 9
Views: 3944

By purchasing a premium membership.
by ray.wurlod
Tue Sep 23, 2008 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Sequencer problem
Replies: 19
Views: 5627

That's no surprise. Fix it.
by ray.wurlod
Tue Sep 23, 2008 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to lock/unlock the jobs as Admin?
Replies: 7
Views: 1904

That answer is wrong on so many levels!

The question is about locked jobs, not about read-only jobs.

sureshchandra can get the answers sought via Search of DSXchange, but apparently chooses not to do so.
by ray.wurlod
Tue Sep 23, 2008 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to lock/unlock the jobs as Admin?
Replies: 7
Views: 1904

That would create a precedent of undermining the funding of DSXchange, which I do not propose to do.
by ray.wurlod
Tue Sep 23, 2008 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to execute dsjob command from unix prompt
Replies: 9
Views: 3944

cd to wherever the DataStage Engine directory is. Ordinarily the DSHOME environment variable would contain that pathname. An alternative which may work is to capture the contents of the /.dshome file (provided that your installation is not an -itag installation). For example cd `cat /.dshome` The c...