Hello,
I’m using SQLBackupAndFTP to make a full MSSQL database backup in a temporary folder and then transfer it to a FTP. Worked like a charm until some days ago - from the 18th I get the error below.
1/21/2021 1:52:41 PM [Info] Starting job "Backup Job - 1 " - “Full”. Server “{{my server}}”. Account “SYSTEM@WORKGROUP”. App v.“12.4.16.9”.
1/21/2021 1:52:41 PM [Info] Connecting to: 2014 SP3 Enterprise Edition (64-bit). (default).
1/21/2021 1:52:42 PM [Info] The backup folder “D:\SQL\Pranas .NET\SQLBackupAndFTP\backup” has “931.37GB” free space. The temporary folder “C:\Windows\TEMP\SYSTEM\Pranas .NET\SQLBackupAndFTP\backup” has “49.838GB” free space.
1/21/2021 1:52:42 PM [Info] Backing up “(default)” SQL Server databases.
1/21/2021 1:52:42 PM [Info] Backing up “{{my db}}” database to .bak file. Backup type: “Full”. Checksum: “Disabled”.
1/21/2021 1:52:42 PM [Error] Failed to backup “{{my db}}” database with “Full” backup type: One or more errors occurred. > Cannot open backup device ‘D:\SQL\Pranas .NET\SQLBackupAndFTP\backup{{my db}}202101211352.bak’. Operating system error 2(The system cannot find the file specified.).
BACKUP DATABASE is terminating abnormally. > Cannot open backup device ‘D:\SQL\Pranas .NET\SQLBackupAndFTP\backup{{my db}}202101211352.bak’. Operating system error 2(The system cannot find the file specified.).
BACKUP DATABASE is terminating abnormally.
Checked user access to the folder D:\SQL\Pranas .NET\SQLBackupAndFTP\backup, the application user got full access and my current user as well. Tried to download and install the latest alpha, no change.
Please advise