17053
Product Name
Event ID
17053
Event Source
MSSQLSERVER
Component
SQLEngine
Symbolic Name
OS_ERROR
Message Text
%ls: Operating system error %ls encountered.
Generic operating system error occurred. The error message wraps a more specific operating
system (OS) error, which can be used to help diagnose that failure. Examples would include
reads or writes to data or log files that fail, registry read/write operations, or other unexpected
Win32 API
call failures.
You’ll frequently see this error together with other error messages in the SQL Server error log.
The operating system errors are shown with their numeric value, followed by the text message
of the error.
Here are examples of how you may see 17053 error together with other errors. Each example
provides ideas on how to approach the specific scenario.
In this case, the underlying OS error 665 indicates a file system limitation has been
encountered during file write or read.
ノ
Expand table