Search found 42189 matches

by chulett
Thu Sep 03, 2015 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime error in Job px calling an external routine
Replies: 4
Views: 2016

Did you check to see if the directory containing the library file is on the library search path? That's what the error suggests is the likely problem.
by chulett
Thu Sep 03, 2015 7:55 am
Forum: General
Topic: DSJS.RUNFAILED not working in custom trigger
Replies: 9
Views: 3131

Second one should be set to 'Otherwise' unless you were purposefully wanting the overlap between the two.
by chulett
Thu Sep 03, 2015 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record xxxx in DS_ROUTINES is locked by another user
Replies: 5
Views: 1943

Make sure you use the exact search option with an appropriate string, the others are a little... limited.
by chulett
Thu Sep 03, 2015 7:24 am
Forum: General
Topic: How do I create a basic Sequencer?
Replies: 16
Views: 4631

Ray, for your last suggestion - won't all the jobs still run in a serial fashion? The Job Activity stage forces a wait, so nothing in the sequence will happen until the first job finishes at which point the second will start. Yes? :? I'm remembering several conversations on this topic here over the ...
by chulett
Thu Sep 03, 2015 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage behavior/bug in 11.3?
Replies: 5
Views: 2056

pavankvk wrote:which behavior is correct 8.1 or 11.3?
Short answer? 11.3
by chulett
Wed Sep 02, 2015 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS code behaving differently in different environment
Replies: 8
Views: 5451

'Same' as in exact same database or they are two different databases but set up exactly the same? Where exactly is this CHAR(2) in your job? I'm more surprised to hear it doesn't get padded with 'an extra space' in DEV than it does happen in PROD. That's the nature of CHAR fields, they automatically...
by chulett
Tue Sep 01, 2015 11:02 pm
Forum: General
Topic: How do I create a basic Sequencer?
Replies: 16
Views: 4631

Never mind about the Toolkit reference, that was only valid on a Windows server. Since you are on a UNIX one, you have the Power Of Shell Scripts at your disposal! Is there anyone you work with that can help you with crafting one? It's not something to pick up from a forum post or two, unfortunately...
by chulett
Tue Sep 01, 2015 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS code behaving differently in different environment
Replies: 8
Views: 5451

I don't believe that affects Server jobs at all...
by chulett
Tue Sep 01, 2015 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS code behaving differently in different environment
Replies: 8
Views: 5451

Are these actually Server jobs? Do you have this issue with all Oracle sources or just literally when you select something from DUAL?
by chulett
Tue Sep 01, 2015 10:36 am
Forum: General
Topic: How do I create a basic Sequencer?
Replies: 16
Views: 4631

Is your ETL server truly on Windows? If so that would mean a DOS batch file, something that's not my strong suit. Or (question to the general audience) can one still craft shell scripts and take advantage of the MKS Toolkit to run it? The problem with dumping them all in a Sequence job and using the...
by chulett
Tue Sep 01, 2015 10:11 am
Forum: General
Topic: How do I create a basic Sequencer?
Replies: 16
Views: 4631

Re: How do I create a basic Sequencer?

All it needs to do is run all 40 jobs at once. Are you sure this is wise, as in you've done this before and you know your system can handle it? :? If literally all you need to do is start 40 jobs and not have any monitoring in place, I'd look into scripting a loop around dsjob. Iterate through a li...
by chulett
Mon Aug 31, 2015 10:29 pm
Forum: General
Topic: Errors only when running job using dsjob
Replies: 2
Views: 1120

Don't have any thoughts on the first question right now but the second about making sure a job is in a runnable state - how are your scripting skills? Typically one would build a 'wrapper' script to run any DataStage job and part of that would to be check the current status of the job using -jobinfo...
by chulett
Mon Aug 31, 2015 7:22 am
Forum: General
Topic: Understanding Job Logs
Replies: 4
Views: 3445

The 'delay' you are seeing is the amount of time from when the request to start the job was made and when it actually started. This log entry matches up with the summary: Item #: 4 Event ID: 423 Timestamp: 2015-08-22 00:13:45 Type: Info User Name: dsadm Message Id: IIS-DSTAGE-RUN-I-0019 Message: LD_...
by chulett
Fri Aug 28, 2015 8:49 pm
Forum: IBM QualityStage
Topic: How to create cutomized rule set.
Replies: 4
Views: 4006

Moved.
by chulett
Fri Aug 28, 2015 3:13 pm
Forum: IBM QualityStage
Topic: How to create cutomized rule set.
Replies: 4
Views: 4006

So... this is a QualityStage topic?