Search found 53125 matches

by ray.wurlod
Tue Jun 19, 2007 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with decode stage
Replies: 8
Views: 5223

Build stage. You need to write your own decryption code. If there is a command line decryption utility you could use an External Filter stage.
by ray.wurlod
Tue Jun 19, 2007 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get categoryname,jobname,job dependency.
Replies: 8
Views: 2284

UV or Hashed File stage querying DS_JOBS excluding any where name begins with a "/" or "\" character, returning columns NAME and CATEGORY (both VARCHAR).
by ray.wurlod
Tue Jun 19, 2007 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of Filter Commands
Replies: 7
Views: 2200

Welcome aboard. :D
Can you please post the actual Filter command? Since the Sequential File stage reads stdout from the filter command, this is unexpected behaviour. Does the sort take quite a while? Perhaps the Sequential File stage is taking a timeout and processing no rows at all?
by ray.wurlod
Tue Jun 19, 2007 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SOURCE TABLE INFO OF A JOB - UNIVERSE
Replies: 5
Views: 2750

Tables with DS_... names contain only design-time information; they contain nothing about when/whether the job has been run and how successfully. You can certainly obtain the values of the Table link property with your query, but not whether they have been loaded. That would probably need something ...
by ray.wurlod
Tue Jun 19, 2007 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: execution of a job hangs after a few seconds
Replies: 2
Views: 1140

Passive stage types (such as Hashed File stages) can not open their output link(s) until their input link(s) are closed. Until the hashed file is fully populated and the write cache flushed to disk, the remainder of the job will wait.
by ray.wurlod
Tue Jun 19, 2007 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Notification_Activity_1
Replies: 1
Views: 1343

The error messages make it clear that there was a network error. Fix that.
by ray.wurlod
Tue Jun 19, 2007 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification
Replies: 12
Views: 2771

:? Where did blah.exe come from? It's not in my original post (which has not been edited). Was it an attempt at humour? Perhaps you left out the funny part.
by ray.wurlod
Tue Jun 19, 2007 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: /.dshome or DSHOME environment variable is invalid or missin
Replies: 5
Views: 6119

The reason that .dshome is not created for an -itag installation is that such an installation implies that more than one server version is being installed on the machine, so a more flexible mechanism for identifying the DataStage server - namely the DSHOME environment variable - is required as the g...
by ray.wurlod
Tue Jun 19, 2007 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add_to_heap() - Unable to allocate memory
Replies: 4
Views: 1752

Possibly. It rather depends on what the job does. But there's no flexibility with a hashed file of this size. You've already indicated in another post that you need every column and every row that you're loading into the hashed file - but you might like to verify this assertion.
by ray.wurlod
Tue Jun 19, 2007 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing detail information of job in other category
Replies: 8
Views: 1317

Use a bigger data type - maybe VarChar(4096)
by ray.wurlod
Tue Jun 19, 2007 2:31 pm
Forum: General
Topic: Nonpipe(Or no virtuual file)
Replies: 3
Views: 1474

Dump the score (set APT_DUMP_SCORE) and determine where the error is being generated. Fix that.
by ray.wurlod
Tue Jun 19, 2007 2:29 pm
Forum: General
Topic: Get Data from the Database based on a key column.
Replies: 10
Views: 1826

It's not a server job, is it?
:roll:
by ray.wurlod
Tue Jun 19, 2007 2:28 pm
Forum: General
Topic: Routine Triggers with Loops
Replies: 11
Views: 2433

Can you inspect the generated Job Control code to try to figure out what's happening?
by ray.wurlod
Tue Jun 19, 2007 2:27 pm
Forum: General
Topic: DS to IMS connection
Replies: 1
Views: 790

Welcome aboard.

The easiest way is to use DataStage EE MVS edition, which can handle IMS directly. It has an IMS stage, and allows you to predefine IMS databases and viewsets.
by ray.wurlod
Tue Jun 19, 2007 2:21 pm
Forum: IBM QualityStage
Topic: Reverse Engineer
Replies: 9
Views: 3592

It's primarily a matter of understanding what gets deployed to the server. There's nothing hidden - everything is in the form of scripts, file dictionaries and rule set tables (text files all). There are six directories on the server, within the project directory itself. Inspect the contents of thes...