Fix Backup Database is terminating abnormally When performing a Farm Backup

简介:

Problem

I am trying to backup SharePoint 2013 Farm Automatically with PowerShell and Windows Task Schedule.Unfortunately,I got a lot of errors such as Backup Database is terminating abnormally.For more details on these errors as shown in picture below.

I've tried doing it via Central Administration.However,it give me same errors.Just shown in picture below.

Resolution

After troubleshooting, I hit this issue finally.Because My SharePoint and Sql Server are two different servers and the backup location needs to be a network share that both servers can access.So The solution for this is to make share.

  • Make a folder,right click on it
  • choose Properties
  • In the tab Sharing click on Advanced Sharing

  • Check the box Share this folder
  • There you can see Share Name and under Comments box there is a button called Permissons.

  • Click on Permissons Button and give to "EveryBody" Full Control Permissions.

  • Copy the Share Name and put it in the field Where SharePoint asks for backup location.

 

  • Keep Watching the Example. It Says Example :\\backup\SharePoint,this points to the fact,that the Backup Location should be a Share.

本博客为 木宛城主原创,基于 Creative Commons Attribution 2.5 China Mainland License发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名 木宛城主(包含链接)。如您有任何疑问或者授权方面的协商,请给我留言。
目录
相关文章
|
SQL 监控 Go
backup, file manipulation operations (such as ALTER DATABASE ADD FILE) and encryption changes on a database must be serialized.
昨天在检查YourSQLDba备份时,发现有台数据库做备份时出现了下面错误信息,如下所示:   yMaint.ShrinkLog   Log Shrink   --  ============================================================...
1097 0
|
SQL 测试技术 Linux
Linux wget auto login and backup database
#!/bin/bash # 这是一份本来打算采用自动备份数据的代码,由于测试过程中出现了无法连接的问题,导致不能测试, # 于是最后放弃了这份代码的进一步的开发,但是记录还是有必要的 login_url='xxxxxxxxx:2083/login/?login_only=1' c...
933 0
|
6月前
|
SQL Oracle 关系型数据库
WARNING: Too Many Parse Errors With error=911 When Running a JDBC Application Connected to an Oracle 19c database
WARNING: Too Many Parse Errors With error=911 When Running a JDBC Application Connected to an Oracle 19c database (
91 2
|
6月前
|
Oracle 关系型数据库
19c 开启Oracle Database Vault
19c 开启Oracle Database Vault
162 1
|
6月前
|
SQL Oracle 关系型数据库
Connect to Autonomous Database Using Oracle Database Tools
Connect to Autonomous Database Using Oracle Database Tools
61 1