Shellduck <Shellduck@[EMAIL PROTECTED]
> wrote:
>I have an access 2007 FE on Vista laptops, sharing a BE on Vista Desktop
over
>LAN. With 2003 on XP it worked fine simply sharing the file. It works
fine
>1 at a time. It locks up when the second user attempts to share. If the
>first exits the application the second can then continue. Other file
sharing
>works fine.
This is probably a permissions problem on the directory in which the
backend is installed. The users must have create/delete privileges
to that directory. What is happening is that Access can't create the
..ldb file which allows multiple users to update the MDB. So Access
only allows one user at a time.
One simple way of testing this is to ensure the users can create and
delete a file in the network share. Any file, even using notepad, is
enough to test this. I simply don't trust all those permissions screen
within the OS. You never quite know whats lurking behind the advanced
button. So test this yourself.
Sometimes it could only be one user who does not have create
privileges to cause problems who just happens to be the first user
into the MDB at that moment in time. Then all the other Access users
can't access the file because the first user is in exclusively.
"I found that I could keep the permissions set to Change, but had to
ensure that the directory in which the db resides was set to not
inherit permissions from it's parent. It seemed that every time a new
user logged onto a given machine, it got messed up."
See ACC: Determining Which User Has Opened Database Exclusively
http://sup****t.microsoft.com/?kbid=169648
Essentially you must use tools on the server to determine who has
locked the file.
Also see ACC: Introduction to .ldb Files (95/97)
http://sup****t.microsoft.com/?kbid=136128.
This basic information
hasn't changed for versions up to and including A2007.
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/


|