October 11, 2013 at 11:42 pm
Hi,
I have mapped network drive for backup purpose. It is showing server level. But it is not visible in Management plan at chose backup drive location.. what could be issues?
SQL Agnet account - running under Network sercive account.
Error Messages:
Operating system error 3(The system cannot find the path specified.).
BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Thanks
ananda
October 12, 2013 at 3:26 am
For database backup taking on network dirve, Is it really require to enable XP_CMDSHELL feature in instance side? there may be security issues
October 12, 2013 at 1:25 pm
Agreed on xp_cmdshell. The very simple procedure is outlined here.
October 13, 2013 at 10:23 am
ananda.murugesan (10/11/2013)
Hi,I have mapped network drive for backup purpose. It is showing server level. But it is not visible in Management plan at chose backup drive location.. what could be issues?
SQL Agnet account - running under Network sercive account.
Error Messages:
Operating system error 3(The system cannot find the path specified.).
BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Thanks
ananda
You don't need to see it in the GUI to use it. Just use the UNC for the backup path and it'll work just fine.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2013 at 2:06 pm
Hi Anada,
Does your service account has permission to the network share?
You should be able to navigate to the folder when you are logged into the server and confirm by checking the folder permissions/properties?
--------------------------------------------------
...0.05 points per day since registration... slowly crawl up to 1 pt per day hopefully 😀
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply