Out of Space When DSN Specifies New Database
You may receive "out of space" messages if you change a DSN to specify a new database while there are existing connections to the original database in a system with multiple client connections.
Close all connections to the original database. This causes a new server process to be created for connections to the database that is now specified in the DSN. Use the ttStatus
utility to list the connections for the old database. Alternatively, you can restart the server by using the ttDaemonAdmin
utility with the -restartServer
option, which resets all client connections on all DSNs in the instance.