Search found 53125 matches

by ray.wurlod
Tue Nov 01, 2011 12:34 pm
Forum: General
Topic: Notifying if the job runs longer
Replies: 7
Views: 1723

Click the "Visit poster's website" link under Kim's post.
by ray.wurlod
Tue Nov 01, 2011 12:33 pm
Forum: General
Topic: Reading input&output rows
Replies: 3
Views: 2524

Download ETLstats from Kim Duke's website and save re-inventing the wheel.

Otherwise "roll your own" using DataStage API functions including DSGetStageInfo() and DSGetLinkinfo().
by ray.wurlod
Tue Nov 01, 2011 12:29 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to join two tables in IA
Replies: 4
Views: 2994

No, that's not what data rules are about. Data rules are expressions that evaluate to true or false depending on the values in the data. Data rules use join key elements to specify the relationship between tables when you have a data rule such as tablea.columnx < tableb.columny (and there is a joina...
by ray.wurlod
Tue Nov 01, 2011 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job performance of huge data volumn
Replies: 7
Views: 1992

Premium membership takes as long as it takes, it depends on when the membership director processes orders. Usually it's within 24 hours. Overseas (non US) credit cards may take slightly longer. Please note that I am not part of the administrative team of DSXchange, and can not influence that.
by ray.wurlod
Tue Nov 01, 2011 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Ouput Reject Records from DB2 Connector to Flat File
Replies: 18
Views: 12276

Try including a Copy stage ahead of the Sequential File stage.
by ray.wurlod
Tue Nov 01, 2011 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view Parallel Routine Code
Replies: 1
Views: 892

"External" means exactly that; the code is not stored within DataStage. It's stored wherever its author decided to store it. The entry in DataStage may give some clue as to its location, but that's not guaranteed - whoever compiled/linked the routine need not have placed the shared library...
by ray.wurlod
Tue Nov 01, 2011 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non integer value returned for field. Unable to set to Null
Replies: 9
Views: 2786

Mutex (mutually exclusive semaphores) are simply how locks are implemented on your operating system. Looks like you have had some timeouts and whatever has caused them is in the past. This makes current diagnosis pretty much impossible.
by ray.wurlod
Tue Nov 01, 2011 7:38 am
Forum: General
Topic: Mapping Oracle Table Definitions
Replies: 10
Views: 6987

Of course there is, probably with a lot of Field() functions. The structure returned by this function is a dynamic array. How much of the information do you require, and in what format? From memory the fields are: column names key SQL data type (enumerated) precision scale nullable Each field is a c...
by ray.wurlod
Tue Nov 01, 2011 7:33 am
Forum: General
Topic: Unable to connect to DataStage using DS Designer client
Replies: 3
Views: 2153

That was post #666 for James, on Halloween!
:twisted:
by ray.wurlod
Tue Nov 01, 2011 7:32 am
Forum: General
Topic: JobMonApp Listener
Replies: 3
Views: 1514

I've not had JobMonApp fail, so it would not be useful for me.

JobMonApp not running does not prevent jobs from running.
by ray.wurlod
Tue Nov 01, 2011 7:31 am
Forum: IBM QualityStage
Topic: MNS_stage,3: Table could not be found
Replies: 5
Views: 2149

Quick thought is that table USMNAD.ITO (input text overrides for MNS) is not in place. Have you provisioned all elements of the rule set after creating the override?
by ray.wurlod
Mon Oct 31, 2011 9:55 pm
Forum: General
Topic: Unlocking a job via another job
Replies: 36
Views: 9218

And, as noted earlier, that error almost always stems from not having sourced the dsenv script before trying to invoke dssh/uvsh.
by ray.wurlod
Mon Oct 31, 2011 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non integer value returned for field. Unable to set to Null
Replies: 9
Views: 2786

Locks in Information Server, locks in DataStage or locks in the database?

What kind of locks?
by ray.wurlod
Mon Oct 31, 2011 9:18 pm
Forum: General
Topic: Unlocking a job via another job
Replies: 36
Views: 9218

My car won't start. It throws some error. Unless you tell us what the error is we are in no position to assist. You should know this by now; you have posted many times and read many other posts. For starters check your own work. In your most recent post you specify Edam (which is a kind of cheese) a...
by ray.wurlod
Mon Oct 31, 2011 9:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a hashed file
Replies: 3
Views: 1067

Yes you can, or in a shell script or from the operating system shell. You can use the Hashed File Calculator (a utility on the installation media) to give you the correct mkdbfile syntax. This command is the correct one to use to create pathed hashed files, though there are extensions to the CREATE ...