All,
I have an application (developed in Access 2007) that I am just finishing. It developed as with the database split into front and back ends on a single machine with a single user. This works great - one user, same machine. I've turned on encryption for the backend (i.e. the back end has a password)
As I'm preparing to deploy I've installed the front end on another computer and linked to the back end.
This also works (painfully slow however - even with a gigabit switch - but this probably another post) when there is a single user logged in.
When there are 2+ users logged in (different front ends, same back end) I am getting an odd exclusive open error. It seems like the system is locking the table. If someone has the customer's table open and I try to open a customer record, I get the error. If they close there customer record so there is nothing open, then I can open the record just fine.
Also - this may help with troubleshooting - it appears that the .ldb file will appear when a user opens a record and disappear when the record is closed.
All record locks appear to be set correct (pic attached).
As always, any assistance is greatly appreciated.
Gunner
[imgnothumb]http://bytes.com/attachments/attachment/7340d1385749923/capture.png[/imgnothumb]
I have an application (developed in Access 2007) that I am just finishing. It developed as with the database split into front and back ends on a single machine with a single user. This works great - one user, same machine. I've turned on encryption for the backend (i.e. the back end has a password)
As I'm preparing to deploy I've installed the front end on another computer and linked to the back end.
This also works (painfully slow however - even with a gigabit switch - but this probably another post) when there is a single user logged in.
When there are 2+ users logged in (different front ends, same back end) I am getting an odd exclusive open error. It seems like the system is locking the table. If someone has the customer's table open and I try to open a customer record, I get the error. If they close there customer record so there is nothing open, then I can open the record just fine.
Also - this may help with troubleshooting - it appears that the .ldb file will appear when a user opens a record and disappear when the record is closed.
All record locks appear to be set correct (pic attached).
As always, any assistance is greatly appreciated.
Gunner
[imgnothumb]http://bytes.com/attachments/attachment/7340d1385749923/capture.png[/imgnothumb]
Comment