Symptom:
Symptom: When attempting to do a backup of the database it does not complete due to permissions issues.
The relationship to permissions issues may not be in the initial error message. So got into SQL Management Studio and attempt to make the backup to the same directory through SQL directly (not through MIP). If the process fails, then you know the issue is outside of MIP and with SQL. If the error references accessing directory (usually and Error 5 reference) then you know it is a permissions issue.
Cause: SQL server has lost access to that directory. This is usually NOT an MIP issue. It is an issue with SQL and Windows and outside the scope of MIP support.
Resolution:
This is a Windows/SQL permissions issue outside of MIP and not something that MIP support can resolve. You should consult with your IT resource as to why this happened and getting it resolved. Recent system changes may impact this issue.
There are two things that can be tried:
Option 1 – Give the user group MSSQLSERVER read/write access to that directory.

Make sure that this is done with both the Sharing and Security Settings tabs.
