Search found 53125 matches
- 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
- Thu Aug 22, 2013 12:38 am
- Forum: General
- Topic: Not able to login multiple clients
- Replies: 4
- Views: 1696
- Thu Aug 22, 2013 12:37 am
- Forum: General
- Topic: Information Server 8.5 - Installation Error
- Replies: 2
- Views: 3366
- Thu Aug 22, 2013 12:36 am
- Forum: General
- Topic: Problem with triggers in the Execute Command Activity stage
- Replies: 3
- Views: 1886
- 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...
- 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
- Wed Aug 21, 2013 4:49 pm
- Forum: General
- Topic: All Column datatype changes in Datastage project
- Replies: 2
- Views: 2107
- Wed Aug 21, 2013 4:47 pm
- Forum: General
- Topic: Operations console IS version 9.1
- Replies: 3
- Views: 1115
- 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...
- 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
- 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...
- 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...
- Tue Aug 20, 2013 7:33 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Why the Column analysis workspace is empty ?
- Replies: 2
- Views: 2946
- 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
- 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...