PRB: Accessing FoxPro Table in ASP Returns Error 80040e14

ID: Q175801


The information in this article applies to:


SYMPTOMS

The following error occurs when previewing an Active Server Pages (ASP) page that contains a connection to a Visual FoxPro table:

'Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Visual FoxPro Driver]File '<your .dbf filename>' does not exist.
/<your web name>/<your .asp filename>, line <line number in .asp>
When you access the Visual FoxPro tables from within Visual InterDev through the Query Builder, the records return without error.


CAUSE

This error message can be caused by any of the following configuration scenarios:


RESOLUTION

A possible workaround for this issue is to move the FoxPro database file to the server running IIS.

If it is not possible to move the FoxPro database file locally, the following workarounds can be used.

Use Basic Authentication instead of NT Challenge response when accessing secured scripts that query FoxPro database files located on another server. You can do this with the following:


STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


MORE INFORMATION

When using NT Challenge/Response with IIS, the users credentials are created at the browser. The credentials are then sent to IIS. IIS cannot forward those credentials on to another server.

The connection is attempted, but there is no username specified when connecting to the remote machine, so the connection fails.


REFERENCES

For additional information, please see the following article in the Microsoft Knowledge Base:

Q166029 PRB: Cannot Open File Unknown Using Access
For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/

Additional query words: delegation


Keywords          : kberrmsg kbNTOS400 kbSecurity kbVisID kbGrpASP odbcFox VIServer 
Version           : WINDOWS:1.0
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: May 11, 1999