Results 1 to 9 of 9
  1. #1
    Gina Maylone is offline Always learning
    Windows 10 Access 2016
    Join Date
    Jun 2013
    Location
    Afton, MN
    Posts
    544

    Database corruption question

    Hi!



    I have a client who is experiencing "unrecognized database format blablabla" every few days. I once again found myself looking for causes of db corruption, and the one that just kills me is "Concurrent Database Usage". Isn't an Access database, split properly, meant to be used by concurrent users?? There are 6 at the most using it concurrently. I have meant to address this before, but got sidetracked...Your feedback is always appreciated!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    this can happen if all users are in the SAME db. If you dont split the db, it can cause problems.

    split the db , tables & forms(everything else)
    put the tables (backend) on a share folder,
    give EVERY user their own copy of the frontend (forms)
    this should stop corruption.

  3. #3
    Gina Maylone is offline Always learning
    Windows 10 Access 2016
    Join Date
    Jun 2013
    Location
    Afton, MN
    Posts
    544
    It is split correctly. Everyone has their own FE and the BE is on server in a shared folder.

  4. #4
    JoeM is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    The one user who is getting these error messages, are they using the same version of Access as everyone else?
    If not, what version are they using, and what version is everyone else using?

  5. #5
    Gina Maylone is offline Always learning
    Windows 10 Access 2016
    Join Date
    Jun 2013
    Location
    Afton, MN
    Posts
    544
    I believe everyone has the same version, but I am double checking with the admin right now.

  6. #6
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,941
    might also help if you clarify which 'database' has the error - the BE or the FE? From the posts so far, sounds like it is the FE? However only the backend is being used concurrently so the error message implies it is the BE.

    The other question to clarify is how are your users connecting to the BE - via a wired lan? wirelessly?

  7. #7
    Gina Maylone is offline Always learning
    Windows 10 Access 2016
    Join Date
    Jun 2013
    Location
    Afton, MN
    Posts
    544
    That would only be true if the error is indeed caused by concurrent usage. The error was generated on the front end as far as I can tell, however, it is possible it came from the backend, I guess? I've seen the error pop up on another user's computer, compact and repair took care of it at that time. The FE's are hardwired to the server. Note, the error is intermittent. Making it difficult to track down. Thanks everyone for your input!

  8. #8
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,941
    I guess?
    If the BE was corrupted, all users would have a problem. Compact and repair will only impact the file that is compacted, presumably a front end.

    Note that compact/repairing a file may not remove all corruption. It could still leave a 'seed' that can grow into another corruption. Better to provide the user with a fresh front end from your development area - even backups may carry that seed.

    Does your FE create/delete temporary tables? If so, that can bloat the FE ultimately to the 2Gb limit and you will get corruption type error messages which compacting can resolve. Better to create your temp tables in a temporary db the destroy the temporary db when done.

  9. #9
    Gina Maylone is offline Always learning
    Windows 10 Access 2016
    Join Date
    Jun 2013
    Location
    Afton, MN
    Posts
    544
    I said "I guess" because I don't know for sure which generated the error (FE or BE). Is there a way I can be sure?

    No temporary tables.

    I'm going to create a new FE and import all the objects and send it over to them. Hopefully that will take care of the issue.

    Thanks all!

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

Similar Threads

  1. Database Corruption Issues
    By cfwoodbury in forum Database Design
    Replies: 5
    Last Post: 08-09-2020, 10:18 AM
  2. Frequent Database Corruption - please help
    By scotiwis in forum Access
    Replies: 12
    Last Post: 11-04-2017, 03:21 AM
  3. Replies: 6
    Last Post: 05-03-2014, 08:53 AM
  4. Replies: 27
    Last Post: 05-01-2014, 12:21 PM
  5. Database Corruption
    By aytee111 in forum Access
    Replies: 2
    Last Post: 09-19-2012, 08:29 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