Anand Anjaria


Hi,

I have scheduled full backup daily at morning 6:00. It was running fine till yesterday. Suddenly today morning it failed giving following error....

I have executed maintenance plan manually and again it gave same error....

10/19/2007 11:03:10,FullDBBackup.Subplan_1,Error,1,*****,FullDBBackup.Subplan_1,Subplan_1,,Executed as user: ****\SYSTEM. ...9.00.3042.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 11:03:10 AM Error: 2007-10-19 11:03:10.98 Code: 0xC0010018 Source: Back Up Database (Full) Description: Error loading a task. The contact information for the task is "Back Up Database Task; Microsoft Corporation; Microsoft SQL Server v9; 2004 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1". This happens when loading a task fails. End Error Error: 2007-10-19 11:03:11.25 Code: 0xC00291EC Source: {C7FB73D1-ADF1-42C0-B3D5-9F8014CC206B} 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: 2007-10-19 11:03:11.25 Code: 0x80019002 Source: OnPreExecute Description: SSIS Warning Code DT... The package execution fa... The step failed.,00:00:01,0,0,,,,0


Pls help me as daily backups are very crucial to me...




Re: Scheduled Backup suddenly started giving errors

Deepak Rangarajan


What ID is the sql services running try running the job with sql services Id as the job owner and see the result else try changing it to sa and execute it as per the schedule !

Regards
Deepak







Re: Scheduled Backup suddenly started giving errors

richbrownesq

I agree with Deepak. This definitely seems like a permissions error. Perhaps the priveleges of an account have changed recently Setting the schedule to run as "sa" should do the trick.

Remember, you can run manual backups using the T-SQL BACKUP command or through Management Studio while you troubleshoot this problem.

HTH!







Re: Scheduled Backup suddenly started giving errors

Vidhya Sagar

Inside the maintanence plan check the connection manager whether you are connecting to the local server.

Make sure you have right alias created and try a test connection from connection manager itself.