June 17, 2009 at 3:39 pm
Hi All
I got a job failed it says
Job Failed::back up job failed due to network path.
so where should i go and see the network path and the backup failed
June 17, 2009 at 10:01 pm
Hi,
Open the backup job and see if the backup folder is on your loacal machine or onto some network shared folder.
If its on the network then see if you can access that file from the node which is hosting SQL server
Thanks,
Mani
June 17, 2009 at 10:55 pm
Once you find it , stop taking backups on network .
you will endup loosing it many times .many a times if you verify the backups you will find them corrupt .
I burnt my Fingers 4 years back .
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
June 18, 2009 at 1:19 am
Also, speak to your network guys on the network fluctuations.
Run this command and give it to the network guys as proof of fluctuation.
c:\> ping xx.xx.xx.xx -t > c:\ping_results.txt
This will create a ping result in a text file. If u're having fluctuations, those will be captured in the text file.
June 18, 2009 at 4:40 am
Always take the backup to local disk on the server and transfer it over the network to the destiation after the backup is successful.
Thanks
Chandra Mohan N
[font="Verdana"]Thanks
Chandra Mohan[/font]
July 11, 2012 at 1:04 pm
Try this
EXEC xp_cmdshell 'net use v: \\ServerName\foldername'
Here we are assigning V as drive letter to the path \\ServerName\foldername'
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply