473,785 Members | 2,249 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Secured Access 2000 database: Admin has no rights?

I was given a database to update and am running into the following
problem:

The database appears to have been secured using Access security (it is
an MDB, not MDE). Every form etc that I try to open (in the
development environment) gives me 2 messages:

1) "You do not have exclusive access to the database at this time
etc."
2) "You don't have permission to read frmWhatever... etc."

I suspect the issue might be compounded by the fact that the database
contains many tables that are linked to a SQL Server database that I
do not (yet) have running in my environment.

When I open the database (not in design mode) and the startup form
appears... it appears to have me logged on as Admin (without prompting
me further... this information appears on the startup form).

When I look at Security settings in design mode - it lists my Current
User name as Admin. According to User and Group Accounts information,
Admin is part of the Admins and Users groups.

I cannot, however, do anything in the database and the person who
originally created the database is long gone and the database users do
not have any helpful information (they were not even aware a SQL
Server database is being accessed).

Any ideas how to unsecure the database or to figure out why Admin is
not able to act as one - would be appreciated!

Aliza
Jul 23 '08 #1
8 2786
"aklein" <ab*****@optonl ine.netwrote in message
news:07******** *************** ***********@k13 g2000hse.google groups.com...
>
Any ideas how to unsecure the database or to figure out why Admin is
not able to act as one - would be appreciated!
I suspect that Admin is not the *owner* of the objects. Try importing the
objects into a new file.

Regards,
Keith.
www.keithwilby.com

Jul 23 '08 #2
Any ideas how tounsecuretheda tabaseor to figure out why Admin is
not able to act as one - would be appreciated!

I suspect that Admin is not the *owner* of the objects. *Try importing the
objects into a new file.

Regards,
Keith.www.keithwilby.com
When I try to import a form to a new file - I get the same message: I
do not have the permissions necessary to import the file.

Help?
Aliza
Jul 23 '08 #3
"aklein" <ab*****@optonl ine.netwrote in message
news:15******** *************** ***********@e39 g2000hsf.google groups.com...

You need to log in to the database as it's owner which sounds as if it's the
person who applied security. If that's not an option then you may have to
use a third party program to break the security. Perhaps someone else could
jump in here (Joan?).

Jul 23 '08 #4
On Jul 23, 11:08*am, "Keith Wilby" <h...@there.com wrote:
"aklein" <abkl...@optonl ine.netwrote in message

news:15******** *************** ***********@e39 g2000hsf.google groups.com...

You need to log in to the database as it's owner which sounds as if it's the
person who applied security. *If that's not an option then you may haveto
use a third party program to break the security. *Perhaps someone else could
jump in here (Joan?).
If anyone can recommend a third party - I would certainly consider
that route.

The original database creator (who I presume set the security) is long
gone... the database objects are listed as an "<unknown>" owner.

I have tried looking at the mdw files (I have found a couple different
options that were sent to me along with the mdb file) but have had no
success.

Any ideas?

(It also is preventing me from updating my linked tables to my local
copy of the SQL Server database.)

Aliza
Jul 23 '08 #5
The db objects show <unknownas the owner because you aren't joined to the
workgroup used to secure the db. People usually make mistakes when trying to
secure a db. One of them is to forget to remove all permissions to the
default admin user. That's why you're able to open the db, even without the
secured mdw file.

Try changing all of the db objects from the <unknownowner to the admin user.
Any objects you can change the ownership of to admin you can import into a
new db where admin is the owner.

Chris
Microsoft MVP
aklein wrote:
>You need to log in to the database as it's owner which sounds as if it's the
person who applied security. Â*If that's not an option then you may have to
use a third party program to break the security. Â*Perhaps someone else could
jump in here (Joan?).

If anyone can recommend a third party - I would certainly consider
that route.

The original database creator (who I presume set the security) is long
gone... the database objects are listed as an "<unknown>" owner.

I have tried looking at the mdw files (I have found a couple different
options that were sent to me along with the mdb file) but have had no
success.

Any ideas?

(It also is preventing me from updating my linked tables to my local
copy of the SQL Server database.)

Aliza
--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200807/1

Jul 24 '08 #6
On Jul 23, 11:49*pm, "Chris O'C via AccessMonster.c om" <u29189@uwe>
wrote:
The db objects show <unknownas the owner because you aren't joined to the
workgroup used to secure the db. *People usually make mistakes when trying to
secure a db. *One of them is to forget to remove all permissions to the
defaultadminuse r. *That's why you're able to open the db, even without the
secured mdw file.

