Search found 53125 matches

by ray.wurlod
Mon May 04, 2009 4:04 pm
Forum: IBM QualityStage
Topic: Match Designer - Test All Pass error
Replies: 5
Views: 4823

That's not a similar error; it's totally different. Therefore, to assist future searchers, please begin a new topic.
by ray.wurlod
Sun May 03, 2009 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Scheduling In Server Edition
Replies: 7
Views: 2333

Please mark this thread as Resolved
by ray.wurlod
Sun May 03, 2009 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE value
Replies: 1
Views: 1295

*Topic Relocated - Content Editor*
by ray.wurlod
Sun May 03, 2009 7:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing Scratch Disc Space to another Drive
Replies: 7
Views: 2328

Yes, provided that you can get a keyboard that can spell.

depualf.apt is not the right name!
by ray.wurlod
Sun May 03, 2009 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Information Server - New project Window
Replies: 7
Views: 4623

Are you opening "IBM Information Server console" or "Web console for Information Server"? The first is for Information Analyzer and Information Services Director - my guess is you've opened that and are seeking to create an Information Analyzer project. Please confirm.
by ray.wurlod
Sat May 02, 2009 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Information Server - New project Window
Replies: 7
Views: 4623

Which window (tab) are you on?

DataStage projects are created with the DataStage Administrator client, not with Web Console for Information Server.
by ray.wurlod
Fri May 01, 2009 7:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannor view the logs
Replies: 8
Views: 1921

It does NOT say error opening directory.

It says error opening dictionary - a completely different can of worms.
by ray.wurlod
Fri May 01, 2009 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannor view the logs
Replies: 8
Views: 1921

Has someone deleted or changed the permissions on D_RT_LOG file?
by ray.wurlod
Fri May 01, 2009 7:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Technique
Replies: 2
Views: 1793

*Topic Relocated - Content Editor*

The parallel Merge stage and the server Merge stage are two completely different beasts. The server Merge stage should probably be called FileJoin (because it joins two sequential files)
by ray.wurlod
Fri May 01, 2009 7:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sortung on voluminous data
Replies: 3
Views: 918

Just out of curiosity, how fast does the UNIX sort command sort this volume of data? Do you have any third-party sort utilities, such as SyncSort or CoSort, available?
by ray.wurlod
Fri May 01, 2009 7:05 pm
Forum: General
Topic: ACH file creation
Replies: 1
Views: 749

Welcome aboard.

There's nothing "out of the box" but, if you know the required format of these files, it should be a straightforward matter to have DataStage construct them.
by ray.wurlod
Fri May 01, 2009 7:03 pm
Forum: General
Topic: Establishing checkpoints
Replies: 1
Views: 957

Look at the log. Checkpoints occur when an activity completes successfully. Therefore, if A completed successfully, it will be checkpointed. On the next run of the sequence (after D fails), A will be skipped. B and C will not be skipped, because this is what "do not checkpoint run" means.
by ray.wurlod
Thu Apr 30, 2009 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculating statistical mode
Replies: 4
Views: 1027

As soon as you come up with a solution to the bimodal problem "they" will provide data with three or more modes. And so it will go. Murphy is alive and well.
by ray.wurlod
Thu Apr 30, 2009 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculating statistical mode
Replies: 4
Views: 1027

Whose requirement?

Would they expect you to tune their car using only a hammer and a whisk broom?

Resist stupid requirements!

Use the right tool for the job.
by ray.wurlod
Thu Apr 30, 2009 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculating statistical mode
Replies: 4
Views: 1027

Use a database or reporting tool that can do nonparametric statistics. This is NOT the province of an ETL tool. You could do mode with a pair of Aggregator stages (count in the first, max in the second) but that would only be appropriate if you could guarantee unimodal distribution. Rank is really a...