PC Review


Reply
Thread Tools Rate Thread

2 out of 17 users lock database using runtime

 
 
=?Utf-8?B?Ulc=?=
Guest
Posts: n/a
 
      2nd Jun 2005
I have an application that opens a form when Access opens. I have 17 users.
Several use runtime 9.0. I have 2 users (using runtime) that lock the
database and others can not open it if one of these 2 users opens it first.
When these 2 users open it first they get a message stating that any changes
they make may not be saved. When they click OK, they can continue and can
make changes that are saved. (Doesn't make sense to get the message)

If another user opens the database first, the 2 problem users can open it,
they don't get the message and they can use the database. All users can
also open the database while these individuals have it open as long as the 2
problem users didn't open it first.

It appears that the settings on these 2 computers are the same as other
users that don't lock the database. All users go to the same form when the
database opens. The 2 problem users (and other users) are using Windows XP
pro.

This has become very frustrating. Please help.

Thanks
 
Reply With Quote
 
 
 
 
Lynn Trapp
Guest
Posts: n/a
 
      2nd Jun 2005
That sounds like a Windows permission issue. All users must have Read,
Write, and Delete permissions to the Folder where the database resides.

--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html


"RW" <(E-Mail Removed)> wrote in message
news:F0C360E0-01A4-47B0-9C4F-(E-Mail Removed)...
>I have an application that opens a form when Access opens. I have 17 users.
> Several use runtime 9.0. I have 2 users (using runtime) that lock the
> database and others can not open it if one of these 2 users opens it
> first.
> When these 2 users open it first they get a message stating that any
> changes
> they make may not be saved. When they click OK, they can continue and can
> make changes that are saved. (Doesn't make sense to get the message)
>
> If another user opens the database first, the 2 problem users can open it,
> they don't get the message and they can use the database. All users can
> also open the database while these individuals have it open as long as the
> 2
> problem users didn't open it first.
>
> It appears that the settings on these 2 computers are the same as other
> users that don't lock the database. All users go to the same form when the
> database opens. The 2 problem users (and other users) are using Windows XP
> pro.
>
> This has become very frustrating. Please help.
>
> Thanks



 
Reply With Quote
 
=?Utf-8?B?Ulc=?=
Guest
Posts: n/a
 
      2nd Jun 2005
I just confirmed that all users have create, read, write and delete
permissions for the folder the database resides in.

Everyone accesses the database through the same front-end on the server.

An ldb file is created in the database folder whenever the database is
opened regardless of who opens it.

The 2 users have runtime (like most other users) and open the same form as
all other users.

Please help.


"Lynn Trapp" wrote:

> That sounds like a Windows permission issue. All users must have Read,
> Write, and Delete permissions to the Folder where the database resides.
>
> --
> Lynn Trapp
> MS Access MVP
> www.ltcomputerdesigns.com
> Access Security: www.ltcomputerdesigns.com/Security.htm
> Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html
>
>
> "RW" <(E-Mail Removed)> wrote in message
> news:F0C360E0-01A4-47B0-9C4F-(E-Mail Removed)...
> >I have an application that opens a form when Access opens. I have 17 users.
> > Several use runtime 9.0. I have 2 users (using runtime) that lock the
> > database and others can not open it if one of these 2 users opens it
> > first.
> > When these 2 users open it first they get a message stating that any
> > changes
> > they make may not be saved. When they click OK, they can continue and can
> > make changes that are saved. (Doesn't make sense to get the message)
> >
> > If another user opens the database first, the 2 problem users can open it,
> > they don't get the message and they can use the database. All users can
> > also open the database while these individuals have it open as long as the
> > 2
> > problem users didn't open it first.
> >
> > It appears that the settings on these 2 computers are the same as other
> > users that don't lock the database. All users go to the same form when the
> > database opens. The 2 problem users (and other users) are using Windows XP
> > pro.
> >
> > This has become very frustrating. Please help.
> >
> > Thanks

>
>
>

 
Reply With Quote
 
Lynn Trapp
Guest
Posts: n/a
 
      2nd Jun 2005
> Everyone accesses the database through the same front-end on the server.
>


This could be the source of your problem. Try giving each user their own
copy of the front end on their hard drive.

--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html


 
Reply With Quote
 
=?Utf-8?B?Ulc=?=
Guest
Posts: n/a
 
      2nd Jun 2005
We have been using the current application and setup (1 front-end) for about
4 years. Why would this now become a problem?

Rick

"Lynn Trapp" wrote:

> > Everyone accesses the database through the same front-end on the server.
> >

>
> This could be the source of your problem. Try giving each user their own
> copy of the front end on their hard drive.
>
> --
> Lynn Trapp
> MS Access MVP
> www.ltcomputerdesigns.com
> Access Security: www.ltcomputerdesigns.com/Security.htm
> Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html
>
>
>

 
Reply With Quote
 
TC
Guest
Posts: n/a
 
      3rd Jun 2005
In other words, OP, split the db into a so-called "front end/back end"
structure. The FE contains all of the forms, reports, macros & modules,
but no actual tables; it just has /links/ to the actual tables in the
BE. The BE contains just the tables. There is a single BE, on the
server. Each user has their own copy of the FE, on their own PC.

HTH,
TC

 
Reply With Quote
 
Lynn Trapp
Guest
Posts: n/a
 
      3rd Jun 2005
> We have been using the current application and setup (1 front-end) for
> about
> 4 years. Why would this now become a problem?


I don't know that I could answer that for you, since I don't have enough
information about your network and/or user setup. What you've been doing for
4 years is ill advised and I would change it, even if it's not the source of
your problem. Having all users open a single frontend on a server can lead
to corruption and that may be why you are seeing this problem now.

--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html


 
Reply With Quote
 
=?Utf-8?B?Ulc=?=
Guest
Posts: n/a
 
      3rd Jun 2005
We have the FE and BE in the same directory on the server.

If the FE is moved to everyone's local PC, how does one insure the links to
the tables don't get broken?



"TC" wrote:

> In other words, OP, split the db into a so-called "front end/back end"
> structure. The FE contains all of the forms, reports, macros & modules,
> but no actual tables; it just has /links/ to the actual tables in the
> BE. The BE contains just the tables. There is a single BE, on the
> server. Each user has their own copy of the FE, on their own PC.
>
> HTH,
> TC
>
>

 
Reply With Quote
 
Rick Brandt
Guest
Posts: n/a
 
      3rd Jun 2005
RW wrote:
> We have the FE and BE in the same directory on the server.
>
> If the FE is moved to everyone's local PC, how does one insure the
> links to the tables don't get broken?


Create the links using a UNC path like...

\\ServerName\ShareName

Then the link works from anywhere on the network.

To do this refresh the links specifying a new location and then navigate to
the back via "Network Neighborhood - Entire Network" rather than going
through a mapped drive letter.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


 
Reply With Quote
 
Joan Wild
Guest
Posts: n/a
 
      3rd Jun 2005
"RW" <(E-Mail Removed)> wrote in message
news6CC1255-3467-47C9-83A7-(E-Mail Removed)...
> We have the FE and BE in the same directory on the server.
>
> If the FE is moved to everyone's local PC, how does one insure the links
> to
> the tables don't get broken?



Why would they? That information is in the FE and travels with it.

You should use UNC pathnames for the linked table, and then you won't have
to worry about mapped drives being consistent. In the Linked Table Manager,
put a check at the bottom of the dialog, and locate the backend via network
neighborhood.

--
Joan Wild
Microsoft Access MVP


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I lock out users if am in the database in Access? =?Utf-8?B?U2NodWxmZXI=?= Microsoft Access 5 7th Sep 2006 07:15 AM
Compiled Runtime Database needs new users mcarlyle via AccessMonster.com Microsoft Access Security 2 5th Apr 2006 11:28 PM
Opening second database lock first database window =?Utf-8?B?IWZhY3Rv?= Microsoft Access 0 6th Feb 2006 03:25 PM
database works for some users in runtime but not others =?Utf-8?B?R3V5?= Microsoft Access 5 28th Nov 2005 11:35 PM
Access 2002 SP 2 "lock database from users' editing?" Jackson Vanderlinden Microsoft Access 1 17th Sep 2003 05:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:02 PM.