Search found 53125 matches

by ray.wurlod
Wed Nov 04, 2009 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sending mail on error
Replies: 4
Views: 1638

The Any sequencer is a correct approach, which means you can use a single Notification Activity. Consider instead using an Exception Handler linked to a Notification activity (and anything else you want to do). The Exception Handler has activity variables that allow easy identification of the activi...
by ray.wurlod
Wed Nov 04, 2009 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unhandled failure encountered executing command
Replies: 13
Views: 11653

As a test, add ; echo $? to the command (perhaps in a separate sequence created for diagnostic purposes) to learn what the command's exit status is. Any non-zero exit status from a command will be treated as a failure.
by ray.wurlod
Wed Nov 04, 2009 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator: Dropping component
Replies: 17
Views: 15486

Is dat_maj_socl referred to twice (or more)?
by ray.wurlod
Wed Nov 04, 2009 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage Analysis
Replies: 3
Views: 1712

A Usage Analysis on a job will only find a "job" in which the selected job was used if the selected job is in a successfully compiled sequence. The Usage Anaysis will find the sequence. Usage Analysis is primarily intended to be used with table definitions, stage types, data elements, tran...
by ray.wurlod
Wed Nov 04, 2009 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage Analysis
Replies: 3
Views: 1712

Is there a message in the status bar indicating that no items were found/selected?
by ray.wurlod
Wed Nov 04, 2009 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRITICAL ERROR
Replies: 4
Views: 1748

You can't. This is the internal program used to initiate the run of DataStage jobs. It is IBM Intellectual Property.

Therefore you need to involve your official support provider. Most bugs in DSD.RUN involve them sending you a patch consisting of a new version of (the executable of) DSD.RUN.
by ray.wurlod
Wed Nov 04, 2009 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle direct load
Replies: 2
Views: 1344

Of course, the "someone" may have been a scheduled or background process, perhaps doing a backup or a bulk load or a reorganization or some such - it doesn't have to be a person.
by ray.wurlod
Tue Nov 03, 2009 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job Compilation Failed with 40503 OLE error
Replies: 7
Views: 8115

This is usually a problem entirely within the client. Does it occur with the same jobs on someone else's client machine? The solution may be as simple as re-starting your client machine or, at the next step, reinstalling your client software.
by ray.wurlod
Tue Nov 03, 2009 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Insert Statements (ODBC)
Replies: 6
Views: 1638

WHAT is "completely dynamic", and what do you mean by that term?

We don't like to guess, it's so often a waste of time.
by ray.wurlod
Tue Nov 03, 2009 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvconfig file...
Replies: 4
Views: 2993

Even if you can do it (regen with the engine running) it is not a good idea. And you still need to re-start the engine services before the changes will be picked up anyway.
by ray.wurlod
Tue Nov 03, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key generation in SQL Server
Replies: 1
Views: 1032

Only if your surrogate key is an integer and you're using a state file. The state file can be initialized from any source.

If you're using GUID for the keys, then you need to go back to the database using a query to generate these.
by ray.wurlod
Tue Nov 03, 2009 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate/append a single string that resides in one file.
Replies: 5
Views: 1161

No.

DataStage lacks an RMM (read my mind) stage. You will have to tell it the file names. However, one job could be created with the file name set as a job parameter, if all three files have the same structure or you use the Schema File property (parameterize the schema file name too).
by ray.wurlod
Tue Nov 03, 2009 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get loaded count in DB2 table
Replies: 10
Views: 2651

Dump the records' key values into a temporary table as well as into the real table. Then do a count query on the join of the two (based on primary key and therefore resolved rapidly in the indexes) and see whether it matches the count reported by DataStage.
by ray.wurlod
Tue Nov 03, 2009 2:12 pm
Forum: General
Topic: DataStage Credentials - Page cannot be displayed
Replies: 3
Views: 3662

Re: DataStage Credentials - Page cannot be displayed

What version of IE are you running?
by ray.wurlod
Tue Nov 03, 2009 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null warning.
Replies: 8
Views: 2046

I think Vincent's blogs will be the DSXchangers' best source of information.

(I don't believe in unnecessary duplication of effort.)