9 messaggi dal 12 dicembre 2001
Salve a Tutti....
Mi connetto ad un DB Ms SQL server...... mi da spesso questo errore (scritto sotto) e non so come fare per uscirne... qualcuno può aiutarmi?
grazie!!!

Ecco l'errore
----------------------------------
error 'ASP 0115'
Unexpected error

/Default.asp

A trappable error occurred in an external object. The script cannot continue running.

Server object error 'ASP 0115 : 8000ffff'

Unexpected error

/Default.asp, line 6

A trappable error occurred in an external object. The script cannot continue running.
----------------------
32 messaggi dal 17 luglio 2001
Guarda un po' che ti mando !? Ti può essere utile ?
Fammi sapere !

0x8000FFFF "Catastrophic failure" Message with SQL Server ODBC Driver

Q243349


--------------------------------------------------------------------------------
The information in this article applies to:

Microsoft Data Access Components version 2.1 SP2
Microsoft ODBC Driver for SQL Server, version 3.7

--------------------------------------------------------------------------------


SYMPTOMS
The following error may be generated by the Microsoft SQL Server ODBC driver, especially when you are using the ODBC driver in connection-pooled environments such as Internet Information Server (IIS):

Error 0x8000FFFF Catastrophic failure
The typical symptoms are that the driver is used successfully for a varying amount of time, but the error then occurs when you attempt to open a connection object.

This problem occurs with the 3.70.0690 build of the Microsoft SQL Server ODBC driver (Sqlsrv32.dll) but does not occur with earlier builds. Also, the problem does not occur when you use the native Microsoft SQL Server OLE DB Provider (Sqloledb.dll).



CAUSE
The Microsoft SQL Server ODBC driver is loading the Winmm.dll file for timing functions. While Winmm.dll is primarily a multimedia DLL, it contains some timing functions that resolve down to the millisecond level, and the Microsoft SQL Server ODBC driver is using these functions for internal timing issues.

In the 3.70.0690 build of the Microsoft SQL Server ODBC driver, Winmm.dll is being unloaded prematurely, and the function pointers are not being zeroed out. Therefore, the function pointer appears to refer to a valid address but the location it points to in memory is no longer valid.

This access violation (AV) is being caught by the exception handling in the OLE DB Service Components, and an 0x08000FFFF "Catastrophic failure" message is then returned to the client.



RESOLUTION
A supported fix is now available from Microsoft, but it is only intended to correct the problem described in this article and should be applied only to systems experiencing this specific problem. This fix may receive additional testing at a later time, to further ensure product quality. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Microsoft Data Access Components service pack that contains this fix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, please go to the following address on the World Wide Web:


http://support.microsoft.com/directory/overview.asp

NOTE: In special cases, charges that are normally incurred for support calls may be canceled, if a Microsoft Support Professional determines that a specific update will resolve your problem. Normal support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

The English version of this fix should have the following file attributes or later:


Date Time Version Size File name Platform
-------------------------------------------------------------

10/4/99 3.70.0737 25KB odbcbcp.dll
10/4/99 3.70.0737 505KB sqlsrv32.dll






WORKAROUND

Two ways to work around this are:


Revert back to an earlier build of the SQL Server ODBC driver, such as the 3.70.0623 build.

-or-


Use the SQL Server native provider (Sqloledb.dll) instead.





STATUS
Microsoft has confirmed this to be a problem in the Microsoft products that are listed at the beginning of this article.

This problem was corrected in MDAC 2.5.




MORE INFORMATION
If there is some doubt as to whether or not this bug is the cause of an AV you may be encountering, a utility such as TList.exe (from the Windows NT Resource Kit) or ListDLLs.exe (from sysinternals.com) can be helpful in determining whether Winmm.dll was initially loaded in the process but is unloaded at the time of the failure.



Manual Installation
Close or stop any applications or services that are using the Sqlsrv32.dll file. This may include Internet Information Server (IIS), Microsoft Transaction Server (MTS), and any ActiveX Data Objects (ADO) or ODBC applications.


Download the hotfix (CatastrophicFailure.exe) into a temporary directory and run it to extract the following files:


Odbcbcp.dll Sqlsrv32.dll



Locate and rename the current version of these files, which should be in the \Winnt\System32 folder for Windows NT computers, and in the \Windows\System folder for Windows 9x computers.


Copy the hotfix version of the files into the same location, and restart your services and applications.



Additional query words: catastrophic failure 8000ffff sqlsrv32.dll sql server odbc driver iis winmm.dll


23 messaggi dal 01 ottobre 2001
Una causa potrebbe essere data dai permessi e le autenticazioni con files e chiavi registry.

L'errore puo verificarsi se l'utente autenticato non ha permessi sufficienti sul file ( COM, DLL, OCX... ).

Gli script ASP sono eseguiti in:
IUSR_<machine_name> account.

Prova a fare delle verifiche con Regedt32.exe, in particular su ODBC, Jet, ADO.Se hai a disposizione una macchina che funziona correttamente prova a fere un confronto tra i 2 Webserver.

Morpheus 78
robynet00@tiscalinet.it

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.