Search found 53125 matches

by ray.wurlod
Wed Apr 04, 2007 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transaction grouping
Replies: 12
Views: 3725

Click on Help when you're in that page (Transaction Grouping). You can then click on the controls to get individual help about them. I am using an Oracle OCI (ORAOCI9) stage, and do not see these controls. Can you be more specific about what kind of stage you are using? The stage type appears in the...
by ray.wurlod
Tue Apr 03, 2007 11:21 pm
Forum: General
Topic: Datastage ADministrator Commands
Replies: 13
Views: 10544

Or SQL Server.

And it's only version 9 of DB2 and only version 10g of Oracle.
by ray.wurlod
Tue Apr 03, 2007 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Transformer to Capture Duplicate Records
Replies: 4
Views: 4264

You can use Remove Duplicates and yet capture the duplicates. Upstream of the Remove Duplicate stage insert a Copy stage. On a second output of the copy stage insert an Aggregator stage that counts the rows, grouping by the same columns that the Remove Duplicates stage uses, then filter those rows f...
by ray.wurlod
Tue Apr 03, 2007 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a TRACEMODE in a parallel job ?
Replies: 1
Views: 942

That's a message from a server job, not from a parallel job, unless you have a BASIC Transformer stage in the parallel job. Trace mode is a sum of powers of two indicating which active stage tracing options have been enabled when running a server job. It will always be zero in a parallel job, as tra...
by ray.wurlod
Tue Apr 03, 2007 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch Space and Resource Disk in Datastage
Replies: 5
Views: 10809

First off, disable operator combination so you can work out which operator is having the problem. Resource disk is used only for Data Sets and File Sets. If it turns out that the stage having the problem is a Data Set stage, a File Set stage or a Lookup File Set stage, then you're close to a solutio...
by ray.wurlod
Tue Apr 03, 2007 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance statistics
Replies: 9
Views: 4649

It's not stored in XML files; it's stored in the common repository. XML is merely one way to report.
by ray.wurlod
Tue Apr 03, 2007 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange problem about join stage
Replies: 8
Views: 2167

Aggregator will only remove duplicates if you group on that column AND ONLY THAT COLUMN.

Does that help to explain?
by ray.wurlod
Tue Apr 03, 2007 10:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: KeyMgtGetNextValueConcurrent
Replies: 2
Views: 1057

if you don't mind the bottleneck you can collect into a sequentially-operating stage and use @OUTROWNUM or @INROWNUM there, or use a database sequence or serial data type. All these suffer from the same issue; executing sequentially.
by ray.wurlod
Tue Apr 03, 2007 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key error
Replies: 5
Views: 1532

None of these environment variables has anything to do with the Surrogate Key Generator stage.

If you want a long list of environment variables, look in Chapter 6 of the Parallel Job Advanced Developer's Guide
by ray.wurlod
Tue Apr 03, 2007 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Warnings Turn OFF @ Project level
Replies: 8
Views: 2241

Look in the Director manual or the on-line help while in Director. Choose Clear Log from Director's Job menu. Choose Immediate purge.
by ray.wurlod
Tue Apr 03, 2007 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning on APT_ParallelSortMergeOperator
Replies: 8
Views: 11974

Interesting. Do you know what you did there, and why? Did whomever gave you the advice explain the possible ramifications? You could also have overridden sort insertion with an environment variable, but with the same ramifications.
by ray.wurlod
Tue Apr 03, 2007 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds_loadlibrary Problem
Replies: 2
Views: 1374

Same problem though - the DLL is somewhere Windows isn't looking, or hasn't been installed. Do you have MQ Series server installed with your DataStage server? You need to.
by ray.wurlod
Tue Apr 03, 2007 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage Truncate & load
Replies: 2
Views: 1031

Set the Write method to Load and the Write mode to Truncate.
by ray.wurlod
Tue Apr 03, 2007 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Idoc ->FaltFile->Idoc
Replies: 2
Views: 1418

There are (separately purchased) plug-in stages for working with IDOCs.
Do you have these installed? It's the SAP Extract PACK and SAP Load PACK, if my memory serves.
by ray.wurlod
Tue Apr 03, 2007 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Keys" and "Values" in Change Capture
Replies: 3
Views: 1071

Even the manual can explain the difference between a Key Value column and a Change Value column.
The Key Value column must match before any other comparison will occur.
Change Value columns are the ones that are compared.