Search found 53125 matches

by ray.wurlod
Mon Sep 25, 2006 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Error
Replies: 9
Views: 5570

Yes, but the error message is now precise about where the error is occurring. Can you post the detail of the first and second error or warning messages?
by ray.wurlod
Mon Sep 25, 2006 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Kernel parameters
Replies: 7
Views: 2357

Provided the numbers are at least as large as those in the documentation you received with the software, and provided that there are no other significant consumers of shared memory, semaphore or message queues (that is, DataStage server is the principal application on the machine), then the numbers ...
by ray.wurlod
Mon Sep 25, 2006 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stringtodecimal conversion error
Replies: 6
Views: 1783

It's just something I've noticed over the years. Decimal[N,N] should be able to represent numbers between zero and less than 1.0, theoretically, but it seems that some implementations need to be able to specify that there is a digit to the left of the decimal place holder.
by ray.wurlod
Mon Sep 25, 2006 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Debugging Multille Instances from JCR (Job Control Routine)
Replies: 7
Views: 2840

That looks OK. The error message did specify " temporarily unavailable" - it is likely that some system-wide limit was encountered, rather than a user-specific limit set by ulimit. You need to get your UNIX System Administrator involved if it happens again. Ideally, you need to be able to reproduce ...
by ray.wurlod
Mon Sep 25, 2006 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Main Differences Between Server and Parallel Jobs?
Replies: 6
Views: 3203

Startup time is substantially greater for parallel jobs than for server jobs. Therefore to do a small run, a server job is probably going to start, and therefore finish, faster. And to process a single row (such as obtaining the next surrogate key value), a parallel job is definitely disadvantageous...
by ray.wurlod
Mon Sep 25, 2006 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find out what is in list 2 but not in list1
Replies: 4
Views: 1290

Where are the lists once you've retrieved them from Oracle? If you write the lists of keys into two files in the &SAVEDLISTS& directory (using Sequential File stage), then you can use the LIST.DIFF command to ascertain the difference.
by ray.wurlod
Mon Sep 25, 2006 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to define the sequence order for the link???
Replies: 4
Views: 977

Umm... you don't use ODBC stage type to access hashed files. You can use UV stage if you want to use SQL, or you can use a Hashed File stage. The easiest mechanism to clear the hashed file is to use a before-stage subroutine in the Transformer stage (this is executed prior to any inputs being opened...
by ray.wurlod
Mon Sep 25, 2006 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Main Differences Between Server and Parallel Jobs?
Replies: 6
Views: 3203

The assertion "performance wise parallel will be faster" is not necessarily true, particularly for small jobs.

Why not enrol on the Server to Parallel Transition Lab offered by DCS (the company that hosts this site)? This class spends three days examining the differences.
by ray.wurlod
Mon Sep 25, 2006 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove additional zeros in a record using Transformer
Replies: 12
Views: 10678

How precisely have you specified your Trim() function?
by ray.wurlod
Mon Sep 25, 2006 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing a string
Replies: 17
Views: 6988

Awaiting YOUR answer to my question that will guide my answer.
by ray.wurlod
Mon Sep 25, 2006 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Debugging Multille Instances from JCR (Job Control Routine)
Replies: 7
Views: 2840

No but you can. Add a call to DSExecute() to invoke ulimit -a and write the result into an informational log entry. This will let you see all the resource limits to which the DataStage process is subject.
by ray.wurlod
Mon Sep 25, 2006 1:06 am
Forum: General
Topic: Viewing logs outside of datastage director
Replies: 2
Views: 2298

Of course, if you have DataStage 7.5 or later, you can have Director on your PDA.
by ray.wurlod
Mon Sep 25, 2006 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 1946 Phantom 732 -- Meaning of Error Messages
Replies: 11
Views: 7605

You can not easily move a project. But you CAN easily create a new project in the new location. So you can export the old project, delete the old project, create the new project and import into the new project from the export file. If you don't need exactly the same project names, you can import the...
by ray.wurlod
Sun Sep 24, 2006 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Buy AIX server for Datastage Dev, Test and Prod environment
Replies: 5
Views: 1392

Just to back up what Arnd said, there is no point using benchmark information other than for your own ETL jobs. No-one else does precisely what you do with your data. Using an IBM test center, or borrowing a machine on which to conduct some benchmarks, is a good plan.
by ray.wurlod
Sun Sep 24, 2006 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage with Oracle client 10 G - Plugin
Replies: 4
Views: 2592

And if that doesn't work try reverting to the 9i client.