Search found 53125 matches

by ray.wurlod
Mon Feb 06, 2012 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector parallel mode
Replies: 8
Views: 5741

The first connection is the metadata mismatch check. I don't know whether it checks for whether the table is partitioned at that time, though it would make sense to do so.
by ray.wurlod
Mon Feb 06, 2012 4:23 pm
Forum: General
Topic: How to set HOME variable
Replies: 10
Views: 2790

If you only need this change for DataStage processes, set HOME in the dsenv script. All DataStage processes read this script.
by ray.wurlod
Mon Feb 06, 2012 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a network request and response file
Replies: 37
Views: 7283

The logic is correct, and you can accumulate the XML as a single string in a stage variable. Output it once the closing tag has been processed (that is, if the input value is "</Request>").
by ray.wurlod
Mon Feb 06, 2012 4:15 pm
Forum: General
Topic: How to set HOME variable
Replies: 10
Views: 2790

Why do you believe you need to change HOME ? This is typically set by your login process.
by ray.wurlod
Mon Feb 06, 2012 4:13 pm
Forum: General
Topic: Error adding to schedule: at: you are not authorized to use
Replies: 8
Views: 1940

Your SysAdmin should know about at.allow and cron.allow files. If not, get a competent SysAdmin.
by ray.wurlod
Mon Feb 06, 2012 4:13 pm
Forum: General
Topic: Creating new Dynamic VOC file and replacing the VOC file
Replies: 19
Views: 5792

What was your working directory at the time? The executable's parent directory needs to be findable in your command search list (PATH environment variable) or its pathname needs to be specified. Unix 101.
by ray.wurlod
Mon Feb 06, 2012 2:46 am
Forum:
Topic: Importing into metadata repository using istool
Replies: 18
Views: 6322

There's a Metadata Workbench Essentials class at IBM Singapore Thursday and Friday of this week. It's not too late to enrol. I'm the presenter. Contact Learning Services at IBM Singapore for more information.
by ray.wurlod
Mon Feb 06, 2012 2:44 am
Forum:
Topic: Importing into metadata repository using istool
Replies: 18
Views: 6322

Does the tutorial ask you to specify the -cm option? Try some other option instead.

Note, however, if there ARE common metadata elements, these should always be imported before elements of any other class.
by ray.wurlod
Mon Feb 06, 2012 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job execution,what happend background?
Replies: 2
Views: 1227

Your question is not clear. ALL DataStage processes run as background processes.

(The word "phantom" in DataStage context means "background process".)
by ray.wurlod
Mon Feb 06, 2012 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job is executing in only one node
Replies: 1
Views: 846

1. Use a one-node configuration file.

or

2. Add a single node node group and constrain stages to run in that.

or

3. Change the execution mode of stages to "Sequential".

or

4. Change the default execution mode environment variable.

just off the top of my head.
by ray.wurlod
Mon Feb 06, 2012 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset_scenario
Replies: 5
Views: 1805

Explanation? What you need is what you need. Define a DataStage job to give effect to your need.
by ray.wurlod
Mon Feb 06, 2012 2:38 am
Forum: General
Topic: Export jobs and routines w/o dependent items
Replies: 3
Views: 1014

Not really.
:wink:
by ray.wurlod
Mon Feb 06, 2012 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column sampling
Replies: 6
Views: 1936

It's not marked as resolved, nor is there any indication that U (one of our posters) had any involvement at all.

The second person personal pronoun in English is spelled "you".
by ray.wurlod
Sun Feb 05, 2012 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector parallel mode
Replies: 8
Views: 5741

SYSIBM.SYSTABLES isn't partitioned, so the SELECT is sequential. If it were partitioned, and you specify the Partition Table property, then the stage will execute in parallel mode.
by ray.wurlod
Sun Feb 05, 2012 3:39 pm
Forum: General
Topic: Export jobs in XML format from Server side using DS 8.0
Replies: 7
Views: 5008

There are lots of others. .mjb is mainframe job.