Search found 53125 matches

by ray.wurlod
Mon May 09, 2011 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: switch stage
Replies: 8
Views: 11682

greggknight wrote:The transformer is the easy way out but the most costly in terms of performance.
I don't believe that's true any more. But I have no empirical results either way.
by ray.wurlod
Mon May 09, 2011 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: switch stage
Replies: 8
Views: 11682

That error suggests that there's a value in your data for which you have not coded. Try adding an "otherwise" case. Are you directing particular values to particular output channels?
by ray.wurlod
Sun May 08, 2011 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile?
Replies: 2
Views: 1252

32-bit or 64-bit Windows?
by ray.wurlod
Sun May 08, 2011 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Pool &resource constaint; Resource pool not visible
Replies: 6
Views: 5617

At least one node must be in the default node pool (""). Whenever you create a configuration file, use the Check facility to make sure it's one that will work. This can be done in the Configurations manager from the GUI or using the orchadmin -check command.
by ray.wurlod
Sun May 08, 2011 1:08 pm
Forum: Enhancement Wish List
Topic: Managing the Template project with DataStage apps
Replies: 2
Views: 9434

Things changes in version 8. Roles are stored in the common metadata repository, not in the Template.
by ray.wurlod
Sat May 07, 2011 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Header/Detail file
Replies: 11
Views: 3636

chulett wrote:In a Server job, one can define their own collating sequence in a Sort stage so that it knew to sort H then D then T. Is there an equivalent on the PX side?
No.
by ray.wurlod
Sat May 07, 2011 6:09 pm
Forum: General
Topic: Unable to delete project in adminsitrator
Replies: 6
Views: 2561

Those utilities probably won't solve this one. Your first task is to determine why the Administrator is reporting that the project still exists, and to tell us who deleted it incompletely and using which method. If there is an entry for the project in the UV.ACCOUNT table, this entry can be deleted....
by ray.wurlod
Fri May 06, 2011 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Header/Detail file
Replies: 11
Views: 3636

Sort by original order (or preserve the sorting throughout). Maybe also sort by Convert("HDT", "123", InLink.RecordType).
by ray.wurlod
Fri May 06, 2011 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can .txt file contain null value?
Replies: 10
Views: 7556

Text files don't really have data types at all (they just have text). Therefore it is not possible for them to contain null. The Sequential File stage allows you to specify how "null" is represented in data, both globally and at the individual field level. This does not mean that null now ...
by ray.wurlod
Fri May 06, 2011 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I clear logs for whole project at once
Replies: 7
Views: 2794

So your code destroys the control records.

It's an easy enough change to read them before CLEAR.FILE and reinstate them afterwards.
by ray.wurlod
Fri May 06, 2011 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with name conversion
Replies: 5
Views: 1835

ISO8859-1 will not handle Chinese characters. You need one of the maps that will.
by ray.wurlod
Fri May 06, 2011 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage memory usage
Replies: 3
Views: 4068

Use the Performance Analysis tool in DataStage Designer.
by ray.wurlod
Fri May 06, 2011 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configaration error
Replies: 1
Views: 2474

The configuration does not contain the invoking node dstindiai36.

You can not invoke a parallel job using a configuration that does not include at least one node on the machine from which the job is invoked. (Obviously grids are different, but you made no mention of executing on a grid.)
by ray.wurlod
Fri May 06, 2011 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spiltting a huge file into multiple small files
Replies: 5
Views: 2619

I'm with Craig. 15GiB of data in one file is still going to occupy 15GiB in multiple files.
by ray.wurlod
Fri May 06, 2011 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weird ODBC Stage Behaviour
Replies: 6
Views: 2582

~

How come everything you post is "weird"? There's not enough information in your post to help you. Give examples of the query, and what you consider to be junk rows, and why. You would expect weird results using a parallel ODBC stage in a server job, so why did you post a question about a p...