MS Office 365 ProPlus, Access 2007 - 2016
Hi:
I need to be able to kill all current users who are attached to my MSACCESS DB.
I cannot make a metadata change to my DB which is shared with other users because it reports that another user is attached to the DB. This DB is on a shared disk which the users can mount and use. The LACCDB file has a single line in it that points right to a windows server where I run a "task scheduler" job 1x/wk. That appears to be the culprit and I'm trying to shut it down.
I go to the windows server, go into task scheduler, see the task and "end all instances of this task". No change in the LACCDB, the DB is still locked. I go back and "disable" the task. Still no change in the LACCDB.
I ran "tasklist" on the server and saw MSACCESS. I tried "taskkill /F /PID " but apparently I don't have permission to do that. So I opened Access, attached to the DB and gracefully "closed" the DB (as opposed to simply killing MSACCESS by clicking the "x"). Then, with no other way to exit MSACCESS, I clicked the "x" to get out. Still no change in LACCDB.
At the risk of corrupting the DB, I tried to change the permissions of the LACCDB and just delete it. No luck, it won't let me, some other app has it opened.
I am the ADMIN of this DB. Is there a way I can safely kill all current attachments to my DB, even if that means losing whatever changes those attached users may have in flight ?
Thanks in Advance for any help :-)