Try changing all of the db objects from the <unknownowner to theadminuser.
Any objects you can change the ownership of toadminyou can import into a
new db whereadminis the owner.

Chris
Microsoft MVP

akleinwrote:
You need to log in to the database as it's owner which sounds as if it's the
person who applied security. *If that's not an option then you may have to
use a third party program to break the security. *Perhaps someone else could
jump in here (Joan?).
If anyone can recommend a third party - I would certainly consider
that route.
The original database creator (who I presume set the security) is long
gone... the database objects are listed as an "<unknown>" owner.
I have tried looking at the mdw files (I have found a couple different
options that were sent to me along with the mdb file) but have had no
success.
Any ideas?
(It also is preventing me from updating my linked tables to my local
copy of the SQL Server database.)
Aliza

--
Message posted via AccessMonster.c omhttp://www.accessmonst er.com/Uwe/Forums.aspx/databases-ms-access/2008...- Hide quoted text -

- Show quoted text -
Thanks for the idea... but I have already tried to change ownership
and have been told I have no rights. I have also tried to import the
forms and again, was told that I don't have permission to do that.

Hmmmm.... any other thoughts? I appreciate them all!
Aliza
Jul 24 '08 #7
"aklein" <ab*****@optonl ine.netwrote in message
news:da******** *************** ***********@z72 g2000hsb.google groups.com...
Hmmmm.... any other thoughts? I appreciate them all!
Google for "ms access password recovery" then take your pick.

Keith.
www.keithwilby.com

Jul 25 '08 #8
What about the other mdw files? Were you given a member of the admins
group's user name and password for each of them so you could try opening the
db with permissions?

Chris
Microsoft MVP
aklein wrote:
>Thanks for the idea... but I have already tried to change ownership
and have been told I have no rights. I have also tried to import the
forms and again, was told that I don't have permission to do that.

Hmmmm.... any other thoughts? I appreciate them all!
Aliza
--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200807/1

Jul 26 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1970
by: KathyK | last post by:
Hi and Thanks in advance! I am able to link to a MSAccess 2000 db that I secured. I have removed all permissions from the Admin user and actually the whole users group and admins group. I changed the database owner to a user I call owner. But, I can still link to this db from an unsecured database. Can you think of anything else to check? Thanks, Kathy
25
5001
by: Mike MacSween | last post by:
Yes, I've downloaded and read the FAQ. And searched the archives. I'm just treading a little carefully here because of the caveats about locking myself out of the db forever. Some answers I could probably get myself just by trying things out. But don't want to 'play' around too much. I ran the Security Wizard on my system at my office. Did all the usual things, admin -> users, users group have no rights. Assigned rights as required. The...
4
3061
by: Norman Fritag | last post by:
Hi there, I would like to retrieve of a secured database the Username and the group that he / she belongs to, to apply access rights to some button click events, which are accessing forms that the User Usergroup doesn't have access to. Any idea how I would go on about it?? kind regards
4
1391
by: xunitinmullik | last post by:
Hello ppl: I am facing a problem that I ahve never experienced before with the secured database. I created an MS Access 2000 application (.mdb) using MS Access 2002 and secured it using exactly the procedure described in the Access Security FAQ and as I have been doing since the time I have started using Access. So let the access application be xxx.mdb. After completing the whole development for xxx.mdb, i secured it using the procedure...
5
1414
by: MLH | last post by:
Is there a quick way to do it? I'm logged in as the superuser and owner of database and all database objects. I would like to export it to a completely un- secured application. Do I have to go through all objects and security measures
4
3537
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
1
650
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
17
2497
by: DaveG | last post by:
Hi all I am planning on writing a stock and accounts program for the family business, I understand this is likely to take close to 2 years to accomplish. The stock is likely to run into over a thousand items and the accounting side will be used for hopefully many years so the entries are likely to be vast. The delema is what is best to use ase the DB engine, Access I have as part of Office 2002 or should I really be looking at SQL...
5
3422
by: Dave | last post by:
Ok...here's a good one. I wrote an ADP application in ACCESS XP with a SQL 2000 back end. Works Great! Recently we did a server migration and transfered the database to another server. Setup all the groups and security without a hitch. My users change the Connection to point to the new server and all of a sudden the TransferSpreadsheet function that I'm using in two seperate procedures starts to error saying that it can't see the...
0
9485
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10161
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10098
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8986
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5390
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5523
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2890
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.