Search found 53125 matches

by ray.wurlod
Wed Jul 02, 2008 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage warning
Replies: 3
Views: 2059

Put specific Sort stages on the inputs of stages that require sorted input.

If the data are already sorted, set the sort mode to "don't sort, previously sorted".

The presence of the Sort stages will obviate the need for DataStage to insert any tsort operators into the score.
by ray.wurlod
Wed Jul 02, 2008 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Datastage and Database installation and config
Replies: 4
Views: 1069

I agree with that. It's a good general rule that's been taught on Windows sys admin training since Windows NT (and probably before). One machine one major application. And don't use your (Windows) domain controllers for anything else.
by ray.wurlod
Wed Jul 02, 2008 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log report
Replies: 5
Views: 1152

RT = "run time". BP = "BASIC program". SC = "source code". DS = "design" (not DataStage). QS = "QualityStage".
by ray.wurlod
Wed Jul 02, 2008 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Repository Interface error during import
Replies: 2
Views: 1449

Omit is not available in version 8.
by ray.wurlod
Wed Jul 02, 2008 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort
Replies: 6
Views: 1563

It should not matter. The ISO 8601 standard prescribes yyyy-mm-dd and yyyy-mm-dd hh:mm:ss formats precisely because they can be sorted as strings without conversion.

Can you please explain, therefore, what you mean by "not working", preferably with examples?
by ray.wurlod
Wed Jul 02, 2008 12:34 am
Forum: General
Topic: Sequential File: Float field not handling null values
Replies: 4
Views: 2034

You could try Null Field Length of 0. Null field value of "" will not work, because this is not valid as a decimal number. However, you could read the field as VarChar and then specify "" as the representation of NULL, and convert to decimal in a subsequent stage.
by ray.wurlod
Wed Jul 02, 2008 12:32 am
Forum: IBM QualityStage
Topic: Problem in running the QSRT
Replies: 7
Views: 3109

Does the mngr.cfg configuration file exist in your project? It seems unable to find this file.
by ray.wurlod
Tue Jul 01, 2008 7:34 pm
Forum: Site/Forum
Topic: FILES !!!
Replies: 3
Views: 2298

It was never "lots". And certainly never warranted three exclamation points.
by ray.wurlod
Tue Jul 01, 2008 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Previous row value
Replies: 14
Views: 2597

I slept through most all of that!

(Time zone, not boredom. Excellent that it was systematically resolved.)
by ray.wurlod
Tue Jul 01, 2008 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Approach required for this Pivoting example.
Replies: 7
Views: 1945

This is sounding more and more like a commercial arrangement. If you want Ramesh (or anyone else) to work for you how much are you prepared to pay for it?
by ray.wurlod
Tue Jul 01, 2008 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS 8.0 Transformer error.
Replies: 4
Views: 2161

The DataStage parallel engine actually runs on MKS Toolkit - this engine is written to run on UNIX and this was easier than rewriting the engine to run natively on Windows.
by ray.wurlod
Tue Jul 01, 2008 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle padding spaces at the end
Replies: 4
Views: 1347

If you use a Sequential File stage do you still get the padding? If not, dare I suggest that it is Oracle, rather than DataStage, that is padding the strings? Get the DBA to trace a few rows of the data being inserted.
by ray.wurlod
Tue Jul 01, 2008 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container name
Replies: 15
Views: 4123

My bad - I was replying from memory.
:oops:
by ray.wurlod
Tue Jul 01, 2008 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise - Reading in parallel
Replies: 9
Views: 3839

You can read a partitioned table sequentially. What you can not do is read a non-partitioned table in parallel.

Look for the Partition Table property.
by ray.wurlod
Tue Jul 01, 2008 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before-job routine
Replies: 3
Views: 1031

What do you mean by "it doesn't work"?

What error messages (if any) are being logged? You need to provide more diagnostic information than "it doesn't work".

The variable Test is not being assigned a value - you will need to parse its value out of the InputArg argument.