When calling asp pages that connect to data in an Access97 database with tables linked to a Sql Server 7.0 database, the following error is raised:
Error #=80004005
Description = [Microsoft][ODBC Microsoft Access Driver] ODBC--connection to 'CEMDPS' failed.
Source = Microsoft OLE DB Provider for ODBC Drivers
SQL State = S1000
NativeError = -2001
The web server (IIS 4.0) is on one server, the Access97 database on another server and the Sql Server 7.0 database on yet another.
Data can be accessed successfully from Access97 on client machines (no ODBC failure).
Data Access Components 2.5 are installed on the servers with both IIS 4.0 and the Access97 database (ODBC connection to the Sql Server 7.0 database from each tests OK). Data Access Components 2.5 are installed on each client machine (again, ODBC connections to the Sql Server 7.0 database from the client machines tests OK). The same DSNs are used in all cases.
The event log on the Server with the Sql Server 7.0 database shows a successful use of permissions by the user attempting access via the asp page.
Any suggestions?
Error #=80004005
Description = [Microsoft][ODBC Microsoft Access Driver] ODBC--connection to 'CEMDPS' failed.
Source = Microsoft OLE DB Provider for ODBC Drivers
SQL State = S1000
NativeError = -2001
The web server (IIS 4.0) is on one server, the Access97 database on another server and the Sql Server 7.0 database on yet another.
Data can be accessed successfully from Access97 on client machines (no ODBC failure).
Data Access Components 2.5 are installed on the servers with both IIS 4.0 and the Access97 database (ODBC connection to the Sql Server 7.0 database from each tests OK). Data Access Components 2.5 are installed on each client machine (again, ODBC connections to the Sql Server 7.0 database from the client machines tests OK). The same DSNs are used in all cases.
The event log on the Server with the Sql Server 7.0 database shows a successful use of permissions by the user attempting access via the asp page.
Any suggestions?