I have an SQL server running on 11.0.5058.0.
I created a backup Maintenance Plan but I'm getting the following error:
Executed as user: MyDomain\dbaAcct.
Microsoft (R) SQL Server Execute Package Utility Version 11.0.5058.0 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 11:53:03 AM Error: 2020-07-06 11:53:04.52 Code: 0xC00291EC Source: {39010E7A-E7B3-462C-A418-5AD339537AC2} 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 Error: 2020-07-06 11:53:04.73 Code: 0xC0024104 Source: Back Up Database (Transaction Log) Description: The Execute method on the task returned error code 0x80131501 (An exception occurred while executing a Transact-SQL statement or batch.). The Execute method must succeed, and indicate the result using an "out" parameter. End Error Error: 2020-07-06 11:53:04.73 Code: 0xC0024104 Source: {34EEAB12-81DB-4631-9850-2E01D2D2E0F6} Description: The Execute method on the task returned error code 0x80131501 (An exception occurred while executing a Transact-SQL statement or batch.). The Execute method must succeed, and indicate the result using an "out" parameter. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 11:53:03 AM Finished: 11:53:04 AM Elapsed: 1.421 seconds. The package execution failed. The step failed.
I raised the Maximum error Count to 10 for the subplan (Sequence) and set the TransactionOption to required.
The SQL Server and Agent services are running on MyDomain\dbaAcct. I know not best practice, but trying to figure what's going on here.
When I go into Manage Connections and select Windows NT Security as I have on other servers I get an error saying that is couldn't find itself...
I created a backup Maintenance Plan but I'm getting the following error:
Executed as user: MyDomain\dbaAcct.
Microsoft (R) SQL Server Execute Package Utility Version 11.0.5058.0 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 11:53:03 AM Error: 2020-07-06 11:53:04.52 Code: 0xC00291EC Source: {39010E7A-E7B3-462C-A418-5AD339537AC2} 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 Error: 2020-07-06 11:53:04.73 Code: 0xC0024104 Source: Back Up Database (Transaction Log) Description: The Execute method on the task returned error code 0x80131501 (An exception occurred while executing a Transact-SQL statement or batch.). The Execute method must succeed, and indicate the result using an "out" parameter. End Error Error: 2020-07-06 11:53:04.73 Code: 0xC0024104 Source: {34EEAB12-81DB-4631-9850-2E01D2D2E0F6} Description: The Execute method on the task returned error code 0x80131501 (An exception occurred while executing a Transact-SQL statement or batch.). The Execute method must succeed, and indicate the result using an "out" parameter. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 11:53:03 AM Finished: 11:53:04 AM Elapsed: 1.421 seconds. The package execution failed. The step failed.
I raised the Maximum error Count to 10 for the subplan (Sequence) and set the TransactionOption to required.
The SQL Server and Agent services are running on MyDomain\dbaAcct. I know not best practice, but trying to figure what's going on here.
When I go into Manage Connections and select Windows NT Security as I have on other servers I get an error saying that is couldn't find itself...