Select the product you need help with
PRB: Error 5177 May Be Raised When Creating DatabasesArticle ID: 239759 - View products that this article applies to. This article was previously published under Q239759 SYMPTOMS
When you create a new database or you start SQL Server, the following error messages may be raised:
Error 5177 "Encountered an unexpected error while checking the sector size for file '%.*ls'. Check the SQL Server error log for more information."
Error 5105, level 16, Device activation error. The physical file name '%.*ls' may be incorrect.
CAUSE
The Microsoft Windows NT account under which the MSSQLServer service starts does not have List Folder permissions on the root drive where the new database data or log files are created.
WORKAROUND
Assuming that the database is to be created in the D:\Data directory and that the MSSQLServer service is running under a Windows NT account called TestDomain\Testuser, you can work around the problem by following these steps:
MORE INFORMATION
If the workaround does not correct the problem, modify the account under which MSSQLServer service starts. Make sure that this account has Full Control permissions to the directory where SQL Server databases are to be created. Note that 5177 errors can also indicate possible hardware-related problems, especially if the SQL Server errorlogs show other I/O-related errors, such as error 823. PropertiesArticle ID: 239759 - Last Review: August 12, 2003 - Revision: 3.2
|


Back to the top








