QUESTION POSED ON: 15 March 2005
I'm trying to restore a database from the production server to our disaster recovery server. Both are running SQL Server 2000. The backup sets are stored on the production server.
When I try to run the restore on the d/r server using a mapped drive on the production server, I get an error message stating 'Cannot open backup device.' The Microsoft Knowledge Base points to this being a permissions problem, but the drive is mapped using the SQL Service accounts' credentials.
Both instances of SQL Server are using the same domain user account for the SQL Service. The acl's for the directory and file both show the SQL Service account having full rights. The destination server's error log has an entry 'Operating system error = 3(The system cannot find the path specified).' If, within the restore script, I copy the file from the mapped drive to a local drive the restore works. Any solutions or hints greatly appreciated.
|