S
Strahimir Antoljak
I just finished development of a windows
service (some kind of billing service, keep track
of applications usage, and then write the usage
to a database - used by whom, time spent, etc).
I tested all locally and it worked fine.
The windows service is supposed to
have read/write privileges to two
databases located on the network,
so I changed local database paths
to network database paths and I am
getting this error:
The Microsoft Jet database engine cannot open the file
'\\MSAccess_network_database_name'. It is already opened exclusively by
another user, or you need permission to view its data.
Again, when the database was saved locally
and the service would point to it, all works
well, but with the database on the network,
it would not allow me to open the connection.
Anyone can give me some help on this issue?
Is it possible anyhow to give some permissions
to the service (actually SYSTEM user) to
open the database connection and how?
Thanks
service (some kind of billing service, keep track
of applications usage, and then write the usage
to a database - used by whom, time spent, etc).
I tested all locally and it worked fine.
The windows service is supposed to
have read/write privileges to two
databases located on the network,
so I changed local database paths
to network database paths and I am
getting this error:
The Microsoft Jet database engine cannot open the file
'\\MSAccess_network_database_name'. It is already opened exclusively by
another user, or you need permission to view its data.
Again, when the database was saved locally
and the service would point to it, all works
well, but with the database on the network,
it would not allow me to open the connection.
Anyone can give me some help on this issue?
Is it possible anyhow to give some permissions
to the service (actually SYSTEM user) to
open the database connection and how?
Thanks