Ciao a tutti,
sto cercando di capire la causa dell'errore "SQLServer Error: 17142, SQL Server has been paused. No new connections will be allowed. [SQLSTATE 42000]" che si è verificato questa notte su un server di produzione in cui è installata la versione 2000 di SQL Server.
L'event viewer riporta in sequenza:
1. SQL Server is disallowing new connections due to 'pause' request from Service Control Manager
2. SQL Server is terminating due to 'stop' request from Service Control Manager.
3. BACKUP failed to complete the command BACKUP DATABASE [DB] TO DISK = N'C:\DB.BAK' WITH INIT , NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT
I file di log riportano questi dettagli:
2008-06-27 02:39:49 - ? [131] SQLSERVERAGENT service stopping due to a stop request from a user, process, or the OS...
2008-06-27 02:40:04 - + [188] Scheduler engine timed out (after 15 seconds) waiting for 1 jobs(s) to stop
2008-06-27 02:40:04 - ! [298] SQLServer Error: 17142, SQL Server has been paused. No new connections will be allowed. [SQLSTATE 42000]
2008-06-27 02:40:04 - ! [382] Logon to server '(local)' failed (SaveAllSchedules)
2008-06-27 02:40:05 - + [098] SQLServerAgent terminated (forcefully)
2008-06-27 02:41:23 - ! [298] SQLServer Error: 17142, SQL Server has been paused. No new connections will be allowed. [SQLSTATE 42000]
2008-06-27 02:41:23 - ! [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
2008-06-27 02:41:24 - ? [098] SQLServerAgent terminated (normally)
2008-06-27 02:41:54 - ! [298] SQLServer Error: 17142, SQL Server has been paused. No new connections will be allowed. [SQLSTATE 42000]
2008-06-27 02:41:54 - ! [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
2008-06-27 02:41:54 - ? [098] SQLServerAgent terminated (normally)
2008-06-27 02:42:15 - ! [298] SQLServer Error: 17142, SQL Server has been paused. No new connections will be allowed. [SQLSTATE 42000]
2008-06-27 02:42:15 - ! [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
2008-06-27 02:42:15 - ? [098] SQLServerAgent terminated (normally)
2008-06-27 02:43:04 - ! [298] SQLServer Error: 17142, SQL Server has been paused. No new connections will be allowed. [SQLSTATE 42000]
2008-06-27 02:43:04 - ! [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
2008-06-27 02:43:04 - ? [098] SQLServerAgent terminated (normally)
Il file ErrorLog.1 riporta:
2008-06-27 02:39:32.89 server SQL Server is disallowing new connections due to 'pause' request from Service Control Manager.
2008-06-27 02:43:41.38 spid2 SQL Server is terminating due to 'stop' request from Service Control Manager.
2008-06-27 02:43:41.40 backup BACKUP failed to complete the command BACKUP DATABASE [DB] TO DISK = N'C:\DB.BAK' WITH INIT , NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT
Avete qualche suggerimento da darmi ?
Grazie
Sergio