Search found 42189 matches

by chulett
Fri Mar 05, 2004 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New Slowly Changing Dimension Job
Replies: 7
Views: 2407

That could very well be. It may have gotten "pulled" or delayed to a later release due to last minute issues.

From what I heard, something like that happened to the rumored Stored Procedure Stage. :wink:

Let us know what you find out!
by chulett
Fri Mar 05, 2004 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New Slowly Changing Dimension Job
Replies: 7
Views: 2407

I believe you'll find that this is for PX jobs only.
by chulett
Fri Mar 05, 2004 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bus error (Coredump)
Replies: 22
Views: 7909

More information. I can't execute any scripts in any jobs on this particular server right now. Even if I create a job that does nothing other than call a script - any script - it coredumps. Too much going on to allow me to restart DataStage right at the moment and I can certainly move on to other th...
by chulett
Fri Mar 05, 2004 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ComileAll missing mlistx.ocx
Replies: 4
Views: 1540

Suggest you pick up CompileAllPlus from the old site:

http://www.datastagexchange.com/compileall.php

Still free from there, as far as I know.
by chulett
Fri Mar 05, 2004 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot open file rt_log835 error in px
Replies: 1
Views: 474

What kind of error messages were you getting? Database errors from your source/target or internal DataStage type errors? Sounds like your log file for the job is corrupted - any chance you ran out of space where DataStage is installed? Hint - this is very high on the list of official Bad Things.
by chulett
Fri Mar 05, 2004 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing &PH&
Replies: 2
Views: 1245

Zed, That could be one cause. And yes, it is generally a good idea to manage the Phantom directory so that the number of entries in it doesn't get out of hand. Instead of manually clearing it (which you certainly can do) you might also want to consider an automated process. If you search the site, I...
by chulett
Thu Mar 04, 2004 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bus error (Coredump)
Replies: 22
Views: 7909

Yep! As close as possible to actually running under a job and it works fine. It actually runs just fine in many other jobs, across multiple servers and projects... there seems to be something magically wrong with this instance of it. :evil:

Maybe I'll try the old delete and re-add the Stage trick...
by chulett
Thu Mar 04, 2004 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bus error (Coredump)
Replies: 22
Views: 7909

Bus error (Coredump)

Any help out there for tracking one of these down? What I've got is a Command stage in a Sequence that (at the end of the process) runs a Korn shell script. It and others like it have been running fine for months in a number of different jobs. Today I added it to a new job and I get the following er...
by chulett
Thu Mar 04, 2004 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot run multiple instances of a job
Replies: 5
Views: 2156

A good place to start is with the online help available from the Director. Bring up the Index entry for "Multiple Job Instances" and go from there!
by chulett
Thu Mar 04, 2004 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot run multiple instances of a job
Replies: 5
Views: 2156

Re: Cannot run multiple instances of a job

Is something misconfigured, is this a bug, or am I misunderstanding what "multiple instances" should do ?? You can't just simply start the same jobs multiple times. You need to start the job and specify a different Invocation ID for each run - this is what allows them to run simultaneously. For exa...
by chulett
Thu Mar 04, 2004 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migrating jobs
Replies: 2
Views: 913

One question would be - are you A) upgrading an existing 5.x server to 7.x or are you B) setting up a new 7.x server and need to get all of your jobs over to it? First thing to do, regardless, is get a current export of all your projects for safe keeping or to fall back to if Something Goes Wrong. I...
by chulett
Thu Mar 04, 2004 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job stuck with status "Running"
Replies: 7
Views: 2923

Try clearing the status of the original job name, not the entry with the Invocation ID associated with it. They are, after all, in essence the same job. Either that or simply recompile or reset the original job and that will clear all Invocations, from what I remember.
by chulett
Wed Mar 03, 2004 11:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036 in job..
Replies: 6
Views: 1922

Also note that just because you can "View" the data doesn't mean the syntax is absolutely correct and the job will actually run! One thing I've found, for instance, is that prototyping SQL in another tool and then pasting it into DataStage can sometimes bite you in the rear. That lowly little traili...
by chulett
Wed Mar 03, 2004 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of DS 5.2 and DS 7. on the same Unix server ?
Replies: 4
Views: 974

Are you sure about that, Ken? The server part, that is? While you certainly can install two copies of the Client now (and switch between them) as long as one of them is Version 7.x, I'm not all that sure about the Server side. Perhaps if the older one is pre-code split and still using uvhome and uvr...
by chulett
Wed Mar 03, 2004 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with hash file key and look-up
Replies: 15
Views: 3989

A little bit to add to what Ken wrote. Something to realize is what happens when a Reference Lookup fails - i.e. does not return a row. When that happens, all fields in the link are null - all of them, including the keys that you specified and populated from the input stream. So even with a compound...