I have a windows service which uses the SQLite database backend. I can run the service fine under my account, however when I run it under the Local System account it runs into issues. I used process monitor and found out it encounters a FAST IO DISALLOWED when attempting to use the database.db-journal file. The actual line is below:
10:08:09.5169744 PM Sterilizer Window Service.exe 6248 QueryOpen C:\Windows\System32\database.db-journal FAST IO DISALLOWED
Has anyone else encountered this issue before. If so, how did you resolve it.
Much thanks.