|
|
|
Say Hey Kid
      
Group: General Forum Members
Last Login: Yesterday @ 4:46 PM
Points: 675,
Visits: 1,559
|
|
Hi All,
What is this error ? any idea why do we see such kind of errors?
LogWriter: Operating system error 170(The requested resource is in use.) encountered.
Error: 17053, Severity: 16, State: 1. LogWriter: Operating system error 170(The requested resource is in use.) encountered. Write error during log flush. Error: 9001, Severity: 21, State: 4. The log for database 'msdb' is not available. Check the event log for related error messages. Resolve any errors and restart the database. Database msdb was shutdown due to error 9001 in routine 'XdesRMFull::Commit'. Restart for non-snapshot databases will be attempted after all connections to the database are aborted.
Thanks in Advance.
|
|
|
|
|
SSC-Insane
         
Group: General Forum Members
Last Login: Today @ 10:35 PM
Points: 21,588,
Visits: 27,383
|
|
Oracle_91 (8/14/2012) Hi All,
What is this error ? any idea why do we see such kind of errors?
LogWriter: Operating system error 170(The requested resource is in use.) encountered.
Error: 17053, Severity: 16, State: 1. LogWriter: Operating system error 170(The requested resource is in use.) encountered. Write error during log flush. Error: 9001, Severity: 21, State: 4. The log for database 'msdb' is not available. Check the event log for related error messages. Resolve any errors and restart the database. Database msdb was shutdown due to error 9001 in routine 'XdesRMFull::Commit'. Restart for non-snapshot databases will be attempted after all connections to the database are aborted.
Thanks in Advance.
And what error(s) are shown in the event log?
 Lynn Pettis
For better assistance in answering your questions, click here For tips to get better help with Performance Problems, click here For Running Totals and its variations, click here or when working with partitioned tables For more about Tally Tables, click here For more about Cross Tabs and Pivots, click here and here Managing Transaction Logs
SQL Musings from the Desert Fountain Valley SQL (My Mirror Blog)
|
|
|
|
|
Say Hey Kid
      
Group: General Forum Members
Last Login: Yesterday @ 4:46 PM
Points: 675,
Visits: 1,559
|
|
19019 Failover "[sqsrvres] CheckServiceAlive: Service is dead 19019 Failover "[sqsrvres] CheckServiceAlive: Service is dead 19019 Failover "[sqsrvres] OnlineThread: Error 1 bringing resource online. 19019 Failover "[sqsrvres] OnlineThread: service stopped while waiting for QP. 19019 Failover "[sqsrvres] CheckServiceAlive: Service is dead 19019 Failover "[sqsrvres] CheckServiceAlive: Service is dead 3449 Server SQL Server must shut down in order to recover a database (database ID 2). The database is either a user database that could not be shut down or a system database. Restart SQL Server. If the database fails to recover after another startup, repair or restore the database. 9001 Server The log for database 'tempdb' is not available. Check the event log for related error messages. Resolve any errors and restart the database. 17053 Server fcb::close-flush: Operating system error (null) encountered. 17053 Server LogWriter: Operating system error 170(The requested resource is in use.) encountered. 9001 Server The log for database 'msdb' is not available. Check the event log for related error messages. Resolve any errors and restart the database. 9001 Server The log for database 'msdb' is not available. Check the event log for related error messages. Resolve any errors and restart the database. 17053 Server LogWriter: Operating system error 170(The requested resource is in use.) encountered. 17053 Server LogWriter: Operating system error 170(The requested resource is in use.) encountered. nt options file) 4098 None Error Initializing TSM Api, unable to verify Registry Password, see dsierror.log. 17053 Server fcb::close-flush: Operating system error (null) encountered. 17053 Server fcb::close-flush: Operating system error (null) encountered. 9001 Server The log for database 'BizTalkMsgBoxDb' is not available. Check the event log for related error messages. Resolve any errors and restart the database. 17053 Server LogWriter: Operating system error 170(The requested resource is in use.) encountered. nt options file) 4098 None Error Initializing TSM Api, unable to verify Registry Password, see dsierror.log. nt options file) 4098 None Error Initializing TSM Api, unable to verify Registry Password, see dsierror.log. nt options file) 4098 None Error Initializing TSM Api, unable to verify Registry Password, see dsierror.log. nt options file) 4098 None Error Initializing TSM Api, unable to verify Registry Password, see dsierror.log. nt options file) 4098 None Error Initializing TSM Api, unable to verify Registry Password, see dsierror.log. nt options file)
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: 2 days ago @ 4:28 AM
Points: 200,
Visits: 727
|
|
From the error posted looks like you have .ldf files for tempdb, msdb and BizTalkMsgBozDB. Is the drive which held these files still online?
Got backups off those databases?
The tempdb and msdb are system databases and worse case scenario can be rebuilt, however the BizTalk DB may need some extra work but a restore would be the quickest and safest way.
|
|
|
|