SQLBackupAndFTP The server principal NT AUTHORITY\SYSTEM is not able to access the database xxxx
Windows server 2012中使用SQLBackupAndFTP備份數據庫時遇到一個錯誤:
ERROR: The server principal "NT AUTHORITY\SYSTEM" is not able to access the database "xxxx" under the current security context. BACKUP DATABASE is terminating abnormally.
解決這個錯誤的方法:
??? 在SQLBackupAndFTP工具里面選擇“Advanced backup schedule”按鈕,在“Advanced Backup Schedule” 窗口設置執行Schedule Job的用戶,如下截圖所示,你可以設置你的域賬號(sysadmin角色)做為執行Schedule Job的用戶或者其他具有權限的賬號。
官方資料介紹請參考Hot to around: The server principal “NT AUTHORITY\SYSTEM” is not able to access the database “database-name” under the current security context
Open the scheduled job with SQLBackupAndFTP software and click on “Advanced backup schedule” button. At opened “Advanced Backup Schedule” window you can enter user name to execute the scheduled job in “Run scheduled job as” field or just click on “Set as Current User / Your personal account” to use your current windows account. Please remember to save the job to apply new schedule options. SQLBackupAndFTP will ask you to enter your password when you save the job.
?
參考資料:
http://sqlbackupandftp.com/blog/hot-around-server-principal-nt-authoritysystem/
總結
以上是生活随笔為你收集整理的SQLBackupAndFTP The server principal NT AUTHORITY\SYSTEM is not able to access the database xxxx的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 深度解析mysql登录原理
- 下一篇: Ajax 基础