Unable to open the physical file "C:\Database\database.mdf". Operating system error 5: "5(Access is denied.)"

When you attach a database you might get the error below.

——————————————————————————————————————–

Unable to open the physical file “C:\Database\Commerce.mdf”. Operating system error 5: “5(Access is denied.)”. (Microsoft SQL Server, Error: 5120)

——————————————————————————————————————–

What you need to do is to assign the right to the Users account. Of course this is one of the development’s ways. You might want to set for a specific user account for deployment.

clip_image002

About these ads

About chanmingman

Ming Man is a senior manager for a development company. With 20 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.
This entry was posted in .Net and tagged , . Bookmark the permalink.

One Response to Unable to open the physical file "C:\Database\database.mdf". Operating system error 5: "5(Access is denied.)"

  1. Habi says:

    I had this issue and all the solutions online was kind of misleading to my issue. I have the solution here.
    http://dotnet-programming-solutions.blogspot.com/2012/10/attach-database-encountered-operating.html
    The solution was to Run SSMS as Administrator.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s