![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
One thing that I can think of is the permission on the mount points. You might want to check and see if the account which SQL Server Service is running has the permission to write on the mount points. |
#4
| |||
| |||
|
|
Thanks for the reply .I went as far as to give the EVERYONE group full control . And nothing. I have to try and get this sorted by tommorow . Should I phone MS support? I cannot think what else to try? -- General System Admin and IT manager "Lucas Kartawidjaja" wrote: One thing that I can think of is the permission on the mount points. You might want to check and see if the account which SQL Server Service is running has the permission to write on the mount points. |
#5
| |||
| |||
|
|
Thanks for the reply .I went as far as to give the EVERYONE group full control . And nothing. |
#6
| |||
| |||
|
|
Ricus (Ricus (AT) discussions (DOT) microsoft.com) writes: Thanks for the reply .I went as far as to give the EVERYONE group full control . And nothing. It's definitely a permissions issue: 2009-09-01 11:12:33.40 spid53 CREATE FILE encountered operating system error 5(error not found) Error 5 is "Access is denied". What service accounts do you use for SQL Server? If you use LocalSystem or somesuch change to a domain user. Not that it should matter for a mount point, but LocalSystem is bad practice anyway. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx |
#7
| |||
| |||
|
|
Please note I gave the EVERYONE group full control and the db did not get created if it was a permission issue that should have negated it shurely? Also I used the network service account for the sql services and I gave this account full access to the mount points as file permission access and it still did not work. -- General System Admin and IT manager "Erland Sommarskog" wrote: Ricus (Ricus (AT) discussions (DOT) microsoft.com) writes: Thanks for the reply .I went as far as to give the EVERYONE group full control . And nothing. It's definitely a permissions issue: 2009-09-01 11:12:33.40 spid53 CREATE FILE encountered operating system error 5(error not found) Error 5 is "Access is denied". What service accounts do you use for SQL Server? If you use LocalSystem or somesuch change to a domain user. Not that it should matter for a mount point, but LocalSystem is bad practice anyway. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx |
![]() |
| Thread Tools | |
| Display Modes | |
| |