Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    data808 is offline Noob
    Windows 10 Access 2013 32bit
    Join Date
    Aug 2012
    Posts
    727

    Multi-User Split Access Database Freezing

    I have a split database with a front end and multiple backend tables that the front end saves records to. Occasionally the front end will freeze for one of the users while trying to save a record and so in order to get it going again we have everyone log off and then log back in and that seems to fix the problem. However, it's been reported to me that this has been happening a little more frequently.



    Is there something I can do to test to see what is causing this issue? We are on Windows 10 and using MS Access 2013 if that helps. If you need more details, please let me know. Thank you.

    I should also add that we have around 25-30 users logged in so I'm wondering if that is the issue and I need to migrate to a server?

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows 10 Office 365
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    Does each user have their own copy of the FE on his/her computer?

  3. #3
    data808 is offline Noob
    Windows 10 Access 2013 32bit
    Join Date
    Aug 2012
    Posts
    727
    Quote Originally Posted by orange View Post
    Does each user have their own copy of the FE on his/her computer?
    Yes each user has their own copy of the frontend file. The backend is on a network drive.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Office 365
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    Are all connected to the network via cable vs wifi?

  5. #5
    data808 is offline Noob
    Windows 10 Access 2013 32bit
    Join Date
    Aug 2012
    Posts
    727
    we are all connected through cable. they don't allow us any wifi access.

  6. #6
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,803
    The same user experiences this issue, or it could be anyone? Or it can be a few of several, but it has always been the same few? The latter one would take several occurrences to figure out. I think it's virtually impossible to figure this out without some time and accurate assessments. People need to report on what they were doing at the time, but often the info they can offer is not real helpful because they don't notice/remember details.

    It could be that the server is just busy and Access is in a queue. It could be related to record locks. Do they see any system messages (e.g. "not responding"). How long does anyone wait until deciding they need to do something other than wait? Is the file bloated?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  7. #7
    data808 is offline Noob
    Windows 10 Access 2013 32bit
    Join Date
    Aug 2012
    Posts
    727
    Quote Originally Posted by Micron View Post
    The same user experiences this issue, or it could be anyone? Or it can be a few of several, but it has always been the same few? The latter one would take several occurrences to figure out. I think it's virtually impossible to figure this out without some time and accurate assessments. People need to report on what they were doing at the time, but often the info they can offer is not real helpful because they don't notice/remember details.

    It could be that the server is just busy and Access is in a queue. It could be related to record locks. Do they see any system messages (e.g. "not responding"). How long does anyone wait until deciding they need to do something other than wait? Is the file bloated?
    Thank you very much for your insight. What you are saying makes total sense. I anticipate that this may take a while to get all the information needed so bear with me as I keep updating this post as the information comes in to me.

    To answer the first question, I couldn't tell at the moment because I'm not sure which user is the one to cause the freezing issue but the person complaining about this behavior is usually random. This also could be too late if the database is freezing first by one user and then the next user is the one to complain about it. I also agree with you on the user may not remember specific details on what happened right before the issue occurred and so the information would be inaccurate or incomplete.

    As for record locks, I am interested in looking into that as I have heard about this before but know nothing about it. I will start trying to see if they receive any error messages and post it here if I find out anything. It may take awhile as I do not work in their department and the freezing doesn't happen all the time. In the meantime, if you could give some assistance with the record lock idea, I would appreciate it. Let me know what I need to check.

    Thanks.

  8. #8
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,803
    I have no specific links to offer but I'd say if you google
    ms access record locking
    you will find lots of rabbit holes that you can go down into.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  9. #9
    moke123's Avatar
    moke123 is offline Me.Dirty=True
    Windows 11 Office 365
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,654
    Have you checked your backend tables for any signs of corruption? Chinese type characters?
    Do you do regular compact and repairs? How big is the backend?

    Make sure you do frequent back ups of your data.
    If this helped, please click the star * at the bottom left and add to my reputation- Thanks

  10. #10
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,044
    Hi, if you have 25-30 simultaneous users I would advise to upgrade the back-end to a database system like SQL server or MySQL. A database system can not only handle locking much better, but is not as likely to get corrupted, has better back-up systems, can handle more data, ect. Downside: you have to spend some time to learn how to manage the system.

  11. #11
    data808 is offline Noob
    Windows 10 Access 2013 32bit
    Join Date
    Aug 2012
    Posts
    727
    Quote Originally Posted by Micron View Post
    I have no specific links to offer but I'd say if you google
    ms access record locking
    you will find lots of rabbit holes that you can go down into.
    Thanks for the advice. Is record locking set by default? Or would I have to manually set that up myself?

  12. #12
    data808 is offline Noob
    Windows 10 Access 2013 32bit
    Join Date
    Aug 2012
    Posts
    727
    Quote Originally Posted by moke123 View Post
    Have you checked your backend tables for any signs of corruption? Chinese type characters?
    Do you do regular compact and repairs? How big is the backend?

    Make sure you do frequent back ups of your data.
    Chinese characters within the backend file as in one of the records containing Chinese characters or the backend file name itself containing Chinese characters? The backend file name itself has no Chinese characters. I haven't looked inside the backend file to see if there are any Chinese characters in any of the record data.

    The file size of the backend is 92,164KB and I heard it can reach a limit of 2GB so I think that part we are doing ok. As for the compact and repair, I usually only do this when I actually make changes to the tables in the backend like adding new fields and what not. I do compact and repair the frontend a lot more frequently. Usually with every update I release.

    I do pretty frequent backups of the backend files. Usually at least once a week.

  13. #13
    data808 is offline Noob
    Windows 10 Access 2013 32bit
    Join Date
    Aug 2012
    Posts
    727
    Quote Originally Posted by NoellaG View Post
    Hi, if you have 25-30 simultaneous users I would advise to upgrade the back-end to a database system like SQL server or MySQL. A database system can not only handle locking much better, but is not as likely to get corrupted, has better back-up systems, can handle more data, ect. Downside: you have to spend some time to learn how to manage the system.
    This is something that was brought to my attention in the past but yes, I would have to learn how SQL servers work and I'm not sure if my IT department would allow me to implement something like this. Especially if money is involved to get it set up.

  14. #14
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,803
    Is record locking set by default? Or would I have to manually set that up myself?
    Can't remember. Between me and Google, we know pretty much everything though.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  15. #15
    Join Date
    Apr 2017
    Posts
    1,681
    Quote Originally Posted by data808 View Post
    This is something that was brought to my attention in the past but yes, I would have to learn how SQL servers work and I'm not sure if my IT department would allow me to implement something like this. Especially if money is involved to get it set up.
    MS SQL Server Express is freeware, but database size is more limited (but anyway more than for MS Access), and biggest minus with it is, you can't run jobs like in licensed version (in case you want to schedule procedures to automate tasks you have to use other means for it - e.g. Windows Scheduler, which will run the script sending commands to SQL DB to run procedures there).

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Split / Database Security vs User Access
    By msaccess2&beyond in forum Database Design
    Replies: 7
    Last Post: 05-27-2014, 12:24 PM
  2. Split DB Question - Multi User Environment Launch
    By aussie92 in forum Database Design
    Replies: 6
    Last Post: 01-22-2014, 03:19 PM
  3. Replies: 3
    Last Post: 07-23-2012, 11:46 AM
  4. Can Access become a multi-user database?
    By DPCarusone in forum Access
    Replies: 3
    Last Post: 02-10-2012, 12:26 PM
  5. Split Database only allowing single user access
    By terricritch in forum Database Design
    Replies: 2
    Last Post: 11-08-2011, 11:12 PM

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