This HTML5 document contains 4 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
wdrshttp://www.w3.org/2007/05/powder-s#
schemahttp://schema.org/
n6https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n5https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n2http://data.openlinksw.com/oplweb/faq/UDA/WhatDoIDoIfMyDriversOccasionallyFailToDisconnectAnswer#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
n2:this
wdrs:describedby
n5:uda-faq.ttl n6:uda-faq.ttl
rdf:type
schema:Answer
schema:answerExplanation
Both Multi-Tier and Single-Tier drivers users take the following action. Multi-Tier users see additional comments below. 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. 2. Insure that your application does not enforce manual commits. Use of manual commit may encourage the behavior described above. 3. Check the database native error logs for failures that may contribute to this problem. 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. 5. Ensure OpenLink's Progress drivers connect to Progress databases in sockets mode. A Progress shared memory library bug causes failure to disconnect. 6. 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. Multi-Tier users perform the following, additional test: 1. Recreate the problem. 2. Run oplshut -s on a command line. 3. Observe the number of OpenLink database agent processes. 4. Compare the output of oplshut -s with a Unix ps -ef or Windows Task Manager. 5. Upgrade if oplshut -s or the Windows Task Manager shows more agent processes.