SQL Log Rescue
Latest version: 1.2
Knowledge Base
Timeout expired while examining database logs
Category: Troubleshooting & error messages
Date: 28 May 2009
Product: SQL Log Rescue
When analyzing a database using SQL Log Rescue, the following error may occur:
"Timeout expired. The timeout period elapsed prior to completion of the operation or the server not responding."
This message may appear regardless of whether transaction log backups or the database's live log file is being examined. The live log files can be very small, and you may notice the processor on 100% usage, showing SQLSERVER.exe using 90% in Task Manager.
The problem may be because of invalid database configuration. Checking the system files table of the SQL Server may point out any potential problem.
USE [theDatabase]
SELECT * from sysfiles1
If log files are specified here that do not exist, Log Rescue will attempt to read them anyway and fail, causing this error. Deleting the superfluous log file entry from the sysfiles1 table will prevent this problem, however, it may be advisable to examine the database at this point to determine how it got into this condition and that it is still working properly.
Document ID: KB200708000097 Keywords: Log,Rescue,sysfiles1,timeout,not,responding
Was this article helpful?
SQL Log Rescue
- There was no relevant information about this database in the backup
- Log Rescue timing out when uncommitted transactions exist on server
- Installation fails because of MDAC requirement
- Timeout expired while examining database logs
- No full database backup specified message
- Disabling live log retrieval
all SQL products
- Compatibility of Red Gate tools in 64-bit environments
- Application has encountered an error and needs to close
- Error message after installing SQL Toolbelt - The description for Event ID ( 1 ) in Source ( nview_info ) cannot be found.
- Changing the temporary directory used by the installer
- Toolbelt Installer "hanging" while "scanning volumes"
- Login failing with "trusted SQL Server connection" error when using RunAs
all products
- Some Red Gate products identified as containing a trojan by Anti-Virus software
- Activation may fail with Unknown Error -1
- Product uses web help although a CHM file is available locally
- Argument exception resulting from missing environment variable
- Check for updates may fail when used through proxies
- 'Unidentified Publisher' error when repairing or uninstalling
- Licensing activates product as standard edition
- Moving Red Gate software products to another machine
- Red Gate tools log locations
- The application UI opening slowly when there is no internet access
SQL Log Rescue
all SQL products
all products
- Red Gate product acknowledgements
- Activating your products
- Activating your products
- Red Gate bundle history
- Check for updates
- Troubleshooting Check for Updates errors
- Current versions
- Deactivating your products
- Installing Red Gate products from the .msi file
- Requesting additional activations
- Serial numbers for bundles
- Reactivating using a different serial number
- Extending your trial
- Finding your serial numbers
- Moving a serial number from one computer to another
- No response received for manual activation
- Licensing and activation resources
- Licensing and activation resources
- Troubleshooting licensing and activation errors
- Licensing and activation FAQs
- Red Gate tools log file locations
- Download old versions of products
- Download product prerequisites & utilities
- Support & upgrades
- Upgrading your software
- Upgrading FAQs

