473,386 Members | 1,785 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,386 software developers and data experts.

Advanced Access Security problem

I had a useracct called xxx123 I had set up.
Now there is a problem in that **every single** .mdb file I open now on
my PC (regardless of age of the file, location of the file, etc) now
asks for that ID and password.
So I concluded there was some system file somewhere on my PC that
contained some userid/password info that was set up through
Tools/Security.
(Obviously I did not configure the security correctly...you don't need
to scold me on that one)

To try and get rid of the userid when *any* .mdb file would be
launched, I uninstalled Access 2002 completely, powered my PC totally
off for 10 minutes, powered back up, then reinstalled Access 2002.
Guess what? The same problem exists. There is a file somewhere on my
system that has this security bit in there that **still** asks for a
userid/pass regardless of any .mdb file I try to open.
Is there another place I can look on my PC to try and get rid of it?

Thanks.

Nov 13 '05 #1
3 1544
"TechBoy" <rl**********@yahoo.com> wrote in
news:11**********************@g44g2000cwa.googlegr oups.com:
To try and get rid of the userid when *any* .mdb file would be
launched, I uninstalled Access 2002 completely, powered my PC
totally off for 10 minutes, powered back up, then reinstalled
Access 2002. Guess what? The same problem exists. There is a
file somewhere on my system that has this security bit in there
that **still** asks for a userid/pass regardless of any .mdb file
I try to open. Is there another place I can look on my PC to try
and get rid of it?


Out of the box, the way Jet user-level security works is that by
default, you are passively logged in as the Admin user, with no
password. If you set a password for the admin account, however, you
will then be prompted for a username and password.

What that means for your situation is that the admin account in your
default system.mdw has a password set on it. Since you don't seem to
know anything about that, it's unlikely you'll know the password and
find yourself able to log on as admin and change to a blank
password.

Here's what I would recommend you do:

1. shut down all instances of Access.

2. use Windows FIND to locate all copies of System.mdw. Rename them
all to something else.

3. run Office (or Access) Setup and repair your installation.

What this accomplishes is that the now-misssing system.mdw (which
you had renamed) will be replaced with a new copy, with no password
on the admin account.

Last of all, this is not an advanced Access security question at all
-- it's the most basic aspect of Jet user-level security that there
is.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #2
You need to rejoin the original, unsecured workgroup file (system.mdw)
by using the workgroup administrator (Tools > Security > Workgroup
Administrator). If you mistakenly created accounts in your default
workgroup, you can delete it, and Access will recreate a new one when
it runs.

Then use a desktop shortcut to join the secured workgroup file by
putting the correct information in the shortcut's target:
<fullPathToAccessExecutable> <fullPathToMDBFile> /wrkgrp
<fullPathToWorkgroupFile>

See the website in my signature for links to documents that will
explain more fully.

On 19 Jul 2005 15:44:41 -0700, "TechBoy" <rl**********@yahoo.com>
wrote:
I had a useracct called xxx123 I had set up.
Now there is a problem in that **every single** .mdb file I open now on
my PC (regardless of age of the file, location of the file, etc) now
asks for that ID and password.
So I concluded there was some system file somewhere on my PC that
contained some userid/password info that was set up through
Tools/Security.
(Obviously I did not configure the security correctly...you don't need
to scold me on that one)

To try and get rid of the userid when *any* .mdb file would be
launched, I uninstalled Access 2002 completely, powered my PC totally
off for 10 minutes, powered back up, then reinstalled Access 2002.
Guess what? The same problem exists. There is a file somewhere on my
system that has this security bit in there that **still** asks for a
userid/pass regardless of any .mdb file I try to open.
Is there another place I can look on my PC to try and get rid of it?

Thanks.

**********************
ja**************@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
Nov 13 '05 #3
RLN

Thanks Jack, I appreciate your assistance. That worked fine.


*** Sent via Developersdex http://www.developersdex.com ***
Nov 13 '05 #4

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

Similar topics

0
by: Michael J. Wendell | last post by:
Hello, I am trying to debug an issue with sessions in my ASP 3.0 web application, which runs fine on WIN2K Pro and WINXP Pro, yet fails to function correctly on WIN2K Advanced Server. My actual...
5
by: lappy | last post by:
Hello, I have written a small programme to compact an access 97 database. Dim je As New JRO.JetEngine ' Compacts database Data.Mdb to Data2.mdb. je.CompactDatabase...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed...
4
by: RM | last post by:
Had VS .Net 2002 installed on W2k Server SP3 and supported a number of web sites. Installed VS .Net 2003 on Friday and now all web sites using .Net & MS ACCESS get this strange error upon open. ...
4
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...
29
by: Greg | last post by:
Now can someone help me answer this question? Northwind Traders is a chain of department stores located around the country. It is setting up a new sales system cashiers will use to accept...
17
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...
38
by: Oldie | last post by:
I have built an MS Access Application under MS Office XP (but I also own MS Office 2000). I have split the application in the pure database tables and all the queries, forms, reports and macro's. ...
1
by: Parv | last post by:
I am trying to impersonate user to some other system using userName,domainName,password in C#. My Code is working fine if i am working on Windows 2000 professional after assigning current user "Act...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.