Chat with a LIVE Microsoft Access Expert!
 
       
 

         

   

Go Back   Access World Forums > Microsoft Access Discussion > General

 
 
Chat with a LIVE Microsoft Access Expert!
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-24-2007, 08:53 AM
danny123 danny123 is offline
Registered User
 
Join Date: Jul 2006
Posts: 100
danny123 is on a distinguished road
Error 3011 Database corrupt

Hi there,

when i am tryint to access my Access database its giving this error:

The Microsoft Jet database engine could not find the object MSysDB. Make sure the object exists and that you spell its name and the path name correctly. (Error 3011)

I am not even able to get in there

Please Advice
Danny

Last edited by danny123; 07-24-2007 at 09:02 AM..
Reply With Quote
Sponsored Links
  #2  
Old 07-24-2007, 09:04 AM
Rabbie's Avatar
Rabbie Rabbie is offline
AWF VIP
 
Join Date: Jul 2007
Location: In Exile in Wiltshire
Posts: 4,658
Rabbie has a spectacular aura aboutRabbie has a spectacular aura aboutRabbie has a spectacular aura about
I see you had a similar problem in March ( http://www.access-programmers.co.uk/...d.php?t=125633 ). Do you have a recent backup you can use?

Also check the path to your database and make sure the .mdb file is still there.
Reply With Quote
  #3  
Old 07-24-2007, 09:08 AM
danny123 danny123 is offline
Registered User
 
Join Date: Jul 2006
Posts: 100
danny123 is on a distinguished road
yeah i have the last days back up i was just curious if i cud fix this itself.
Reply With Quote
  #4  
Old 07-24-2007, 10:26 AM
RuralGuy's Avatar
RuralGuy RuralGuy is online now
AWF VIP
 
Join Date: Jul 2005
Location: @ 8300' in the Colorado Rockies
Posts: 11,510
RuralGuy is a jewel in the roughRuralGuy is a jewel in the roughRuralGuy is a jewel in the roughRuralGuy is a jewel in the rough
Send a message via MSN to RuralGuy Send a message via Yahoo to RuralGuy
Danny, have you seen this link by MVP Allen Browne?
__________________
(RG for short) aka Allan Bunch MS Access MVP acXP, ac07 - WinXP Pro, Win7
Please post back to this Forum so all may benefit.
Teaching is not filling a bucket but lighting a fire.
Reply With Quote
  #5  
Old 07-25-2007, 08:44 AM
danny123 danny123 is offline
Registered User
 
Join Date: Jul 2006
Posts: 100
danny123 is on a distinguished road
yeah i have seen ....bu that post is my own...and tht time it was different scenareo. I was able to get into database. But this time i was not even able to open the database.
for now i have restored the backup from last night and its working fine.

Thanks for all your support!!!
Danny
Reply With Quote
  #6  
Old 07-25-2007, 08:52 AM
boblarson's Avatar
boblarson boblarson is offline
Has left the building
 
Join Date: Jan 2001
Posts: 19,084
boblarson is a name known to allboblarson is a name known to allboblarson is a name known to allboblarson is a name known to allboblarson is a name known to allboblarson is a name known to all
Quote:
Originally Posted by danny123 View Post
yeah i have seen ....bu that post is my own...and tht time it was different scenareo. I was able to get into database. But this time i was not even able to open the database.
for now i have restored the backup from last night and its working fine.

Thanks for all your support!!!
Danny
One big question to ask is WHY is it getting corrupted? Some questions that might help answer that one:

1. Is it on a network?

2. Is it a single mdb file, or a front-end / back-end split?

3. Is anyone connecting to it via a wireless network connection?

4. Do you compact and repair regularly?

If you can answer those questions, it might help track down some methods that might help lessen the chances of corruption.
__________________

Bob Larson
Free Access Tutorials and Samples:
http://www.btabdevelopment.com
(and FREE frontend auto update enabling tool)
Reply With Quote
  #7  
Old 07-25-2007, 09:10 AM
danny123 danny123 is offline
Registered User
 
Join Date: Jul 2006
Posts: 100
danny123 is on a distinguished road
Thankyou so much for your support!
Here are the answers for the question:
1.Yes its on Network
2. It have one single mdb file (not split)
3.yeah lots of people connect it via wireless
4.No we dont generally compact and repair . We do it if something is broke down.

Thanks
Danny
Reply With Quote
  #8  
Old 07-25-2007, 09:20 AM
RuralGuy's Avatar
RuralGuy RuralGuy is online now
AWF VIP
 
Join Date: Jul 2005
Location: @ 8300' in the Colorado Rockies
Posts: 11,510
RuralGuy is a jewel in the roughRuralGuy is a jewel in the roughRuralGuy is a jewel in the roughRuralGuy is a jewel in the rough
Send a message via MSN to RuralGuy Send a message via Yahoo to RuralGuy
Danny,
As Bob and the link to Allen Browne's site suggests, you basically have the perfect formula for corruption. It will continue until you make the changes suggested.
__________________
(RG for short) aka Allan Bunch MS Access MVP acXP, ac07 - WinXP Pro, Win7
Please post back to this Forum so all may benefit.
Teaching is not filling a bucket but lighting a fire.
Reply With Quote
  #9  
Old 07-25-2007, 09:27 AM
boblarson's Avatar
boblarson boblarson is offline
Has left the building
 
Join Date: Jan 2001
Posts: 19,084
boblarson is a name known to allboblarson is a name known to allboblarson is a name known to allboblarson is a name known to allboblarson is a name known to allboblarson is a name known to all
Yes, this is a MUST if you are to avoid corruption:

1. Split your Database to a front-end/back-end.
2. EACH USER must have their own copy of a front-end. If you don't want to touch each computer for a front-end, check out my tool for enabling front-end auto-updating here:
http://www.access-programmers.co.uk/...d.php?t=111132

3. Since users are connecting via wireless it is IMPERATIVE, not optional, but IMPERATIVE that you do the FE/BE split and have each user have their own copy. If they lose a connection, however briefly, corruption is assured. If that happens for them with the FE/BE split and they have their own FE, then damage is minimal as you just need to replace their FE.
__________________

Bob Larson
Free Access Tutorials and Samples:
http://www.btabdevelopment.com
(and FREE frontend auto update enabling tool)
Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Save/Change string in Module rahulgty General 8 04-02-2008 10:39 AM
Archiving A Database PC User Modules & VBA 2 01-07-2008 04:10 AM
Database Corrupt Please help danny123 General 9 03-27-2007 12:59 AM
How do I automate the restoration of a corrupt database? smercer General 6 11-14-2004 06:52 PM
Corrupt Database BarkerD Modules & VBA 1 01-12-2000 10:00 AM


All times are GMT -8. The time now is 08:34 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) copyright 2009 Access World