Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 cluster server

Author  Topic 

DBA007
Posting Yak Master

145 Posts

Posted - 2010-02-19 : 14:26:51
Team,
My Maintenanceplan failed with below error,this was a cluster server

PRO\sqladmin. ...on 9.00.4035.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 2:10:23 PM Error: 2010-02-19 14:10:38.26 Code: 0xC00291EC Source: {D9C17F9D-B647-474B-891D-F87F244CE2C3} 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: 2010-02-19 14:10:38.27 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: 2010-02-19 14:10:52.39 Code: 0xC0024104 Source: Check Database Integrity Ta... The package execution fa... The step failed.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-02-19 : 16:24:37
All of these maintenance plan errors and you haven't decided to abandon them yet? I don't have any maintenance plans on any of my 100+ SQL instances. Maintenance plans produce poor errors and don't give you control, hence the reason to use custom scripts instead.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

DBA007
Posting Yak Master

145 Posts

Posted - 2010-02-19 : 16:27:40
thanks tara,
can you provide the script for the maintenance plans
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-02-19 : 17:47:46
Here are my custom scripts: http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Here's how my production SQL instances are setup as far as jobs that call my custom scripts: http://weblogs.sqlteam.com/tarad/archive/2008/06/30/SQL-Server-jobs-on-production-instances.aspx

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -