. "\n 1. Use your database native transaction monitor to see if OpenLink drivers are locked in pending transactions. OpenLink drivers cannot disconnect from a database while they are still engaged in transactions.\n 2. Insure that your application does not enforce manual commits. Use of manual commit may encourage the behavior described above.\n 3. Check the database native error logs for failures that may contribute to this problem.\n 4. Create a client-side ODBC trace. Examine the trace to insure that the application sends the proper sequence of SQLFree()s and SQLDisconnect()s to the driver.\n 5. Perform the following test:\n \u2014 Recreate the problem;\n \u2014 Run oplshut -s on a command line.\n \u2014 Observe the number of OpenLink database agent processes.\n \u2014 Compare the output of oplshut -s with a Unix ps -ef or Windows Task Manager.\n \u2014 Upgrade if oplshut -s or the Windows Task Manager shows more agent processes.\n 6. Connect to Progress databases in sockets mode. A Progress shared memory library bug causes OpenLink's database agents to linger.\n 7. Contact OpenLink Product Support, if you use Progress 91C or 91D. OpenLink is working to resolve occurrences of lingering agents that are not associated with the shared memory bug." . . .