Search found 53125 matches

by ray.wurlod
Wed May 25, 2011 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle tables to XMLs read by previous job
Replies: 2
Views: 1185

How do YOU think you might go about it? What (if anything) have you already tried?

Our philosophy is to prefer to help you to learn, rather than to provide canned answers. If we were to do the latter, that would be consultancy and attract a charge.
by ray.wurlod
Tue May 24, 2011 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup issue with blank column
Replies: 3
Views: 1527

Please be clear here.

Are we talking about a blank (" ") or a zero-length string ("") as the lookup key value? Your terminology is loose.
by ray.wurlod
Tue May 24, 2011 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: put data from oracle table to flat file
Replies: 10
Views: 3101

You have neither provided, nor asked DataStage to generate, the SELECT statement.
by ray.wurlod
Tue May 24, 2011 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage Multiple Record Copy Book Limit
Replies: 2
Views: 1514

Check with Support. I'm unaware of any documented limit.
by ray.wurlod
Tue May 24, 2011 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dimension Negative surrogate ID created in table
Replies: 4
Views: 1922

There's nothing wrong with negative values for surrogate key.

All a surrogate key has to provide is uniqueness.

If you're really bothered by this, use unsigned integers when viewing them. The binary storage is exactly the same.
by ray.wurlod
Tue May 24, 2011 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Clarification
Replies: 1
Views: 895

It's correct, as far as it goes. The "difference" is absolute. They are totally different things. Nodes are about degrees of parallelism, and the resources available when processing using the parallel engine. Any number of processes can - theoretically, at least - run on each node. In prac...
by ray.wurlod
Tue May 24, 2011 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential FIle Scenario
Replies: 5
Views: 2804

devesh_ssingh wrote:use index function to search 1st occurance of pattern then pass the same in jp.
Justice of the Peace?

Please don't use potentially ambiguous or unclear abbreviations.
by ray.wurlod
Tue May 24, 2011 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of Read Cache Size and Write Cache Size
Replies: 3
Views: 2069

Possibly, but we can't really say because we don't know how large your rows are. If the smaller cache size is working (all your hashed file data fit into memory) then allocating more memory will have no effect.
by ray.wurlod
Tue May 24, 2011 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgt Function
Replies: 7
Views: 2998

The argument supplied to this routine is the name of the sequence (a name internal to DataStage), not necessarily the name of a table. Looks like the second table already has the "next" key. You need to check for this, or initialize the sequence, or use independent sequences, or some combi...
by ray.wurlod
Tue May 24, 2011 4:49 pm
Forum: General
Topic: How to check If Datastage 8.5 fix pack is installed
Replies: 1
Views: 2675

Look in the History section of C:\IBM\InformationServer\Version.xml
by ray.wurlod
Tue May 24, 2011 4:48 pm
Forum:
Topic: Import custom attributes & values using csv
Replies: 1
Views: 943

Have you tried using istool to export/import these components?
by ray.wurlod
Tue May 24, 2011 4:47 pm
Forum: IBM QualityStage
Topic: Qualitystage ( column in the input link with the following)
Replies: 4
Views: 2029

Looks like you have not got the input link order correct. These four fields come from one of the frequency inputs.
by ray.wurlod
Tue May 24, 2011 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view data using ODBC stage
Replies: 6
Views: 2024

This what? They are all informational messages.
by ray.wurlod
Tue May 24, 2011 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Surrogate Key generator-Job Aborted
Replies: 2
Views: 2060

The pathname you have given for the state file does not refer to an existing state file.

You do need to create/initialize a state file for each surrogate key. Have you done that?
by ray.wurlod
Tue May 24, 2011 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Why need to check the changes in non key columns?
Replies: 2
Views: 999

Why aren't you using SCD stage that does all that work for you?