Search found 53125 matches

by ray.wurlod
Wed Oct 05, 2005 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 7736

Anything you post in the Enhancement Requests forum is forwarded to IBM. However, nothing is promised.
by ray.wurlod
Wed Oct 05, 2005 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file creation & update clarification
Replies: 9
Views: 2482

If you validate the job this will bring the hashed file into existence. You may need temporarily to change the hashed file name in the stage that reads from it.

Or you can execute the CREATE.FILE or CREATE TABLE or mkdbfile command in a before-job or before-stage subroutine.
by ray.wurlod
Wed Oct 05, 2005 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of DS.
Replies: 7
Views: 2315

Not "can". "Must".

The clients do not run on UNIX. They must, however, be able to connect to the UNIX machine on which DataStage server is running via TCP/IP. By default port number 31538 is used, so this must not be firewalled.
by ray.wurlod
Wed Oct 05, 2005 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DBPROCESS is dead or not enabled
Replies: 3
Views: 1466

This is a SQL Server process. You have to fix the problem in SQL Server. DataStage is simply informing you that the problem exists, and is preventing DataStage from doing its task.
by ray.wurlod
Wed Oct 05, 2005 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Administering Locks - INODE question
Replies: 3
Views: 904

There's an even better way. Run ACCOUNT.FILE.STATS ALL LOCAL in your project. This collects all sorts of file tuning statistics, but also records the device number and inode. So you can then construct a query such as: SELECT DISTINCT FILEINODE FMT '10R', FILENAME FMT '56T' FROM STAT.FILE ORDER BY 1;...
by ray.wurlod
Wed Oct 05, 2005 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: email notification along with subroutines
Replies: 1
Views: 1198

Wherever you like.

You then write your subroutine to collect it from there.
by ray.wurlod
Wed Oct 05, 2005 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Parallel Routine.
Replies: 8
Views: 4658

None of the messages seems to relate to the routine, but rather they appear to relate to unexpected tokens in the data. Remove the routine from the job and see if they persist. If so, fix that issue before reinstating the routine in the job.
by ray.wurlod
Wed Oct 05, 2005 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset error: Parallel job reports failure (code 141)
Replies: 6
Views: 2993

Have you checked your multi-node configuration file?
by ray.wurlod
Wed Oct 05, 2005 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filter stage
Replies: 3
Views: 1273

How? :?
REGION changes value in different rows of the data set. Job parameter values can not be changed once the job is running.
by ray.wurlod
Wed Oct 05, 2005 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mq stage
Replies: 3
Views: 1232

We have two requirements.

1. Posters do not "hijack" threads. This is a different question (even though related) so warrants a separate thread.

2. "Urgent" has no meaning here, for reasons already posted ad nauseam.
by ray.wurlod
Wed Oct 05, 2005 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage - Record Option - Separator; value Project Default
Replies: 3
Views: 1150

Create a new job and/or add a new CFF stage. Until you change them properties are set to project default.
by ray.wurlod
Wed Oct 05, 2005 4:27 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Loading metadata
Replies: 3
Views: 2597

Thanks for that feedback. ODBC is supposedly a "standard" so, if ProfileStage can not use drivers that comply with the standard we have a bug. Have you reported this to your support provider and, if so, with what result?
by ray.wurlod
Wed Oct 05, 2005 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do you handle missing coloumns
Replies: 3
Views: 1367

plz help me out asap. I'd love to help you out. Which way did you come in? And asap is not the name by which I'm usually known! Scroll right in the Columns grid in a Sequential File stage, where you will encounter rules for handling missing columns and other abnormalities. Many DataStage processes ...
by ray.wurlod
Wed Oct 05, 2005 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multi lines --> single line ?
Replies: 8
Views: 2072

You already did. :wink:

Vertical pivot.

Search is your friend.
by ray.wurlod
Wed Oct 05, 2005 12:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File corruption in UV_SCHEMA file/table
Replies: 8
Views: 2342

Did none of them have the wit to go back to the previous full backup? D'oh! Yes, I agree, UV_SCHEMA and UV.ACCOUNT are the worst to lose, closely followed by the VOC file of the UV account. Tales from the Trenches Step N in an installation or upgrade, after configuring tunables and connectivity, sho...