Search found 53125 matches

by ray.wurlod
Tue Nov 08, 2011 7:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to Read N number of tables and load into 1 table
Replies: 13
Views: 4333

First and obvious question - do all of these tables and the target table have the same record structure?
by ray.wurlod
Tue Nov 08, 2011 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP with column names (No schema file)
Replies: 5
Views: 2869

Hey, it may work. Try it and see. Let us know.
by ray.wurlod
Tue Nov 08, 2011 7:38 pm
Forum: IBM QualityStage
Topic: Email Adress and phone check
Replies: 3
Views: 2372

Yes, there are validation rule sets VEMAIL and VPHONE (good at least for US email addresses and phone numbers).
by ray.wurlod
Tue Nov 08, 2011 7:34 pm
Forum: Data Integration
Topic: Limiting Business Glossary Author Role
Replies: 4
Views: 10121

I haven't tried exactly this, Ray, but in 8.7 you can limit access to Categories by user, and then establish Workflow and simply never approve or authorize new categories that an Author might accidentally create (ie...they'll stay in draft). ...then remove them from Draft. Ernie Which raises the in...
by ray.wurlod
Tue Nov 08, 2011 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP with column names (No schema file)
Replies: 5
Views: 2869

I've never done it that way.

Right click in the associated table definition, and you get Save As presented as a menu option.
by ray.wurlod
Tue Nov 08, 2011 5:45 pm
Forum: General
Topic: The connection timed out (81015)
Replies: 5
Views: 1364

Don't add so much load to start with. Schedule tasks more intelligently.
by ray.wurlod
Tue Nov 08, 2011 5:33 pm
Forum: General
Topic: The connection timed out (81015)
Replies: 5
Views: 1364

Stopping DataStage services must perforce remove some of the load from your system. Some of that load may well be connected clients and running jobs that you do not consider when taking the sledgehammer approach. These just die.
by ray.wurlod
Tue Nov 08, 2011 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Compilation, Execution and Combination
Replies: 6
Views: 1328

A combined operator is where the conductor process identifies two or more parallel operators that are adjacent in the design, and specified to execute with the same degree of parallelism on the same nodes. It will (aggressively) cause these to be executed as a single process as APT_CombinedOperatorC...
by ray.wurlod
Tue Nov 08, 2011 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP with column names (No schema file)
Replies: 5
Views: 2869

No.

But you can save the table definitions from DataStage into schema files - you don't actually have to "write" them.
by ray.wurlod
Tue Nov 08, 2011 5:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssendmail problem
Replies: 5
Views: 3147

You need terminators, for example "\n" characters or @FM system variables.
by ray.wurlod
Tue Nov 08, 2011 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Tap" parallel stage?
Replies: 2
Views: 1048

Not a single stage, unless you create your own (Build stage). The buffering mechanism within parallel jobs handles your requirement non-absolutely - if the producer stage is producing data faster than the consumer stage can process those data, then the buffer "resists" input, effectively s...
by ray.wurlod
Tue Nov 08, 2011 5:20 pm
Forum: General
Topic: The connection timed out (81015)
Replies: 5
Views: 1364

Usually this means that your system or network was too busy for the connection to be established within a reasonable time.

The workaround, if it may be called such, is to address supply and demand. Don't load your system so much, or get a more powerful system.
by ray.wurlod
Tue Nov 08, 2011 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to estimate sratchdisk space for sorting
Replies: 6
Views: 1862

As Paul noted, the entire Data Set has to be sorted, not just the keys. Estimate not less than two times the entire volume of the Data Set as the requirement for scratch space when sorting. More is always better.
by ray.wurlod
Tue Nov 08, 2011 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Compilation, Execution and Combination
Replies: 6
Views: 1328

Your understanding of the compilation process is essentially correct. You will note that the generated OSH contains no mention of parallelism. There's a step that occurs before execution actually starts, though after the job run request has been issued, and that step is composition of the "scor...
by ray.wurlod
Tue Nov 08, 2011 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue in ODBC Enterprise
Replies: 10
Views: 3372

Check with your network administrator what the packet size is. Obviously such hugely wide rows will need multi-packet transmission. Don't worry about trying to tune Array Size yet - leave it at 1 (that's still 958KB of network traffic per row!). Work with your network administrator to achieve a bett...