Re: Why Are "Permission Entries" changed
From: Tim (Tim_at_NoSpam.com)
Date: 03/09/05
- Previous message: none: "Re: Connecting to Windows servers through adsl"
- In reply to: Ken Winters: "Why Are "Permission Entries" changed"
- Next in thread: Ken Winters: "Re: Why Are "Permission Entries" changed"
- Reply: Ken Winters: "Re: Why Are "Permission Entries" changed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 9 Mar 2005 15:56:22 +1300
If you are setting the permissions on the actual database file then the
answer is obvious.
The compression routine works like follows (well, this is how it should
work):
MDB ==> Compressed MDB
MDB ==> renamed temp file (.BAK usually)
Compressed MDB ==> renamed to original MDB
The reason for this convoluted approach is that the MDB file does not get
deleted until there is a known good compressed file in existance - if the
process fails, it just leaves the original MDB file in place.
If you indicate you want to keep the backup (depends on the utility) then
the .BAK stays and will have the permissions you have set.
Since the new MDB was created from scratch during the first step, it
inherits its permissions from the file store container it is in.
The solution is simple: grant the permissions to the containing folder. If
you are hesitent to do this because of what else is contained in the folder,
then move the MDB file to a dedicated folder and set the permissions on it.
Personally, I would raise this as a bug with the software vendors as NO
software should require the EVERYONE group to have permissions to anything
(IMHO).
- Tim
"Ken Winters" <kwinters@olympus.net> wrote in message
news:112sjjknte15819@corp.supernews.com...
>I have an application that requires username "Everyone" to be granted
>permission for a MS Access database file. But everytime I run the MS
>Access Repair/Compact tool (to eliminate database corruption and free up
>space) username "Everyone" is removed from the "Permission Entries" list
>for the database file.
>
> Why? And how can I configure the security on that database file so this
> doesn't happen?
> Thanks
>
- Previous message: none: "Re: Connecting to Windows servers through adsl"
- In reply to: Ken Winters: "Why Are "Permission Entries" changed"
- Next in thread: Ken Winters: "Re: Why Are "Permission Entries" changed"
- Reply: Ken Winters: "Re: Why Are "Permission Entries" changed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|