I am getting error in running maintenance plan of backup on sql server 2008 r2 standard edition:
Executed as user: UAT-ECGC\Administrator. Microsoft (R) SQL Server Execute Package Utility Version 10.50.2500.0 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 1:42:36 PM Error: 2012-09-21 13:42:36.80 Code: 0xC00291EC Source: {57A1BC16-1F0B-4107-A33A-505364A55160} Execute SQL Task Description: Failed to acquire connection "Local server connection". Connection may not be configured correctly or you may not have the right permissions on this connection. End Error Warning: 2012-09-21 13:42:36.80 Code: 0x80019002 Source: OnPreExecute Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors. End Warning Error: 2012-09-21 13:42:36.82 Code: 0xC0024104 Source: {2922FB53-26BE-4812-B574-90B25D853E52} Description: The Execute method on the task returned error code 0x80131904 (Login failed for user 'sa'.). The Execute method must succeed, and indicate the result using an "out" parameter. End Error Warning: 2012-09-21 13:42:36.82 Code: 0x80019002 Source: OnPostExecute Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors. End Warning DTExec: The package execution returned DTSER_FAILURE (1). Started: 1:42:36 PM Finished: 1:42:36 PM Elapsed: 0.406 seconds. The package execution failed. The step failed.
==================================================================================
Earlier My sql server service was running as UAT-ECGC\Administrator and I have configured the package after login with UAT-ECGC\Administrator.
Now SQL Server is running using Local administrator ID.
I am getting above error when running that package.
Now I am getting below error when running the newly created package using local administrator ID.
==================================================================================
Message
Executed as user: ECGC-NDC-SDB2-U\Administrator. ...1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 2:15:24 AM Progress: 2012-09-21 02:15:25.32 Source: {4C1C32B4-91E4-43C0-999C-EEF819CFC1CC}
Executing query "DECLARE @Guid UNIQUEIDENTIFIER EXECUTE msdb..sp...".: 100% complete End Progress Error: 2012-09-21 02:15:26.01 Code: 0xC002F210 Source: Back Up Database
Task Execute SQL Task Description: Executing the query "BACKUP DATABASE [master] TO DISK = N'\\172.17.22...." failed with the following error: "Cannot open backup device '\\172.17.22.212\e$\UAT_Database_Backup\FULL\213\master_backup_2012_09_21_021525_4970497.bak'.
Operating system error 5(Access is denied.). 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.
End Error Error: 2012-09-21 02:15:26.04 Code: 0xC002F210 Source: Back Up Database Task Execute SQL Task Description: Executing the query "BACKUP DATABASE [model] TO DISK =
N'\\172.17.22.2..." failed with the following error: "Cannot open backup device '\\172.17.22.212\e$\UAT_Database_Backup\FULL\213\model_backup_2012_09_21_021525_4970497.bak'. Operating system error 5(Access is denied.). 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. End Error Error: 2012-09-21 02:15:26.10 Code:
0xC002F210 Source: Back Up Database Task Execute SQL Task Description: Executing the query "BACKUP DATABASE [msdb] TO DISK = N'\\172.17.22.21..." failed with the following error: "Cannot open backup device
'\\172.17.22.212\e$\UAT_Database_Backup\FULL\213\msdb_backup_2012_09_21_021525_4970497.bak'. Operating system error 5(Access is denied.). 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. End Error Error: 2012-09-21 02:15:26.15 Code: 0xC002F210 Source: Back Up Database Task Execute SQL Task
Description: Executing the query "BACKUP DATABASE [SharePoint_UATConfig] TO DISK = ..." failed with the following error: "Cannot open backup device '\\172.17.22.212\e$\UAT_Database_Backup\FULL\213\SharePoint_UATConfig_backup_2012_09_21_021525_5126716.bak'.
Operating system error 5(Access is denied.). 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.
End Error Error: 2012-09-21 02:15:26.18 Code: 0xC002F210 Source: Back Up Database Task Execute SQL Task Description: Executing the query "BACKUP DATABASE [SharePoint_AdminContent_aa383523-..."
failed with the following error: "Cannot open backup device '\\172.17.22.212\e$\UAT_Database_Backup\FULL\213\SharePoint_AdminContent_aa383523-68d9-4c0f-9c8c-fb50d46541d7_backup_2012_09_21_021525_5126716.bak'. Operating system error 5(Access is denied.).
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. End Error Error: 2012-09-21 02:15:26.23
Code: 0xC002F210 Source: Back Up Database Task Execute SQL Task Description: Executing the query "BACKUP DATABASE [SharePoint_AdminContent_926c2e0a-..." failed with the following error: "Cannot open backup device
'\\172.17.22.212\e$\UAT_Database_Backup\FULL\213\SharePoint_AdminContent_926c2e0a-7213-494e-8a54-1669741fff3f_backup_2012_09_21_021525_5439154.bak'. Operating system error 5(Access is denied.). BACKUP DAT... The package execution fa... The
step failed.
Thanks