Search found 53125 matches

by ray.wurlod
Sat Dec 16, 2006 4:43 pm
Forum: General
Topic: Getting Job Names from Sequences
Replies: 11
Views: 4585

There is an event late in the job sequence's log called "summary of sequence run". This gives a list of the activities that were actually executed (omits those that were bypassed by the control logic or checkpoint logic).
by ray.wurlod
Sat Dec 16, 2006 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: code=-99 [General repository interface 'other error']
Replies: 7
Views: 4213

For future reference note that address 0x80000000 is 2GB.
by ray.wurlod
Sat Dec 16, 2006 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating email id field
Replies: 13
Views: 3643

There is a sockets library in UniVerse, but it was added after the split from DataStage. There is no BASIC-callable sockets library for DataStage.
by ray.wurlod
Sat Dec 16, 2006 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing CFF files , Record to Record !
Replies: 11
Views: 3068

Merge stage will only show differences on columns defined as keys for the join. :cry:
by ray.wurlod
Sat Dec 16, 2006 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file problem
Replies: 5
Views: 2406

Please advise which environment variable it was, so that others can more rapidly solve it if they get the same problem in future.

I am not aware of any environment variable that would affect the operation of mkdbfile, unless you were using that environment variable as a job parameter.
by ray.wurlod
Fri Dec 15, 2006 4:24 pm
Forum: IBM QualityStage
Topic: QS Plug in Error
Replies: 3
Views: 1411

Have you deployed the STANCASS job?
by ray.wurlod
Fri Dec 15, 2006 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single Large Project Versus Multiple Small Projects
Replies: 6
Views: 1488

No. Though multiple projects may, in some small way, reduce contention for locks held by client processes.
by ray.wurlod
Fri Dec 15, 2006 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file problem
Replies: 5
Views: 2406

No, the problem here is that the command for CREATING the hashed file is not being generated correctly. Try re-compiling the job, then validating it.
by ray.wurlod
Fri Dec 15, 2006 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding sequencer
Replies: 3
Views: 780

A Sequencer with one input is a waste of space.

You probably need a Nested Condition activity ahead of Job activity 2; the test expression in the Nested Condition can determine whether the day name is Friday.

Code: Select all

Oconv(@DATE, "DWA") = "FRIDAY"
by ray.wurlod
Fri Dec 15, 2006 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup on hash file
Replies: 7
Views: 1268

1. Yes 2. Yes, unless updating the same hashed file in the same job. In which case disable both write and read cache (since they're separate caches). If the hashed file is tiny (say less than 10 groups) I probably wouldn't bother with read cache either, as its pages are likely to be memory resident ...
by ray.wurlod
Fri Dec 15, 2006 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings--Fixed width File
Replies: 6
Views: 1465

The limit is in the data browser, not in the file or in the Sequential File stage. Don't worry about it. If you are concerned, use a text viewer of infinite width, such as UltraEdit.
by ray.wurlod
Fri Dec 15, 2006 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing CFF files , Record to Record !
Replies: 11
Views: 3068

Of course you can do in in server. Set up a stage variable for each comparison. Tedious, perhaps, but not difficult.

Parallel jobs have inbuild stage types for change detection (Difference, Compare and Change Capture stages). They tend to make this kind of task less tedious.
by ray.wurlod
Fri Dec 15, 2006 4:10 pm
Forum: IBM QualityStage
Topic: Transfer Error
Replies: 9
Views: 3048

Try doing "deploy only" first.
by ray.wurlod
Fri Dec 15, 2006 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single Large Project Versus Multiple Small Projects
Replies: 6
Views: 1488

Large projects are contraindicated because it takes longer to populate things like drop-down lists and tree structures in the clients. Small projects are contraindicated because of the need to manage shared components more closely.
Where are your priorities?
by ray.wurlod
Fri Dec 15, 2006 4:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Large file to split
Replies: 15
Views: 3913

Why am I paying more taxes than the others? :( :cry: :x