Hello, after login to iNotes i see this Error 500:
Error 500
HTTP Web Server: HCL Notes Exception - This database is currently in use by another person or process, and cannot be accessed at this time. In order to share a Notes database, it must be accessed via a Domino Server by all users of the database.
How to solve this without restarting the server? Some idea?
Thank you.
Jan
Hi, Jan,
you need to figure out if really file is occupied by other process (backup or antivirus).
on Windows I suggest to use Process Explorer, Free utility from Microsoft.
There is an option FIND ->HANDLE and type filename of file occupied. It will show which process taken it.
in Linux it is easier,
lsof | grep myfile.nsf
lsof stands for List Of Open Files.
I am pretty sure backup or Antivirus taken handle. https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0093046 take a look at this technote to make right exclusions.
Vlad
Dear Vladislav,
thanks for help and tip for Process Explorer! When i used "Find handle and entered "Jan_Pavelka.nsf", then is zero process searched. The key word as mail file is correct?
Thanks
Jan