A
Andrew Brill
One of our users is having trouble loading our software when logged into the
computer as a user - it works fine if they are logged in as an
administrator.
It's a split BE/FE design and they have around 15 other users that are fine.
This is a new workstation they are trying to setup.
The error is occuring while the software tries to verify it is the same
version as the server. The code that errors is as follows:
Set dbsWorkstation = OpenDatabase("C:\Path\File.mde")
This produces the error: " The Microsoft Jet database engine cannot open the
file 'c:\Path\File.mde'. It is already opened exclusively by another user,
or you need permission to view its data.'
Note that the above file is the same file they are currently in that is
opening itself. And yes there is a reason we don't use currentdb
I've verified the user has read, create, modify permission on the files in
that folder.
This error is a new one on me and the software product is installed at
hundreds of sites. Does anyone have any idea what might be wrong?
computer as a user - it works fine if they are logged in as an
administrator.
It's a split BE/FE design and they have around 15 other users that are fine.
This is a new workstation they are trying to setup.
The error is occuring while the software tries to verify it is the same
version as the server. The code that errors is as follows:
Set dbsWorkstation = OpenDatabase("C:\Path\File.mde")
This produces the error: " The Microsoft Jet database engine cannot open the
file 'c:\Path\File.mde'. It is already opened exclusively by another user,
or you need permission to view its data.'
Note that the above file is the same file they are currently in that is
opening itself. And yes there is a reason we don't use currentdb
I've verified the user has read, create, modify permission on the files in
that folder.
This error is a new one on me and the software product is installed at
hundreds of sites. Does anyone have any idea what might be wrong?