Search found 53125 matches
- Tue May 20, 2008 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: kill process ids
- Replies: 10
- Views: 3075
- Tue May 20, 2008 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count generation
- Replies: 13
- Views: 3837
- Tue May 20, 2008 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting From Cobol file
- Replies: 2
- Views: 815
- Tue May 20, 2008 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: add single quote in data
- Replies: 6
- Views: 2394
- Tue May 20, 2008 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling Options
- Replies: 4
- Views: 1323
- Tue May 20, 2008 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Enterprise stage dynamic lookup
- Replies: 8
- Views: 2797
- Tue May 20, 2008 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: odbc stage
- Replies: 2
- Views: 1036
- Tue May 20, 2008 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Database Connection limit exceeded error
- Replies: 11
- Views: 5959
- Tue May 20, 2008 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Email body - send hyperlink with spaces inbetween
- Replies: 1
- Views: 1041
- Tue May 20, 2008 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional Lookups where condition references an input col
- Replies: 7
- Views: 1359
- Tue May 20, 2008 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSJOBS table not being populated when using reorting assista
- Replies: 8
- Views: 1947
Usage Analysis will do some of those. You might also like to use/adapt the tools downloadable from Chuck Smith's or Kim Duke's websites.
- Tue May 20, 2008 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored_Procedure_0,0: Operator terminated abnormally: receiv
- Replies: 6
- Views: 4523
- Tue May 20, 2008 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove unwanted space at one column
- Replies: 16
- Views: 5674
Code: Select all
Right(Str("0",19) : InLink.TheString, 19)- Tue May 20, 2008 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: odbc connection problem
- Replies: 3
- Views: 2401
The problem is internal to the ODBC stage. OpenPath is the BASIC function for opening a directory or pathed hashed file, and it is this that has thrown the first error message. Since you have read and execute permission, then something else is the cause. Did you check the permissions used by the exe...
- Tue May 20, 2008 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Operator Role Issues - Jobs not Found
- Replies: 8
- Views: 1336
Read my post again. The Operator role is not changed, and it is the most restrictive. I guess you could fiddle about with operating system group membership and permissions to prevent operators from running jobs (for example denying them access to some crucial executable), but I can not presently thi...