Search found 53125 matches

by ray.wurlod
Fri Mar 28, 2008 9:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob (-jobinfo works, but -run does not)
Replies: 30
Views: 7894

Why not? DSGetJobInfo() does.
by ray.wurlod
Fri Mar 28, 2008 9:49 pm
Forum: General
Topic: date function : routines
Replies: 13
Views: 5794

You do need to re-compile the job sequence after changing any of the compilation options, like "automatically handle activities that fail".
by ray.wurlod
Fri Mar 28, 2008 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data problem in Teradata Enterprise Stage
Replies: 7
Views: 1968

There should be an optional property Sessions per Player in the DB Options folder.
by ray.wurlod
Fri Mar 28, 2008 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple XML Read
Replies: 13
Views: 6569

dsdoubt wrote:Any inputs GentleMen?

Be patient, particularly on weekends. Remember that the rest of the world begins their weekend before those in the Americas do.

If it's any consolation, they begin their work week earlier too.
by ray.wurlod
Fri Mar 28, 2008 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob (-jobinfo works, but -run does not)
Replies: 30
Views: 7894

Is the job successfully compiled?
by ray.wurlod
Fri Mar 28, 2008 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Method of partitioning
Replies: 12
Views: 4379

So what's the problem? All the rows were exported successfully.

The "will partition despite..." and "cannot preserve..." messages have been discussed at length on the forum, a simple search will find them.
by ray.wurlod
Fri Mar 28, 2008 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: disabling memory sharing error in transformer
Replies: 3
Views: 940

It's not a bug. It is an alert message. You can demote it to informational if you wish. Entire partitioning is implemented through shared memory on SMP systems: if you choose some other partitioning method DataStage alerts you to the fact that it will not be using shared memory. It does not need to,...
by ray.wurlod
Fri Mar 28, 2008 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stop a Parallel job
Replies: 5
Views: 1757

Welcome aboard.

Stopping a job like that is a Bad Practice and should be discouraged from the outset.
by ray.wurlod
Fri Mar 28, 2008 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RemoveWildChar() & RemoveUnWantedChar() uses
Replies: 2
Views: 742

These functions do not ship with the product.
by ray.wurlod
Fri Mar 28, 2008 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format
Replies: 2
Views: 762

Yes, but only if your default or specific date format string is "%yyyy%mm%dd".
by ray.wurlod
Fri Mar 28, 2008 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ICTHHMintoSec() is function or not
Replies: 2
Views: 848

This is not a function that ships with the product.
by ray.wurlod
Fri Mar 28, 2008 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 9
Views: 1931

To put it another way, only numeric values can be summed, averaged or have any other numeric function applied.
by ray.wurlod
Fri Mar 28, 2008 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data problem in Teradata Enterprise Stage
Replies: 7
Views: 1968

You need to increase either the number of nodes in your configuration file or the number of sessions per player in your Teradata Enterprise stage.
by ray.wurlod
Fri Mar 28, 2008 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting postgres using odbc drivers thru datastage
Replies: 10
Views: 17162

You already have it:
Trace=Yes
TraceFile=/tmp/trace_psqlodbc.log

But, if the driver can not be loaded, it won't be up to the point where it can trace what the driver is doing.
by ray.wurlod
Fri Mar 28, 2008 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Configurate DS to UniData
Replies: 3
Views: 1226

The UniData server does not have to be on the same machine as the DataStage server. An entry in the uvodbc.config file tells DataStage where the UniData instance is.