Our business management system has had some hiccups here and there the past couple of weeks. It has been denied access to some of the files it uses. By digging around with Manage Open Files I have been able to determine which user(s) are accessing the files in question. From here I've used both the Resource Manager and Process Explorer to search for a substring of the directory that these files are in. I can see the processes that are supposed to be accessing those directories and the files that are intended to be accessed. The problem is that searching for handles never shows the troublesome files at all, thus I cannot determine the process that's locking them up. Part of the problem is that the files are accessed periodically, not constantly. To ensure that my attempt to track down the offending process, I followed these steps:
- Refresh Manage Open Files until the files in question are shown to be open by the user.
- Search for the substring of the directory in handles.
- Refresh Manage Open Files again to see that the files are still being accessed after the handle search is complete.
These steps should theoretically guarantee that I catch the files in use, but I still get no results other than the ones I expect.
Does anyone have any other ideas on how I can determine what process is accessing theses files? I know for sure the users that are accessing them, and I've been running handle searches from their workstations remotely.
[EDIT1] The server is running Windows Server Standard, and client machines are all running Windows 7 Professional. The files are estimates exported by CCC One (it's a collision repair company), and the program that is being denied access is NEX (Our business management system) by Nexsyis. As far as protocol, I'm not absolutely sure but I would imagine it's SMB.