Search found 53125 matches

by ray.wurlod
Thu Aug 22, 2013 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ins Upd Del in one Stage
Replies: 11
Views: 3571

Having multiple links into the one database stage will cause all those links to form a single transaction. Set your transaction size (and array size) to 1.
by ray.wurlod
Thu Aug 22, 2013 12:38 am
Forum: General
Topic: Not able to login multiple clients
Replies: 4
Views: 1696

Can you use Run Director from the Designer's Tools menu?
by ray.wurlod
Thu Aug 22, 2013 12:37 am
Forum: General
Topic: Information Server 8.5 - Installation Error
Replies: 2
Views: 3366

Welcome aboard.

Are you logged in as a LOCAL administrator? (Being a domain administrator is not good enough.)
by ray.wurlod
Thu Aug 22, 2013 12:36 am
Forum: General
Topic: Problem with triggers in the Execute Command Activity stage
Replies: 3
Views: 1886

Return value is the exit status.

You probably need to test the value of $CommandOutput activity variable.
by ray.wurlod
Wed Aug 21, 2013 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ins Upd Del in one Stage
Replies: 11
Views: 3571

You could use a design something like this. Use constraint expressions within the Transformer stage to direct records to the output links depending on whether they're insert, update or delete records. +---------+ +-------------+ +-----------+ | | | | -INS->| | | | | | | | | SeqFile | ----->| Transfo...
by ray.wurlod
Wed Aug 21, 2013 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Operator / AIX
Replies: 5
Views: 1395

Just for laughs, what happens if you put a copy of your operator executable into RT_BPnnn.O directory?
by ray.wurlod
Wed Aug 21, 2013 4:49 pm
Forum: General
Topic: All Column datatype changes in Datastage project
Replies: 2
Views: 2107

Short answer: no.

You could try search and replace in a DSX or XML export, but be very careful to change only the values that need to be changed.
by ray.wurlod
Wed Aug 21, 2013 4:47 pm
Forum: General
Topic: Operations console IS version 9.1
Replies: 3
Views: 1115

Are you actually running DataStage jobs from which information can be collected?
by ray.wurlod
Wed Aug 21, 2013 4:44 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Overhead of "Enabled for Information Services"
Replies: 5
Views: 4494

There are not even any overheads when running multi-instance jobs. The only overheads occur when viewing the job log (effectively a view is needed that selects only the entries that relate to a specific invocation). Existence of an instance is recorded in RT_STATUSnnn so there's a tiny overhead (two...
by ray.wurlod
Wed Aug 21, 2013 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Operator / AIX
Replies: 5
Views: 1395

How about putting your library at the beginning of LIBPATH?
by ray.wurlod
Wed Aug 21, 2013 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Operator / AIX
Replies: 5
Views: 1395

This may seem counter-intuitive, but try including the parent directory in the command search path (PATH) also. Try also setting it into LD_LIBRARY_PATH (yes, I know AIX is not supposed to use that one, but I've encountered it in the past). And, of course, check the value of LIBPATH in the job log e...
by ray.wurlod
Tue Aug 20, 2013 7:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating the file name and column names
Replies: 8
Views: 2626

Existence of the file is more easily checked using the test command in an Execute Command activity in a sequence. Validity as CSV can be done in any of the ways we've already suggested, as well as operating system commands (such as grep for any lines that do not contain any commas, piping the output...
by ray.wurlod
Tue Aug 20, 2013 7:33 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Why the Column analysis workspace is empty ?
Replies: 2
Views: 2946

You imported the metadata as a global task (not within the scope of a project). Before you can analyse anything, you must go into your Project Properties and "register interest" in some or all of the imported metadata. Only then will table definitions become visible in the Column Analysis ...
by ray.wurlod
Tue Aug 20, 2013 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Occured Invoking SQL Builder
Replies: 3
Views: 1384

If the diagnostic routines within the product can only throw an "unknown error" how would we be expected to do any different? One could surmise that, to retrieve data, an SQL statement has to be built. The fact that you are retrieving data indicates that that is succeeding, so the error me...
by ray.wurlod
Tue Aug 20, 2013 4:29 pm
Forum: General
Topic: Dynamic Job Name in Job Activity?
Replies: 4
Views: 1970

It is exceedingly unlikely that they will ever change this mechanism. If you can generate a business case, feel free to submit a product enhancement request to IBM. For a small and finite number of jobs, you could create a sequence with (for example) a Nested Condition activity that causes the appro...