I have BackupAssist 8.4.4 running on Win2k12 R2 Server with the BA SQL Add-on.
I have a working SQL backup for another server local to the network. It backs up the database to a NAS on the network and BackupAssist's destination directory is configured using \\192.168.123.116\Backups\SQL_Backups\.
Last week, I went to add a backup job for a server on the Internet (not local to our network), using the working SQL job as my reference. I created a new dir on the same NAS (not inside it, but beside the other SQL dir), \\192.168.123.116\Backups\LicenseServer_SQL_Backups\. When I ran the backup, it complained:
BA1505 Cannot open the specified destination directory from the server - it may not exist or the SQL server may not have the correct authorisation
Cannot open the specified destination directory from the server - it may not exist or the SQL server may not have
I've tried several destinations including local storage to the Win2k12R2 server, both internal and external drives.
The local SQL server and this Win2k12R2 server most likely have the same Administrator password and on same domain, whereas the one outside our network has a different Adminstrator password, different regular user, and not on our domain.
Is this a permissions thing? Do I need to create a user with same name and password on the Win2k12R2 server and then add R/W permissions to the destination folder for that user so that the SQL backups will correctly find and write to the destination? Both jobs use the 'sa' user to login to SQL server.
Or is this because the server is remote and not going to be able to access the private IP? When I configure the destination dir for local C:\SQL_backup or external HD E:\SQL_Backup, when the job runs, it changes the destination path to \\HyperV-01, the hostname of the Win2k12R2 server. For the destination directory path configured as: C:\LicensingService_SQL_Backups\"
Cannot open backup device '\\HYPERV-01\BA_SQL_5_12\168.235.xxx.xx-LicensingService-20150901.105818.333-FULL.bak'. Operating system error 53(The network path was not found.).
BACKUP DATABASE is terminating abnormally.
Thanks for your help