Search found 53125 matches

by ray.wurlod
Wed Jul 05, 2006 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parrallel Job Validation Error - (non_virtual dataset) ?
Replies: 1
Views: 1132

The message is fairly clear; inspect the generated osh to see which link is trying to use a virtual Data Set where the control file relates to some other kind of structure.
by ray.wurlod
Wed Jul 05, 2006 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server File System Getting Full
Replies: 8
Views: 1714

Prevent this from happening. Get more space. Full file systems can result in corrupted hashed files and other bad things, that you really don't want to occur.
by ray.wurlod
Wed Jul 05, 2006 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Connect
Replies: 2
Views: 1016

Possibly that the RPC daemon did not start. Did you check? Did you use netstat to determine whether there were still connections active, which will prevent the RPC daemon (dsrpcd) from starting?
by ray.wurlod
Wed Jul 05, 2006 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle table was locked when stopping a job in director
Replies: 15
Views: 3356

It is far better to release the lock (DBA task) than to kill the process. The DBA still has to release the lock, and won't appreciate you for it.
by ray.wurlod
Wed Jul 05, 2006 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff between Server and parallel job in case or multiple CPU
Replies: 14
Views: 4351

Welcome aboard. :D

I expect to have a white paper called Parallelism in Server Jobs available in about a month. Please be patient. All will be revealed!
by ray.wurlod
Wed Jul 05, 2006 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Login Error
Replies: 8
Views: 1960

NIC = network interface card

You need to have a mechanism for using a network, even though you are using the TCP "loopback" mechanism (address 127.0.0.1).
by ray.wurlod
Tue Jul 04, 2006 8:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to set named security
Replies: 3
Views: 996

Check the permissions of the file .developer.adm (and .operator.adm) in your project directory. When setting the security in Administrator you need to be connected as the user who is owner of the *.adm file. This is the only user that has write permission. If the hidden file does not exist then you ...
by ray.wurlod
Tue Jul 04, 2006 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SYSTEM(n) meaning
Replies: 2
Views: 698

There are also lots of undocumented options.

And, no, you can't ask for a list of those! :roll:
by ray.wurlod
Tue Jul 04, 2006 8:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Coonect to DB2 on Mainframe
Replies: 3
Views: 1578

Is DB2 Connect configured to "see" the DB2/400 tables?
by ray.wurlod
Tue Jul 04, 2006 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help in korn shell scripting...
Replies: 9
Views: 2995

Instead of redirecting stdout, why not pipe it though the tee command?
by ray.wurlod
Tue Jul 04, 2006 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing different record types - cobol source files.
Replies: 2
Views: 888

Welcome aboard. :D Read on-line help about importing table definitions from COBOL file definitions. If there are multiple "table" definitions in an FD, then more than one table definition will be imported. The most usual ways to work with these kinds of data is to use a Complex Flat File (CFF) stage.
by ray.wurlod
Mon Jul 03, 2006 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values Getting rounded
Replies: 10
Views: 3729

Can you post the record schema for the Data Set?
by ray.wurlod
Mon Jul 03, 2006 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection Error
Replies: 24
Views: 8052

Editing bit values in a structure is a very dangerous thing to do - don't even contemplate attempting it without expert assistance such as Craig had. You can do a lot of damage if you don't know what you are doing. You can do even more damage if you do know what you are doing! (BTW, I teach this stu...
by ray.wurlod
Mon Jul 03, 2006 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Most efficient way to check a range of character values
Replies: 10
Views: 1917

Particularly if the range is contiguous, the Index() function is likely to be fastest. Index("ABCDEFGHIJKLM", InLink.TheColumn,1) > 0 The comparison operators (> and <) are fine, and - given that the data are already non-numeric - will automatically do a left-justified comparison. ...
by ray.wurlod
Mon Jul 03, 2006 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the logon to UV command
Replies: 3
Views: 960

Do you really mean "release" (which can not be done from the "UV" level) or "unlock"?

Releasing a job involves creating a read-only version-stamped copy of the job - it is the mechanism for promotion in the very early releases of DataStage.