Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Recently i got a requirement to create a login for only backup and restore for specified databases, so i have created a login like that. But here i am facing an issue i.e. while taking backup i not able to browse the backup location and not able to browse backup file while restoring a database.
Through command backup and restore is working fine.

I am getting this error while browsing for backup location

SQL
TITLE: Locate Database Files - TESTSVR\GTUNEW
------------------------------

C:\Program Files\Microsoft SQL Server\MSSQL.56\MSSQL\Backup
Cannot access the specified path or file on the server. Verify that you have the necessary security privileges and that the path or file exists.

If you know that the service account can access a specific file, type in the full path for the file in the File Name control in the Locate dialog box.

------------------------------
BUTTONS:

OK
------------------------------





Error for restoring a database




SQL
TITLE: Locate Backup File - TESTSVR\GTUNEW
------------------------------

C:\Program Files\Microsoft SQL Server\MSSQL.56\MSSQL\Backup
Cannot access the specified path or file on the server. Verify that you have the necessary security privileges and that the path or file exists.

If you know that the service account can access a specific file, type in the full path for the file in the File Name control in the Locate dialog box.

------------------------------
BUTTONS:

OK
------------------------------





please suggest me regarding this, i have tried all possible answers from google and other sites but i couldn't.



Regard'd,
Thrilok.
Posted
Comments
srilekhamenon 30-Oct-14 1:24am    
iam not sure, but iam feeling there is a issue with the user rights, What operating system you are working with ?
Thrilok SQL DBA 30-Oct-14 5:34am    
Hi Menon you are bit of correct, that is only sysadmin only can view the windows path . . . . Except sysadmin right nobody can access the windows path.

1 solution

Only sysadmin only can view the windows path . . . . Except sysadmin right nobody can access the windows path.


Regard's,
Thrilok.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900