Under which circumstances does the System process (PID 4) retain an open file handle?

前端 未结 8 1441
一整个雨季
一整个雨季 2020-12-09 02:50

My application running on a Windows server makes use of a Jet/Access database. For some reasons around every two weeks that database file gets locked by the System process (

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 03:05

    Check the security settings for each folder and subfolders. Make sure that the system did not just automatically create a special permissions setting which will not allow anyone to delete the file. Apparently for some odd reason the OS creates a weird special permission setting that protects the file from being deleted.

提交回复
热议问题