Sql Server Backup to UNC

前端 未结 7 1576
梦毁少年i
梦毁少年i 2021-02-19 14:51

I\'ve create a maintenance plan on my SQL Server 2005 server. The backup should be written to another server. I\'m using a UNC path for this. The user running the SQL Agent jobs

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-19 15:18

    I saw this error in Maintenance plan history.

    Operating system error 3(The system cannot find the path specified.). BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

    I tried to run first piece of Backup step where it was creating directory on share. I got access denied error.

    Finally, I gave full permissions to service account under which SQL Agent runs and maintenance plan was successfully running.

提交回复
热议问题