Forum Discussion
DemingPDCA
Helper II
3 years agoAccess Database Connection - Unable to Connect, File already in Use
Anyone seen anything like this before when trying to get PowerBI to connect to an access database? "We encountered an error while trying to connect. Details: "Count note use"; file already in use"
- 3 years ago
You have the access database open, and the lock file is confused. Either close Access or reset the lock file.
lbendlin
Super User
2 years agoAccess was originally a single user database. Data is stored in an .accdb file . Then they added a lock file option that allows multiple users to work on the same file - in a limited manner.
"Proper" databases are designed to handle multiple connections by default, not through some quirky workarounds.
londonmr66
2 years agoNew Member
Ok so it sounds like you are suggesting using something other than Access. What would you use and would the data in my Access database be transferable? I appreciate your advice. Thanks
- lbendlin2 years ago
Super User
Anything with SQL in its name should do. Data should be fully transferable, but expect some configuration efforts.