Search found 53125 matches

by ray.wurlod
Mon Oct 26, 2009 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input 236615 records but output need 50000 records
Replies: 8
Views: 1777

The Limit tab should be disabled for parallel jobs. The only way you can enforce row limits in parallel jobs is to compile in trace mode, and this puts a Peek stage on every link in the job (so you really NEED a row limit). Parallel jobs are not intended to be limited in production.
by ray.wurlod
Mon Oct 26, 2009 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Geting warning's in decimal conversion
Replies: 11
Views: 3058

Because checking is more stringent in version 8. This is an alert rather than a warning. You are being informed that you are potentially trying to squeeze a large value (with 38 significant digits) into a smaller receptacle (only having seven significant digits), that there are some values (those wi...
by ray.wurlod
Mon Oct 26, 2009 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing V8.1 in UNIX Server
Replies: 2
Views: 961

The installation guide (manual) would be a great place to start.
by ray.wurlod
Mon Oct 26, 2009 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information Services error
Replies: 6
Views: 2174

Moderator: please move to Enterprise Edition forum
by ray.wurlod
Mon Oct 26, 2009 5:30 pm
Forum: General
Topic: Restrict Admin Users from Importing Jobs into Prod project
Replies: 3
Views: 1585

That is not possible. However one thing you can do is to set the operating system permissions for objects in the project so that the one user has read, write and execute permission and the others all lack write permission. A DataStage administrator does not, ipso facto, have access to change operati...
by ray.wurlod
Mon Oct 26, 2009 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record use of Default Values
Replies: 6
Views: 2022

Exactly that. It's just a separate stream of processing. After all, the rejects link has to go someplace. You may need to run it through a Column Import stage to re-parse it.
by ray.wurlod
Mon Oct 26, 2009 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record use of Default Values
Replies: 6
Views: 2022

If there's an import error you can intercept those rows on a reject link from the Sequential File stage. Downstream of that you can set the flag to indicate that a default value was used as well, of course, of setting the default value itself.
by ray.wurlod
Mon Oct 26, 2009 10:59 am
Forum: IBM QualityStage
Topic: Survive Stage
Replies: 1
Views: 1419

No. Survive does not provide for aggregation of values. I don't think there's even a way to do it with a custom survivorship rule, as these are primarily about complex conditions.
by ray.wurlod
Sun Oct 25, 2009 8:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job stalls for no reason - but reruns fine
Replies: 13
Views: 3741

What is the final entry in the log of the called job?
by ray.wurlod
Sun Oct 25, 2009 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job stalls for no reason - but reruns fine
Replies: 13
Views: 3741

Welcome aboard. What exact version of DataStage (for example 7.5.2, 7.5.3)? Are these jobs being run from Director directly, from a job sequence or from the dsjob command line interface?
by ray.wurlod
Sun Oct 25, 2009 4:20 pm
Forum: General
Topic: install datastage v8 on virtual pc
Replies: 5
Views: 2919

...but will install, even though not supported.

I suspect the blank screen might be anti-virus software interfering with things - do you have anti-virus and firewall disabled while the installation is proceeding?
by ray.wurlod
Sun Oct 25, 2009 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynLUT* files location question
Replies: 10
Views: 6811

Is large file support enabled? This file is 3GB.
by ray.wurlod
Sun Oct 25, 2009 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the best practice to load 50Mil+ in HF
Replies: 12
Views: 3884

It might be interesting to run the ten jobs simultaneously rather than consecutively.
by ray.wurlod
Sun Oct 25, 2009 1:52 pm
Forum: General
Topic: Failed to connect
Replies: 13
Views: 5512

In the short term, choose the one that works. Then you have time to study how to configure the alternatives.
by ray.wurlod
Sun Oct 25, 2009 1:51 pm
Forum: General
Topic: install datastage v8 on virtual pc
Replies: 5
Views: 2919

Doesn't matter - it's all the same at this point.

What virtualization software are you using? It certainly works with VMWARE - all IBM education is delivered using VMWARE images.