problem saving database bkf file to another PC on network

Cannot open backup device [path name]. Device error or device off-line. See the SQL Server error log for more details. BACKUP DATABASE is terminating abnormally.

Can anyone help me figure this out? Thanks in advance.

______________________________________________________

Larry Leveen OlyBikes Bikes, Parts, Repairs & GREAT Customer Service!

124 State Avenue NE Olympia, WA 98501

P: 360-753-7525 F: 360-528-7526 snipped-for-privacy@olybikes.com

formatting link
Featuring free bike advocacy and safety materials!

Reply to
OlyBikes
Loading thread data ...

When you are selecting the destination location for the backup file, you are selecting a local directory on the computer you are at. The Backup process just passes that to SQL Server or MSDE on the Server. That path is not available on the server or you don't have rights to save there...

What you need to do is created a shared folder somewhere on the network that both your workstation and the server can recognize using the same UNC Path and have access to. Then you have to browse to the share name(\\computerName\ShareName\FolderName\FileName), not to the local drive name(C:\FolderName\FileName)

Glenn Adams Tiber Creek C> I can save a database bkf file to the same PC the database is running on,

Reply to
Glenn Adams [MVP - Retail Mgmt]

Do you mean it has to be on a 3rd party drive because they need the exact same file name?

Glenn Adams [MVP - Retail Mgmt] wrote:

Reply to
OlyBikes

No, you can create the share on either the server, the workstation or any other system on the network - the server and the work station both need to be able to find it using the same path name.

Glenn Adams Tiber Creek C> Do you mean it has to be on a 3rd party drive because they need the exact

Reply to
Glenn Adams [MVP - Retail Mgmt]

Just save it into your SHARED folder on your local hard drive. That way if the server crashes hard, you have it local.

OlyBikes wrote:

Reply to
Mickie

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.