Consultor Eletrônico



Kbase P10824: The web server needs to be restarted after the database has been restarted.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000

SYMPTOM(s):

The web server needs to be restarted after the database has been restarted.

The web page was developed using ASP.

The web page uses the Microsoft IIS web server.

CAUSE:

This is related to connection pooling.

FIX:

You must turn connection pooling off to resolve the problem. To turn connection pooling off, add the following "OLE DB Services = -2" to the connection string for the ADO connection object(s):

EXAMPLE: connString="......; OLE DB Services = -2"

An alternative option is turning off connection pooling via the ODBC Data Source Administrator.