Search found 53125 matches
- Fri Aug 25, 2006 1:03 am
- Forum: General
- Topic: Multiple instances jobs remain after run. How perform clean?
- Replies: 2
- Views: 2102
There is only ever one copy of a multi-instance job. There may be log and status entries from various invocations, but these are just entries in tables. Log entries are removed during the normal purging process. Status entries are kept until the job is re-compiled. But there are never multiple copie...
- Thu Aug 24, 2006 1:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trapping Oracle error message
- Replies: 8
- Views: 1953
- Thu Aug 24, 2006 1:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete a category from command line
- Replies: 15
- Views: 4710
- Thu Aug 24, 2006 1:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Year to date(YTD)
- Replies: 7
- Views: 2054
- Thu Aug 24, 2006 1:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: create user on server
- Replies: 4
- Views: 1187
- Thu Aug 24, 2006 1:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Autoshutdown of datastage enginer
- Replies: 2
- Views: 931
- Thu Aug 24, 2006 1:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: YTD Problem
- Replies: 2
- Views: 1021
- Thu Aug 24, 2006 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Running" State (Job Hung)
- Replies: 6
- Views: 1675
Hah!! MS Security Patches interfere with EVERYTHING in my experience, even with themselves. There are other possibilities. Has this problem recurred? What you see in Directory is not the actual status, it's the most recently recorded status. The job updates its status periodically. If something prev...
- Thu Aug 24, 2006 1:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error while creating job
- Replies: 12
- Views: 4816
- Thu Aug 24, 2006 12:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing a parameter inside After-job Subroutine
- Replies: 25
- Views: 5318
There are two techniques for obtaining a parameter value into an after-job subroutine. (1) Put the parameter reference (for example #DirectoryPath#) into the Input Values field - it becomes available in the routine as InputArg. (2) Invoke DSGetParamInfo() function with DSJ.ME as the job handle argum...
- Thu Aug 24, 2006 12:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Recognize an OCI stage in DS_JOBOBJECTS
- Replies: 5
- Views: 1772
Most of the columns in the Repository tables are (deliberately) un-named. This allows the vendor to maintain the mystique and to make hacking the repository more difficult. It is also the case that many of the repository tables contain more than one record type (and therefore record format), which m...
- Thu Aug 24, 2006 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String aggregation
- Replies: 11
- Views: 3940
- Thu Aug 24, 2006 12:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stop the job after 1 read row
- Replies: 8
- Views: 2048
The Hashed File stage has a Selection tab does it not? An appropriate selection phrase phrase to put in here is
If that builds a WITH phrase that causes a syntax error, trick DataStage into generating a legal phrase, for example
Code: Select all
FIRST 1If that builds a WITH phrase that causes a syntax error, trick DataStage into generating a legal phrase, for example
Code: Select all
1 = 1 FIRST 1- Thu Aug 24, 2006 12:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error compiling generated subroutine for stage
- Replies: 7
- Views: 4462
- Thu Aug 24, 2006 12:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: where to locate .dshome file
- Replies: 7
- Views: 3594