Search found 53125 matches

by ray.wurlod
Tue Aug 08, 2006 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get number of working days in a month
Replies: 5
Views: 2051

Depending on the customer, it might be as easy as hard-coding zero! :lol:

What a great site this is! (since we're in the Testimonials forum)
by ray.wurlod
Tue Aug 08, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excecute command activity
Replies: 15
Views: 5250

Put echo in the command field and #TextToEcho# in the parameter field.
by ray.wurlod
Tue Aug 08, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: operands for DSJOB command
Replies: 5
Views: 1429

... and if you type in dsjob -run by itself you will get the options for that subcommand. And so on.
by ray.wurlod
Mon Aug 07, 2006 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Agg,1: Hash table has grown to 16384 entries.
Replies: 9
Views: 25292

Hash table aggregation method is recommended for 1000 or fewer distinct grouping values per MB. Looks like you've exceeded this limit.
by ray.wurlod
Mon Aug 07, 2006 10:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot compile Transformer in Parallel job
Replies: 5
Views: 2704

Check your settings (in Adminstrator) for the four environment variables for the compiler and linker (APT_COMPILER, APT_COMPILER_OPTIONS, APT_LINKER and APT_LINKER_OPTIONS from memory).
by ray.wurlod
Mon Aug 07, 2006 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While running multiple instances
Replies: 30
Views: 11242

More is better. Set up 24 scratch disks, each large. Give each of the eight nodes access to all 24. Use a round robin allocation scheme.
by ray.wurlod
Mon Aug 07, 2006 10:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Line No in Job no
Replies: 8
Views: 2288

It may not be permissions, it may be other problems such as disk full in your project directory or a corrupted log table. However, you do need to resolve why the log could not be written to.
by ray.wurlod
Mon Aug 07, 2006 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error using Universe
Replies: 4
Views: 1456

The message suggests that there's an unexpected newline in your SQL. All SQL statements have to be delivered to DataStage/UniVerse as single strings with no embedded newlines.
by ray.wurlod
Mon Aug 07, 2006 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE CONVESRION PROBLEM
Replies: 6
Views: 1856

... unless your hard coded value does not match the default date picture for Oracle.
by ray.wurlod
Mon Aug 07, 2006 10:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excecute command activity
Replies: 15
Views: 5250

Job parameters are not resolved in the Command field. They are, however, resolved in the command parameters (arguments) field.
by ray.wurlod
Mon Aug 07, 2006 10:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.SEQOpen Unable to create file
Replies: 9
Views: 4350

... but you still won't be able to use ":" in a Windows pathname except immediately following the drive letter. In short, you can not break the rules of the operating system.
by ray.wurlod
Mon Aug 07, 2006 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Field function to get final delimeter of a string
Replies: 16
Views: 6063

I have a Transform called FinalDelimitedString as follows Field(%Arg1%,%delimiter%,Count(%Arg1%,%delimiter%)+1,1) which is pretty much what Craig posted. This does not solve the znf__fre__fr_q problem if you need fr_q as the result, since Field only uses single character delimiters. ...
by ray.wurlod
Mon Aug 07, 2006 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE CONVESRION PROBLEM
Replies: 6
Views: 1856

Hard code it. Use user-defined SQL to incorporate a TO_DATE function in the INSERT statement.
by ray.wurlod
Mon Aug 07, 2006 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While running multiple instances
Replies: 30
Views: 11242

Put a LOT more scratch disk space into the configuration file.
by ray.wurlod
Mon Aug 07, 2006 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch SID
Replies: 16
Views: 3453

Nobody knows what you mean by the term SID - to us it's just another TLA.