Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-20 09:59 AM
Hi Team,
while creating a DB for blue prism server i'm getting error
can anyone help me on this??
Thanks in advance.
------------------------------
Sai Krishna Somisetty
------------------------------
while creating a DB for blue prism server i'm getting error
Thanks in advance.
------------------------------
Sai Krishna Somisetty
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-20 04:01 PM
Right-click the folder in question and go to Properties -> Security, then add permissions for the account running SQL server.
Given that it's trying to create the database in C:\Users, I would recommend changing your SQL server's default database location. Changing it to use a more appropriate directory would likely fix the issue so you wouldn't have to mess with folder permissions. You can do that in SSMS by going into your server properties (see here).
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Given that it's trying to create the database in C:\Users, I would recommend changing your SQL server's default database location. Changing it to use a more appropriate directory would likely fix the issue so you wouldn't have to mess with folder permissions. You can do that in SSMS by going into your server properties (see here).
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-20 02:10 PM
Sounds like a file permission issue. Does the account that SQL server is running under have access to that directory?
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-20 03:46 PM
Thank you nicholas for quick reply, how to give permissions to SQL server to access the file
------------------------------
Sai Krishna Somisetty
------------------------------
------------------------------
Sai Krishna Somisetty
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-20 04:01 PM
Right-click the folder in question and go to Properties -> Security, then add permissions for the account running SQL server.
Given that it's trying to create the database in C:\Users, I would recommend changing your SQL server's default database location. Changing it to use a more appropriate directory would likely fix the issue so you wouldn't have to mess with folder permissions. You can do that in SSMS by going into your server properties (see here).
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Given that it's trying to create the database in C:\Users, I would recommend changing your SQL server's default database location. Changing it to use a more appropriate directory would likely fix the issue so you wouldn't have to mess with folder permissions. You can do that in SSMS by going into your server properties (see here).
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
