M
msnews.microsoft.com
Hello,
Iam trying to create a database in SQLServer by pointing the database files
to a UNC location (\\bigserversnas01\sql_use\) which is a SAN. This requires
a trace flag as mentioned in http://support.microsoft.com/kb/304261. But
when trying to create the database, its giving me this error:
Msg 1802, Level 16, State 4, Line 1
CREATE DATABASE failed. Some file names listed could not be created.
Check related errors.
Msg 5123, Level 16, State 1, Line 1
CREATE FILE encountered operating system error 1337(The security ID
structure is invalid.) while attempting to open or create the physical file
' \\bigserversnas01\sql_use\sqldata.mdf '.
The CREATE DATABASE code will *always* run as the SQLServer service account.
So I RD-ed into the server as the service domain account and I was able to
access \\bigserversnas01\sql_use\ and also could create a test file.Also,
when I replace that UNC with another server share, it works fine. But I need
to use the original UNC as thats where I have the required huge disk space
for the database.
Does anyone have any idea about error#1337(The security ID structure is
invalid.) ?
Thank you,
SQL_Help
Iam trying to create a database in SQLServer by pointing the database files
to a UNC location (\\bigserversnas01\sql_use\) which is a SAN. This requires
a trace flag as mentioned in http://support.microsoft.com/kb/304261. But
when trying to create the database, its giving me this error:
Msg 1802, Level 16, State 4, Line 1
CREATE DATABASE failed. Some file names listed could not be created.
Check related errors.
Msg 5123, Level 16, State 1, Line 1
CREATE FILE encountered operating system error 1337(The security ID
structure is invalid.) while attempting to open or create the physical file
' \\bigserversnas01\sql_use\sqldata.mdf '.
The CREATE DATABASE code will *always* run as the SQLServer service account.
So I RD-ed into the server as the service domain account and I was able to
access \\bigserversnas01\sql_use\ and also could create a test file.Also,
when I replace that UNC with another server share, it works fine. But I need
to use the original UNC as thats where I have the required huge disk space
for the database.
Does anyone have any idea about error#1337(The security ID structure is
invalid.) ?
Thank you,
SQL_Help