While backup SQL Server database on shared disk within network if the backup file (.bak) denies access, it implies that SQL Server error 15105 has occurred. The corresponding error seems similar to this:
"Cannot open backup device "\\xxxxxxxx\xxxx.bak". Operating System Error 5 (failed to retrieve text for this error. Reason: 15105). (Microsoft.SQLServer.Smo)"
Sometimes the error message fluctuating on machine may vary and appears while user trying to restore its database from .bak file and the following mentioned syntax addresses to the local disk on network;
"Operating System Error 5 (Access Denied)"
While Creating Backup:
While Restoring Backup:
You can follow the under mentioned workaround to rectify SQL Server restore error 15105:
Either of the following given methods may helps in resolving the Microsoft SQL Server error 15105. If none of the above stated work around/measures seems to be helpful, there are possibilities that the SQL BAK file is dealing with corruption issue that leads to inaccessibility of the database backup files.
In that case, the only way to efficiently recover corrupt and inaccessible backup files is SQL backup recovery software. The tool helps in recovering SQL DB backup and fix MS SQL Server error 15105 and offers to restore them in either "SQL Server Database" (version 2014 and lower) or "SQL Server compatible Scripts" on local storage media.