Asked By Thomas
26-Jul-10 10:31 AM
Hello,
We are moving an asp classic website to II7 and are having troubles getting
ip to run correctly.
The site loads on IIS7, but fails to connect to the local database
(SQL2008). The event error logged is:
------------------------
The VB Application identified by the event source logged this Application
BCE2002_DB: Thread ID: 6172 ,Logged:
An error has occured in an BCE 2002 component.
Error Number:-2147467259
Source:
Microsoft OLE DB Provider for ODBC Drivers
[BCE2002_DB.DBHelper] errline = 0 ==>
RunSQLReturnRS(sp_tblWebUsers_VerifyUser 'CREX','CREX') [MSSSVR01 version
2002.0.1]
[BCE2002_DB.User] VerifyUser('CREX') [MSSSVR01 version 2002.0.1]
Description:
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
------------------------
The ODBC settings are using SQL Server driver and successfully connect to
the database. It just fails when running the site.
I will appreciate any ideas.
Thanks,