Search found 42189 matches

by chulett
Wed Jul 23, 2014 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Value as constraint or filter in datastage
Replies: 2
Views: 2347

You missed the whole point, I'm afraid.

Pradeep, do an exact search here for "rules engine" to get an idea what can be involved. Most are older discussions but still relevant I believe. You'll also find mention of third party tools like ILOG JRules which is now part of IBM as BRMS.
by chulett
Tue Jul 22, 2014 12:09 pm
Forum: General
Topic: Job stay in running mode in director
Replies: 16
Views: 6145

The technote seems to be specific to all jobs hanging rather than 'some'...
by chulett
Tue Jul 22, 2014 10:29 am
Forum: General
Topic: Job needs to run each hour
Replies: 4
Views: 2115

I cant use a server job. Sure you can. Doing something like that in a Parallel job borders on the ridiculous. Use the right tool for the job. Why would it need to stop running it after it finds a 'Y'? Sure it makes sense to stop but it wouldn't hurt anything to run it over the course of the day eit...
by chulett
Tue Jul 22, 2014 9:27 am
Forum: General
Topic: Job needs to run each hour
Replies: 4
Views: 2115

You can't use a File Watcher to do this, at least not directly. You'll need something to poll the table for a column that is newly set to 'Y' (I suggest a Server job) and then you'll need to check to see if it successfully found a row. At that point you'll need to do two things, 1) mark the row as p...
by chulett
Tue Jul 22, 2014 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the best practice for joining Nullable keys
Replies: 3
Views: 2730

In my experience, one would be converting any NULL values to an in-band value that you know doesn't naturally occur in the data before the join and then converting them back afterwards. Assuming you want the NULL values to be considered equal and be joined.
by chulett
Tue Jul 22, 2014 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating 7.5.1 to 8.7 performance issue on stored procedure
Replies: 2
Views: 3157

Thanks for posting that!
by chulett
Mon Jul 21, 2014 3:56 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Job run *FAILURE* in 1440 minute(s) 2 seconds
Replies: 6
Views: 4623

Sure... just not the entire log, please. :wink:
by chulett
Mon Jul 21, 2014 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters to PL/SQL while in a Sparse Lookup
Replies: 5
Views: 5001

iShoreETL - you really should open a NEW post with the details behind whatever issue it is that you are having.
by chulett
Mon Jul 21, 2014 3:04 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Job run *FAILURE* in 1440 minute(s) 2 seconds
Replies: 6
Views: 4623

Not necessary. Please check the Inactivity Timeout value as noted.
by chulett
Mon Jul 21, 2014 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs stuck in running state 9.1, linux
Replies: 4
Views: 2555

OK, that's a start. Can you answer any of the questions that I asked?
by chulett
Fri Jul 18, 2014 8:41 pm
Forum: General
Topic: Adding Multiple script After job Sub Routine
Replies: 8
Views: 1727

Sweet! Been far too long since I've had to worry about anything of that ilk... thankfully.
by chulett
Fri Jul 18, 2014 6:44 pm
Forum: General
Topic: Adding Multiple script After job Sub Routine
Replies: 8
Views: 1727

Specifically because of the MKSToolkit or natively? I'll have to dust off a DOS tome and see. :wink:
by chulett
Fri Jul 18, 2014 3:03 pm
Forum: General
Topic: Parallel Hint In Select Query Without Table Name
Replies: 2
Views: 1171

What I believe that you should see is the parallel hint without the required 'tablespec' (rather than applying to all tables) is invalid and invalid hints become comments, so no error is thrown. Regardless, the explain plans should reveal all as there can be several factors at work here. Also realiz...
by chulett
Fri Jul 18, 2014 12:53 pm
Forum: General
Topic: Adding Multiple script After job Sub Routine
Replies: 8
Views: 1727

A couple of thoughts... Run both with the proper separator between them. For UNIX I would typically use '&&' which means only run the thing on the right if the thing on the left succeeds. Not sure if there is a DOS equivalent but that shouldn't really matter. Or write a wrapper script that r...
by chulett
Fri Jul 18, 2014 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp with microseconds
Replies: 10
Views: 4880

OK... then why all of this concern to force it to 3? :?