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)
 Server Failover Shifted

Author  Topic 

pdset
Constraint Violating Yak Guru

310 Posts

Posted - 2010-03-23 : 19:06:35
Patrons,

Couple of days back while doing the Reboot of server the server on Fail-over has died out and shifted everything where the Quorum resides and it becomes ONE PHYSICAL BOX.

Nevertheless, Databases were available for end-users and transactions being performed, but the Maintenance Plans were failed till the server got on its own Logical Box.


Database Backups; Transaction Log Backup for every 15 minutes Duration have failed and the Error has depicted from the log viewer as following:

Date 2/08/2010 7:51:36 AM
Log Job History (Database Backups.Every night)

Step ID 1
Server SQLDISK02\SQL02
Job Name Database Backups.Every night
Step Name Every night
Duration 00:00:49
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: Prime0\SQLProdAdmin. ...9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 7:51:36 AM Error: 2010-03-19 07:51:53.59 Code: 0xC00291EC Source: {190C192B-CE4A-4797-B50D-2A034013C004} 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-03-19 07:51:53.59 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-03-19 07:52:09.15 Code: 0xC0024104 Source: Check Database Integrity Ta... The package execution fa... The step failed.


My initial understanding was Everything became PHYSICAL BOX and LOGICAL BOX was Absent. so Maintenance Jobs cannot function and the error says it all.

However, adding to my thinking and understanding can anyone give much better explanation.

Thanks all.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-23 : 19:09:24
Did BACKUP LOG work?

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

Subscribe to my blog
Go to Top of Page

pdset
Constraint Violating Yak Guru

310 Posts

Posted - 2010-03-23 : 20:08:59
Thanks Tara. Backup Log also failed. and also some other Maintenance jobs were also failed. In general, All the Maintenance jobs failed.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-23 : 21:04:47
I don't mean backing up the transaction log from a maintenance plan. I mean the BACKUP LOG command. I have a feeling that this was just a maintenance plan bug and that the real commands would have worked. I don't ever use maintenance plans, and this is an example of why.

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

Subscribe to my blog
Go to Top of Page

pdset
Constraint Violating Yak Guru

310 Posts

Posted - 2010-03-23 : 22:50:01
Yeah. I procured backups through running the script, may be backup log would also have worked but I haven't tried since Full backup did worked everytime during this unknown ordeal.

Thanks.
Go to Top of Page
   

- Advertisement -