I'm setting up a web page to pull information from our live manufacturing system.
I've been able to place a copy of the Visual Foxpro table I'm going to use for my data into the web site, and make a DSN to it and pull data perfectly.
But when I try and make a new System DSN that points to another server (on our NT Domain) and access the DBC I continue to get
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Visual FoxPro Driver]Cannot open file
But in my ASP page, as soon as I tell it to go back to the DSN pointing to the file on the Web Server it works perfectly.
It appears to be some sort of Security issue, but I can't find anything that wouldn't allow the server access.
I found MS Knowledge Base article Q164145 which sounds similar to this problem, but turning the Fetch Data in Background off didn't help at all.
Internally I've got the Web Server which is a stand alone NT Server attached to our NT Domain, and the DSN is pointing to a BDC of the domain.
Thanks for any help
Chuck
I've been able to place a copy of the Visual Foxpro table I'm going to use for my data into the web site, and make a DSN to it and pull data perfectly.
But when I try and make a new System DSN that points to another server (on our NT Domain) and access the DBC I continue to get
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Visual FoxPro Driver]Cannot open file
But in my ASP page, as soon as I tell it to go back to the DSN pointing to the file on the Web Server it works perfectly.
It appears to be some sort of Security issue, but I can't find anything that wouldn't allow the server access.
I found MS Knowledge Base article Q164145 which sounds similar to this problem, but turning the Fetch Data in Background off didn't help at all.
Internally I've got the Web Server which is a stand alone NT Server attached to our NT Domain, and the DSN is pointing to a BDC of the domain.
Thanks for any help
Chuck