473,387 Members | 1,300 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

MSysDb Error

171 100+
Hi All
I have an issue with one of my access DB which was working perfect for years. It was in a network and suddenly crashed. Now whenever I try to open the DB the error I am getting is about could not find MSysDb object.
This DB is password protected so after supplying the password it is showing the error. I read some articles about repairing DB by using Compact and Repair option but in this case I am unable to do this. I tried to import the objects from the DB to a new database but still the error message appears and thus I am unable to get the tables.
Hope someone can guide me how to get atleat all the tables with data from the database.
Thank you all in advance
Aug 7 '14 #1
5 14880
zmbd
5,501 Expert Mod 4TB
What is the EXACT error message.
There are few different ones that MySYSDb can generate
Please post the
EXACT:
Title
Number
Descriptive text

Also need to know which version of office/access with which the file was originally created.

Also need to know which version of office/access you are using to open the file.

(on the surface... the prognosis is very bad - hope you have a recent backup)
( might try Allen Browne - Database Recovery and Repair
Try to get a copy to a secure standalone PC and work on the copy.
Aug 7 '14 #2
rajeevs
171 100+
Thank u for the quick response
There is no error number or title but the error message read as,
The microsoft database engine could not find the object 'MSysDb'. Make sure the object exists and that you spell its name and the path name correctly. If 'MSysDb' is not a local object , check your network connection or contact the server administrator.
The db is .mdb and we were using office 2010 and now 2013. It was ok with office 2013 for the last couple of months. This error started appearing from yesterday only and unable to open the DB. Hope there could be a work around to get atleat the tables from the DB
Aug 7 '14 #3
zmbd
5,501 Expert Mod 4TB
Welcome to cross version hell.
It is a known bug in ACC2007/2010 and now I suspect ACC2013 that opening and using the older mdb (ACC2003 and older) files can lead to corruption.

The workaround was to create the older style file type from within ACC200/2010/2013 and then import all the old file objects into the newer "old-style" file.

Most likely the corruption had been creeping in and when you moved to the newest ACC2013 that was the final straw.

I am sorry to say that aside from some commercial tools, there is most likely no recovery and the commercial tools are only 50/50 from what I've seen on the net.

1) restore from backup.
Do the version workaround as talked about above.

2) Before you start, as directed in Allen Browne's article I linked you to...
MAKE A BACKUP
My mantra... MAKE A BACKUP (x 1E10000000)
Sorry, it's a pet peeve of mine... we almost lost 15 years worth of data in the lab (been awhile ago now); however, I happened to make a back-up copy to the LAN from the local C-Drive for my own needs to improve the data-entry forms! The other potentially catastrophic event, IT saved our bacon because they have a weekly backup of the network based user-drives.

For all of the following steps start with a "clean" backup of your file. Each step might cause further damage so it is best to start from "square-one" each time

3) Find an old installation of ACC2003 or the original version and attempt to open the file from this version. I keep a PC in my office at work with an installation of ACC2003 just for this reason.
IF IT OPENS
Remove the password
Compact and repair
Open a second instance of ACC2003
Create a new database, and move everything to this new database.
Then do the workaround as I mentioned above for the newer version.

4) Open the file again, holding down the shiftkey (except as needed for the password entry) during the entire startup process. - IF you can get the file to open this way. COMPACT AN REPAIR from the database tools... then perform the work around as given above.

5) http://support.microsoft.com/?kbid=295334
This is a tool from Microsoft. It will sometimes repair the databases.
If this works... CONVERT YOUR DATABASE TO THE NEWEST FORMAT.
If you must keep the workgroup userlevel security, create a new mdb from within your newest version of ACC.

6)It sounds like you've done this... create the new database and attempt to import the old objects from the old file.

7) Open excel.
External data tab.
New database query.
Try to import the tables into the workbook... the ODBC driver works at a very low level so it may avoid some of the issues that requiring a user GUI creates.

8) Allen Browne's link in my previous post

9) LAST DITCH
http://www.rogersaccesslibrary.com/f...5_topic25.html
This is a VERY OLD paper from MVP Jerry Whittle proved for and by MVP Roger Carlson. Not an easy read; however, because you are working with such an old data file something might help.

Otherwise, you are going to have to go to a paid data recovery professional.

MODERATORS NOTE
For those that would post professional software recovery products (including freeware and shareware) and/or services, such posts are subject to deletion per the terms of use for this site. We appreciate the need to promote such services; however, this is a captive audience and such efforts are unfair to our membership.
Aug 7 '14 #4
rajeevs
171 100+
Thnak u zmbd. I had a backup DB and I managed to import all the tables from the crashed DB. Thank you for the support and detailed explanation for the recovery
Aug 9 '14 #5
zmbd
5,501 Expert Mod 4TB
I am really very happy this worked out for you and I hope something I could offer helped

I'd also like to thank you for posting for help... May your misery be a red flag for others to keep a back up of their databases and to start rolling forward their older files.

Remember for all of you still using files originally created using an older version of Access... if you don't roll forward, it is especially imperative that backups be made!
Aug 9 '14 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
1
by: developer | last post by:
Hi All I have made a .NET project. the files included are borland c++ files that i am migrate to VC++ .NET I am using Microsoft Visual C++ .NET 2003. the compilation goes through properly,...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
15
by: madhu.ab | last post by:
Hi All, I am getting the following errors when i am including header file winuser.h I dont know whats happening. How will an error occur in winuser.h?? Please help. \microsoft visual...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
3
sickenhoofer
by: sickenhoofer | last post by:
There is no error name, but reads as follows: "Microsoft Office Access has detected that this database is in an inconsistent state, and will attempt to recover the database. During this process, a...
2
by: girmayou | last post by:
Access denied for user 'koha_library'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 807. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 67....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.