FAQ: Difference between revisions

12 bytes removed ,  12:19, 28 May 2015
Line 755: Line 755:
== I am getting I/O error 32 or I/O error 103 ==
== I am getting I/O error 32 or I/O error 103 ==


I/O error 32 = ERROR_SHARING_VIOLATION;   I/O error 103 = ERROR_TOO_MANY_SEM_REQUESTS mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing "file access denied", you may have a permissions problem.
I/O error 32 = ERROR_SHARING_VIOLATION;   I/O error 103 = 'file not open' mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing "file access denied", you may have a permissions problem.
Possible reasons for locked files:
Possible reasons for locked files:
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I've seen).
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I've seen).