Search found 53125 matches

by ray.wurlod
Thu Mar 05, 2009 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To delete dataset file (.ds)
Replies: 5
Views: 2306

orchadmin rm <dataset name>.ds

is the correct syntax.

The orchadmin command requires the pathname of the Data Set control file as its argument. This (typically) is the Data Set name followed by a ".ds" suffix.
by ray.wurlod
Thu Mar 05, 2009 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a local container be used as a reference input?
Replies: 16
Views: 7011

Only UniVerse is applicable here.

UniData is a different database product, and one that has never been used as the DataStage engine. Go here to contrast the two database products.
by ray.wurlod
Thu Mar 05, 2009 10:36 pm
Forum: General
Topic: Unusually slow DataStage 8.0 engine
Replies: 1
Views: 1722

Run it on 415 volts. :lol: I suspect it's the interface to Information Server. Checking for metadata mismatch has to be done through the metadata delivery service. Then a server job has to be started. Are you generating process metadata? If so, that's got to be passed back through the metadata deliv...
by ray.wurlod
Thu Mar 05, 2009 8:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a local container be used as a reference input?
Replies: 16
Views: 7011

It is the Transformer stage inside the container that does not support reference links. You can not service a reference link with a Transformer stage.
To prove this, select the container and deconstruct it (under the Edit menu).
by ray.wurlod
Thu Mar 05, 2009 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a local container be used as a reference input?
Replies: 16
Views: 7011

"The source stage does not support reference links" is unrelated to link names. It's informing you that whatever is the producer putting rows onto the reference link is not capable of performing a "get row by key" function. You need to specify what stage type is on the "Outp...
by ray.wurlod
Thu Mar 05, 2009 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage requires sorted input?
Replies: 16
Views: 7156

Get yourself a premium membership and read my entire answer.
by ray.wurlod
Thu Mar 05, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage requires sorted input?
Replies: 16
Views: 7156

Get yourself a premium membership and read my entire answer.
by ray.wurlod
Thu Mar 05, 2009 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UnBalance partition
Replies: 7
Views: 2661

This is an alert message from the Collector advising you that data on the inbound partitions are not evenly balanced. This, in turn, suggests that you have needed to use a key-based or range-based partitioning algorithm upstream of the Collector, and it has resulted in a badly skewed distribution of...
by ray.wurlod
Thu Mar 05, 2009 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UnBalance partition
Replies: 7
Views: 2661

There's no evidence that operator combination is occurring!
by ray.wurlod
Thu Mar 05, 2009 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UnBalance partition
Replies: 7
Views: 2661

There's no evidence that operator combination is occurring!
by ray.wurlod
Thu Mar 05, 2009 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: my user routine not in project
Replies: 7
Views: 1643

I assumed parallel routine. Parallel routines are created outside of DataStage. However once they have been complied, linked and tested, another step is required. You must create a "parallel routine" entry in the repository. This shows the name of the routine, its location and the argument...
by ray.wurlod
Thu Mar 05, 2009 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: my user routine not in project
Replies: 7
Views: 1643

I assumed parallel routine. Parallel routines are created outside of DataStage. However once they have been complied, linked and tested, another step is required. You must create a "parallel routine" entry in the repository. This shows the name of the routine, its location and the argument...
by ray.wurlod
Thu Mar 05, 2009 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Running very slowly
Replies: 4
Views: 1718

Moderator: please move to server forum
by ray.wurlod
Thu Mar 05, 2009 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequecer abort issue
Replies: 3
Views: 1136

You don't ever want to abort if you can avoid it. Create a simple server job that retrieves the row and loads the same into its user status area then check this in the job sequence to make the decision about whether to process the remaining jobs or merely to bypass them (maybe logging a message and/...
by ray.wurlod
Thu Mar 05, 2009 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File Issue in Parellel Jobs
Replies: 22
Views: 13165

There's no problem with the configuration file - that one's an informational message (see the "##I") reporting which configuration file is in use. I still think it's .rhosts or hosts.equiv, and it's probably one (or more) of the remote nodes that can't see sh.exe. Have you made the paralle...