multi-user problem

  • Thread starter Thread starter xiaodan86
  • Start date Start date
X

xiaodan86

I am encounter some problem with my access database.
Currently I am using Access 2K and I have one mbd file in my shared
folder which allow multiple user to access it.
But sometimes when other people try to open the file, they might
encounter the problem that the file has been place on admin user (pc
name) and they couldn't access it.
People might open the access database without closing it.
Any way to solve about this problems? Or is it something wrong with
the setting of shared folder?
Thanks
 
I am encounter some problem with my access database.
Currently I am using Access 2K and I have one mbd file in my shared
folder which allow multiple user to access it.
But sometimes when other people try to open the file, they might
encounter the problem that the file has been place on admin user (pc
name) and they couldn't access it.

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 (Q169648)
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q169648
Essentially you must use tools on the server to determine who has locked the file.

For MS info see ACC: Introduction to .ldb Files (95/97) [Q136128]. Or the version
appropriate for your version of Access.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top