Network interrupted (1 Viewer)

Gismo

Registered User.
Local time
Today, 21:08
Joined
Jun 12, 2017
Messages
1,298
Hi All,

Why would I be getting a message "Your network access was interrupted. to continue, close the database, and then open it again"?
Thank you
 

Minty

AWF VIP
Local time
Today, 19:08
Joined
Jul 26, 2013
Messages
10,368
Because you have suffered packet loss in the connection to the backend of your database.

Either - the network disappeared, if you where on wireless it dropped briefly, or someone unplugged something they shouldn't have! :)
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 13:08
Joined
Feb 28, 2001
Messages
27,146
The connection between a Front End and a Back End in Access is based on the Server Message Block (SMB) protocol, which is a member of the TCP group of TCP/IP. (The other sub-group is UDP.) TCP protocols in general have message headers that include a sequence number. When a message "skips" a sequence number, it usually indicates that a lower level of the network "hiccuped" and dropped data. This kind of error is signaled to the programs using the network via an error that is essentially, "Path lost to partner." The message you get from Access reflects this situation.

As a precaution, before you continue to use the database, make a quick backup copy and to a "Compact & Repair" operation on the COPY. If it succeeds, make the repaired copy the "live" database and put aside the unrepaired copy. This DOES, of course, require down-time, but it is the safest way to proceed.

You do not usually need to C&R the front-end if the original database split was done cleanly. There is nothing IN the FE that would suffer from a network loss.
 

Users who are viewing this thread

Top Bottom