Search found 53125 matches

by ray.wurlod
Tue Apr 08, 2008 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why lookup reference link requires entire partition method?
Replies: 10
Views: 2972

In an SMP configuration one copy exists in shared memory.

In an MPP or grid configuration the rows are moved to every node.
by ray.wurlod
Tue Apr 08, 2008 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: code=-14 [Timed out while waiting for an event]
Replies: 1
Views: 2196

In a word: Search

Lots of people have bumped into this code in the past.
by ray.wurlod
Tue Apr 08, 2008 4:57 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer:: Analysis of Files and Database Tables
Replies: 9
Views: 6493

It would certainly be easier to move the files. You can leave them on the Windows machine, but you would need to make the folder in which they live visible to the HP-UX machine, for example using old technology such as Samba, or newer technology such as LDAP. Just out of curiosity, where in this mix...
by ray.wurlod
Tue Apr 08, 2008 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading SAP data through DataStage
Replies: 15
Views: 9949

Please don't hijack threads. Your question belongs in a new thread on the server jobs forum. Please do the needful.
by ray.wurlod
Tue Apr 08, 2008 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Stage Variables
Replies: 2
Views: 1020

There is no limit on the number of stage variables that you can use. What do you mean by "performance"? If you have to check null you have to incur that cost, whether in a stage variable or somewhere else. The overheads of using a stage variable are nil, since to do it anywhere else (for example in ...
by ray.wurlod
Tue Apr 08, 2008 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job-Reset gets stuck
Replies: 4
Views: 1411

Welcome aboard. I presume "call " is something within your scheduler. How long are you waiting? How long do you have to wait if resetting manually using Director? Are you attempting to reset a job that is already in a runnable stage? Instead of using -wait in the reset run, try using -jobstatus , an...
by ray.wurlod
Tue Apr 08, 2008 4:25 am
Forum: General
Topic: DataStage EE Hardware Configuration Doubt.
Replies: 3
Views: 1369

1. Pipeline parallelism yes, partition parallelism no.

2. The size of each "chunk", as you put it, is tunable. Read about buffer sizes and transport blocks in the manuals.

3. Not applicable. Don't tune your buffers or transport blocks to require more memory than you have.
by ray.wurlod
Tue Apr 08, 2008 4:21 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer:: Analysis of Files and Database Tables
Replies: 9
Views: 6493

1. You can do it all from flat files. 2. Use the ODBC driver for text files. This is fairly easy to configure - for a given DSN you point it at the directory that contains the file and optionally specify a file name suffix (for example "*.txt" or "*.csv") to filter the files that can be processed.
by ray.wurlod
Tue Apr 08, 2008 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why lookup reference link requires entire partition method?
Replies: 10
Views: 2972

Re: why lookup reference link requires entire partition meth

why lookup reference link requires entire partition method and the master link ,hash partitioning method? They don't. These are merely the defaults, which are guaranteed to give correct results. Another possibility is that the lookup key is a single integer. In that case the stream input could use ...
by ray.wurlod
Mon Apr 07, 2008 10:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine for DSSetEnvVar
Replies: 14
Views: 5472

That would depend entirely on what the routine does, so there's no ready answer to what is at best a hypothetical question.

Having said that, it does not matter that there are "gaps" in sequences of surrogate key values. Surrogate keys provide uniqueness and nothing else - by definition.
by ray.wurlod
Mon Apr 07, 2008 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi instance Job fails with Status 99(Not Runing)
Replies: 5
Views: 2840

Have you thoroughly checked that the invocation IDs are absolutely unique everywhere, including in the controlled jobs?
by ray.wurlod
Mon Apr 07, 2008 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Type Conversion Error........
Replies: 6
Views: 1962

Yes, you are missing a specification of what to do when the data include a NULL.
by ray.wurlod
Mon Apr 07, 2008 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hirerachy table logic help needed
Replies: 6
Views: 1979

Most databases have a technique in the query language for performing this kind of recursive query. That is the easiest way to do it. If you insist on using DataStage, you are up for a lookup for each possible level of separation (the number of manages between the lowest-level employee and the CEO).
by ray.wurlod
Mon Apr 07, 2008 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max Value from each partition
Replies: 2
Views: 1036

An Aggregator stage or a Transformer stage can give you the maximum from each partition.
by ray.wurlod
Mon Apr 07, 2008 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown element on the output warning
Replies: 5
Views: 1040

Moderator: please move to server forum