|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
compact and repairGood day All.
I have a server-initiated (cmd) VBA batch job that compacts and repairs the Back-End. Periodically a user shuts down before logging off the Access app, and locks up the process. How can I clear road-blocks (Permission denied (Error 70)) and manually run this process. Do I have to do this via the O/S and, if so, where in Windows do I clear shares? thanks in advance. Hi.
> Periodically a user shuts down before logging off the Access app That's a recipe for corrupted databases. Train the users never to do this.> How can I clear road-blocks (Permission denied To clear the network file lock, you need a network administrator's security > (Error 70)) > and manually run this process. permissions to unlock it. Network administrators normally use a Windows GUI to remove the file locks, but you could probably program the process and call it from a batch file if you needed to, provided you have a network administrator's security permissions and the programming skills. Otherwise, reboot the computer system where the database file is located to clear the file lock. That's probably not practical on a networked server, though. > Do I have to do this via the O/S and, if so, You have to do it from the OS on a domain controller on the network, which > where in Windows do I clear shares? requires a network administrator's security permissions to connect to it or log onto it. I suspect you don't have these permissions, due to the questions you're asking which are very basic for a Windows network administrator. (Which is understandable if you're new to the job as network administratior and haven't had any training yet.) HTH. Gunny See http://www.QBuilt.com for all your database needs. See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials. Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com http://www.Access.QBuilt.com/html/expert_contributors2.html for contact info. Hi Camaro
The procedure is: 1. Access ‘Control panel/Administrative tools/Computer Management/Shared Folders/Open Files’ 2. Close relevant open files (right button) Hi Camaro Show quote "'69 Camaro" wrote: > Hi. > > > Periodically a user shuts down before logging off the Access app > > That's a recipe for corrupted databases. Train the users never to do this. > > > How can I clear road-blocks (Permission denied > > (Error 70)) > > and manually run this process. > > To clear the network file lock, you need a network administrator's security > permissions to unlock it. Network administrators normally use a Windows GUI > to remove the file locks, but you could probably program the process and > call it from a batch file if you needed to, provided you have a network > administrator's security permissions and the programming skills. > > Otherwise, reboot the computer system where the database file is located to > clear the file lock. That's probably not practical on a networked server, > though. > > > Do I have to do this via the O/S and, if so, > > where in Windows do I clear shares? > > You have to do it from the OS on a domain controller on the network, which > requires a network administrator's security permissions to connect to it or > log onto it. I suspect you don't have these permissions, due to the > questions you're asking which are very basic for a Windows network > administrator. (Which is understandable if you're new to the job as network > administratior and haven't had any training yet.) > > HTH. > Gunny > > See http://www.QBuilt.com for all your database needs. > See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials. > Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com > http://www.Access.QBuilt.com/html/expert_contributors2.html for contact > info. > > > > The procedure is: Thanks for sharing that!> > 1. Access 'Control panel/Administrative tools/Computer Management/Shared > Folders/Open Files' > 2. Close relevant open files (right button) Gunny See http://www.QBuilt.com for all your database needs. See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials. Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com http://www.Access.QBuilt.com/html/expert_contributors2.html for contact info. |
|||||||||||||||||||||||