Search found 53125 matches

by ray.wurlod
Tue Aug 22, 2006 6:18 am
Forum:
Topic: Cognos 8
Replies: 6
Views: 2632

Cognos 8

Anyone had experience with Cognos version 8 and MetaStage? Any "tales from the trenches" you'd like to share?

The MetaBrokers are only documented for use with Cognos up to version 7.5 and version 8 is radically different. I am experiencing vast difficulty moving metadata between the two.
by ray.wurlod
Tue Aug 22, 2006 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to abort the job
Replies: 11
Views: 4275

Re: how to abort the job

mohanraj wrote:Can anyone tell me that how can I abort the job.

The ol' power switch is singularly effective! :lol:
by ray.wurlod
Tue Aug 22, 2006 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve Warning messages at run time
Replies: 17
Views: 4544

Isn't Plz a town in the Balkans somewhere?

Do a search of DataStage help looking for the Link Variables topic. This should be as clear as you're going to get.
by ray.wurlod
Tue Aug 22, 2006 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What's DB2 API stage?
Replies: 5
Views: 1439

"API stage" (sequential execution) is a term used to differentiate from "Enterprise stage" (parallel execution, at least in theory).
by ray.wurlod
Tue Aug 22, 2006 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wrapper - Difference in execution ( Sequential v/s Parallel
Replies: 7
Views: 2421

How do you manage writing to a Sequential File stage as target in parallel mode? Is a Collector present on its input link?
by ray.wurlod
Tue Aug 22, 2006 4:26 am
Forum:
Topic: PowerDesigner 12 MetaBroker
Replies: 0
Views: 956

PowerDesigner 12 MetaBroker

Is anyone aware of - by which I guess I mean has anybody written - a MetaBroker for PowerDesigner version 12?

The MetaBroker that ships with MetaStage 7.5 supports only to PowerDesigner version 9.5. :cry:
by ray.wurlod
Mon Aug 21, 2006 10:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archived DS Logs that are in a readable form
Replies: 15
Views: 4633

What's wrong with something like

Code: Select all

SELECT TIMESTAMP, FULL.TEXT FROM RT_LOGnnn;

Isn't that readable?
by ray.wurlod
Mon Aug 21, 2006 10:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joblogging
Replies: 12
Views: 4003

Well, the original request included end time. That's precisely when the stats are captured for MetaStage. And automatically loaded into the MetaStage Directory, to be queried at leisure. Immediately is OK; they're available as soon as they've been imported.
by ray.wurlod
Mon Aug 21, 2006 10:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pathed Hashed files Directory Structure
Replies: 1
Views: 576

Whatever is right for you, Ross. It's impossible to advise without having some knowledge of the actual business. The Hashed File stage does not care, but you might (will) need to be careful with the use of job parameters across different environments (development, test and production).
by ray.wurlod
Mon Aug 21, 2006 9:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve Warning messages at run time
Replies: 17
Views: 4544

Depending on the stage type you can also get LASTERR as well as DBMSCODE (these are output link variables from the link attempting to put the row into the target database). Capture these onto a separate output link from the immediately-preceding Transformer stage.
by ray.wurlod
Mon Aug 21, 2006 9:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Hash file from BASIC Code
Replies: 7
Views: 3884

Multi-column keys in hashed files have @TM as a separator character. Your key expression therefore must be of the form

Code: Select all

key1 : @TM : key2
by ray.wurlod
Mon Aug 21, 2006 9:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logical Nodes vs Number of Partitions
Replies: 4
Views: 1465

The number of partitions created in Data Sets EQUALS the number of logical nodes in the configuration file, unless the operator that creates the Data Set is constrained to operate in a node pool containing fewer nodes. However, the number of resource disks used for the data files of a persistent Dat...
by ray.wurlod
Mon Aug 21, 2006 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems changing rows in column
Replies: 7
Views: 1726

No, the requirement is for a vertical pivot. The Pivot stage only does horizontal pivots. I can not see any logic in the example for determining which rows accumulate into columns. Did you give erroneous values for the P column? Search the forum for "Vertical Pivot" to find some techniques. Make sur...
by ray.wurlod
Mon Aug 21, 2006 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Upsert in Oracle DB
Replies: 6
Views: 1612

So what's different between the two environments?

"Nothing" is clearly not the correct answer.