Re: Security on a common server
- From: "Joan Wild" <jwild@xxxxxxxxxxxxxxxx>
- Date: Tue, 26 Apr 2005 10:37:41 -0400
hackmn_g wrote:
>
> The Questions: Being that this database is sitting on a common server
> for the users to access, how can I secure the database? I am sure
> that the lack of a logon prompt from another computer has to do with
> the workgroup information file sitting on my local machine.
More than that, it has to do with security not being set up correctly. You
must follow the steps exactly, not missing anything. You don't mention
version, so I can't comment on whether the wizard has done the job for you.
On the other computer, they shouldn't even be able to open your secure mdb
without using the correct mdw file.
> Can I
> simply copy the system.mdw file onto the server?
The question suggests a possible further problem. Did you use system.mdw or
did you create a new workgroup to secure the mdb? If the former, then you
missed the very first step in securing it. Once you have security setup
correctly (and a good test is to see if you can open it from another
computer), then yes put the secure mdw file on the server.
> If so, will I then
> need to join each individual's machine to refer to this workgroup
> information file sitting on the common server? Is there an easy way
> of doing this? Can a user's machine refer to more than one workgroup
> information file, in case he/she has a local database?
The preferred method is to leave them joined to the standard system.mdw
workgroup file. Give them a shortcut for the secure mdb and in the target
point to the correct secure mdw to use for just that session. All other
sessions will use the system.mdw. The target would look like
"path to msaccess.exe" "path to mdb" /wrkgrp "path to secure mdw"
A final note: you really shouldn't have multiple users accessing the single
mdb on the server. You should split the database (see
http://www.jmwild.com/SplitSecure.htm for how to split a secure mdb). Put
the backend on the server and give each user a copy of the frontend on their
PC. The frontend will contain links to the tables in the backend. Their
shortcut would then be modified so that 'path to mdb' is the path to the
frontend.
--
Joan Wild
Microsoft Access MVP
.
- References:
- Security on a common server
- From: hackmn_g
- Security on a common server
- Prev by Date: Security on a common server
- Next by Date: Re: Security on a common server
- Previous by thread: Security on a common server
- Next by thread: Re: Security on a common server
- Index(es):
Relevant Pages
|