Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Feels like File connection lost?

Status
Not open for further replies.

lameid

Programmer
Jan 31, 2001
4,212
US
On my network (Access 97 backends on Win2k3 server and Access 2003 frontends) some clients get an error that resolves when the front end is closed and reopened....

And the error is "Disk or Network error." It is familiar: The same error that you would get if the drive mapping mysteriously became disconnected and you linked to a network drive instead of a UNC (I saw this a lot on Win 9x clients back in the day and never on my current Win XP clients). I prefer drive mappings because it is only a logon script that changes if the share moves to a new server.

Anyone have any thoughts besides jumping to UNC? I might be forced to try it in the next few days.

Notably I personally received it for the first time after I installed Windows Genuine advantage (WGA). Although I also had been away from my desk for a long time (few hours) and not read any data. The only reason I installed WGA is that not having it seems to cause windows update to dog the system on start up.

 
Unfortunately that has nothing to do with it...

All the clients are on the same Subnet.
 
Are you using a mapped network drive?

In the past I had a similar problem where the backend was being linked using a 'Mapped drive'

Ex:
Z: Mapped to \\Main-1\sharemain
So, app was opening Z:\Backend.mdb

Changing the link to \\Main-1\sharemain\Backend.mdb
Solved my problem of random disconnections

Hope this helps,
Hap...

Access Developer [pc] Access based Add-on Solutions
Access Consultants forum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top