Search found 53125 matches

by ray.wurlod
Thu Oct 12, 2006 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal messages but job completes with warning.
Replies: 1
Views: 943

Yes, it's server jobs that behave in that fashion. There are different rules for parallel jobs, apocryphically. Alas, they don't seem to be written down anywhere.
by ray.wurlod
Thu Oct 12, 2006 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling KeyMgtGetNextValue() while moving machines - Post2
Replies: 13
Views: 18512

There have been a number of posts on resetting sequences, this one for example provides a function that can be used.
by ray.wurlod
Thu Oct 12, 2006 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssearch command has bug
Replies: 5
Views: 2144

And, when you do solve it, please post the solution.
by ray.wurlod
Thu Oct 12, 2006 4:47 pm
Forum: General
Topic: Filter stage - documentation error?
Replies: 4
Views: 3081

Yes. If you need that to be tested, apply parentheses and/or change the order.

Code: Select all

(name = "ZAG") or (number1 <> 0 and number2 <> 3 and number3 = 0)
by ray.wurlod
Thu Oct 12, 2006 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Separate two command in "After Job Subroutine"
Replies: 9
Views: 3633

Doesn't matter. The semi-colon is also the unconditional command separator in the DOS shell.
by ray.wurlod
Thu Oct 12, 2006 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling KeyMgtGetNextValue() while moving machines - Post2
Replies: 13
Views: 18512

It can be dynamic (Type 30), but is created as Type 2 by the function. Type 18 would probably be a better choice once modulo exceeds 1.
by ray.wurlod
Thu Oct 12, 2006 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssearch command has bug
Replies: 5
Views: 2144

You have all the table and column names your require in that query. Why don't YOU have a go at designing a recursive query?
by ray.wurlod
Thu Oct 12, 2006 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job is being Aborted -- showing Not enough space
Replies: 14
Views: 6497

If you have not got enough space, whether it's memory or disk space, your hardware vendor will be happy to sell you some more space. Otherwise you must reduce total demand for space. Run fewer processes simultaneously, tune the job designs (buffer sizes, memory limits for sort, for example), add mor...
by ray.wurlod
Thu Oct 12, 2006 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 USER DEFINED SQL
Replies: 4
Views: 1102

Why not simply select the DEP_DATETIME and perform the mapping within DataStage? You can use a stage variable in a Transformer stage, for example.
by ray.wurlod
Thu Oct 12, 2006 3:05 pm
Forum: General
Topic: Getting Good Information
Replies: 2
Views: 2586

Getting Good Information

"A democracy in order to function at all has to be reasonably interested in some of the more serious issues and they have to rely on the media to give them a halfway decent accurate picture of what's going on. I don't think we've got either in America at the moment."
-- John Cleese
by ray.wurlod
Thu Oct 12, 2006 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ITAG solution
Replies: 7
Views: 2035

When's the interview?

ITAG isn't a solution, it's an installation strategy. Read the Installation and Upgrade Guide for more information.
by ray.wurlod
Thu Oct 12, 2006 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer error
Replies: 4
Views: 1014

Does the Transformer stage have a constraint on the output link that might explain fewer rows being emitted than consumed? The second error message suggests that the stage did not read its input right through to the end. Are there any other warnings/errors in the job log? Break the job up to identif...
by ray.wurlod
Thu Oct 12, 2006 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 USER DEFINED SQL
Replies: 4
Views: 1102

Etiquette Note
All upper case (except in commands) is interpreted as "shouting" and therefore as rude. Please don't use all upper-case in posts. Do you use all upper case in your documentation?
by ray.wurlod
Thu Oct 12, 2006 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Error
Replies: 10
Views: 3053

Does this occur for all projects or just one? Does it occur in all clients? Can you connect with Administrator client? If so, does the list of projects on the Projects tab populate correctly? If not, one of the system tables (UV.ACCOUNT or UV_SCHEMA) has become unsynchronized and probably need to be...