Search found 53125 matches
- Tue Dec 05, 2006 6:42 pm
- Forum: General
- Topic: Automatic Job Generator - does one exist??
- Replies: 39
- Views: 18825
- Tue Dec 05, 2006 5:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do I need to be root for this?
- Replies: 7
- Views: 2209
Some of us don't work every weekend, and are busy when we are at work. The output from uv -admin -info suggests no problems, so you should be able to see things from the Cleanup Resources utility. You do not need to be dsadm; indeed, just to look you can be any user. There are two Show All option bu...
- Tue Dec 05, 2006 5:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import a table definition using a command line utility
- Replies: 4
- Views: 1266
Are you looking for a mainframe command line utility, or a server command line utility? The latter does not exist. I suspect there's not going to be one on the mainframe either, as there really isn't the same concept of a command line, but generating the COBOL FD or DCLGen is definitely possible. Bu...
- Tue Dec 05, 2006 5:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job scheduling process
- Replies: 6
- Views: 1315
- Tue Dec 05, 2006 5:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: importance of Display column in oracle stage
- Replies: 7
- Views: 1220
- Tue Dec 05, 2006 3:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To populate Multiple IDs for UNIQUE Vehicle
- Replies: 5
- Views: 1261
- Tue Dec 05, 2006 3:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to handle the join stage warnings
- Replies: 15
- Views: 4890
- Tue Dec 05, 2006 3:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: importance of Display column in oracle stage
- Replies: 7
- Views: 1220
- Tue Dec 05, 2006 3:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to clear the DS uvdlockd.exe???
- Replies: 4
- Views: 1594
- Tue Dec 05, 2006 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to clear the DS uvdlockd.exe???
- Replies: 4
- Views: 1594
dsdlockd will not help with database deadlocks at all. dsdlockd is only for deadlocks in the DataStage Repository itself, and these are extremely rare. We mainly use dsdlockd's secondary purpose, cleaning up after defunct processes. Deadlocks in the database are either the result of faulty design (s...
- Mon Dec 04, 2006 8:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to clear the DS uvdlockd.exe???
- Replies: 4
- Views: 1594
uvdlockd.exe (which is called dsdlockd.exe in versions 6.0 and later) should be left running. Its purpose is to check for deadlocks periodically. As a side effect, it can clean up resources held by defunct processes, such as disconnected clients. It is NOT a deadlock. Whether it starts automatically...
- Mon Dec 04, 2006 8:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Long time taken to import jobs for a project using dsx
- Replies: 1
- Views: 984
The difference is that, into a new project, the changes are inserts, whereas into an existing project, they are updates. In fact, the difference is more stark than that, but will suffice for the purpose of example. Inserts are always far more efficient than updates, since they can simply move entire...
- Mon Dec 04, 2006 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: design question
- Replies: 4
- Views: 1289
- Mon Dec 04, 2006 7:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding query repository
- Replies: 8
- Views: 1822
The point made by narasimha is that data values are case sensitive. This is true in all databases. This is why "DEFN" did not return any rows; the correct partial value is "Defn". Beware also that OBJIDNO is not a numeric data type, so sorting by it will give "numbers" sorted alphabetically 1, 10, 1...
- Mon Dec 04, 2006 7:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding query repository
- Replies: 7
- Views: 1667