Results 1 to 4 of 4
  1. #1
    BigD is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2013
    Posts
    5

    Getting error "your network access was interrupted. To continue close database, and then open again

    I changed some code and now I'm getting the error "your network access was interrupted. To continue close database, and then open again."



    I am positive this is due to my code not completing. The system thinks the database is open when it actually is not. I created the code to check the username against active directory and to shut down if user is unknown. Its been working fine. The problem occurred when I moved two lines of code to hide the navigation pane from the end user to become the first event. It should not have affected anything, but now I am getting the network interruption error when I try to open my application back up. It will not let me into my database to fix the code. Does anyone have a solution? I have a copy of the database, but I have added several items in my database and I do not want to go back to my copy and recreate the objects I added that was working.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,816
    So you are coding against the possibility someone has gotten through your network firewall and is now trying to open this db?

    Such a user would probably be aware of shift key bypass and not even allow your code to execute. Have you tried opening the db with shift key bypass?

    I take it on faith that anyone who logged in through the network is a valid user of the db. The db is split and frontend is only on valid user computers. Direct access to network folders is restricted.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    BigD is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2013
    Posts
    5
    Yes I am aware of the shift key bypass. Not really concerned with that. It's an in network control which I will add code to disable bypass at a later time. Bypass does not work for this error.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,816
    Make sure Access process is not running in Task Manager then try opening with shift key. Other than importing objects to a new db, don't know how you can get around the code. Is the code behind a form?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 09-01-2014, 12:11 PM
  2. Replies: 1
    Last Post: 08-03-2014, 07:36 AM
  3. Replies: 4
    Last Post: 11-05-2013, 03:46 PM
  4. Replies: 12
    Last Post: 07-25-2013, 12:49 PM
  5. Replies: 0
    Last Post: 05-07-2012, 07:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums