We have recently patched the system and it appears that since then, the
backups do not work via the maintenance plans we configured. We have a
few maintenance plans in place:
1. Clear backup files from staging area older than 2 days (this
executes OK daily)
2. Backup databases (RP1, msdb, model, master) to staging area (should
execute daily but not OK)
3. Clear Transaction log backup older than 5 days from staging area
(this runs OK daily)
4. Backup transaction log file to staging area (should run every 20
minutes but isnt working)
The error message for the transaciton log backup is:
Executing the query "EXECUTE master.dbo.xp_delete_file
0,N'E:\\RP1_Redo'..." failed with the following error: "xp_delete_file
() returned error 2, 'The system cannot find the file specified.'".
Possible failure reasons: Problems with the query, "ResultSet" property
not set correctly, parameters not set correctly, or connection not
established correctly
I have found content related on the internet but none seems to be valid for our situation.
Thanks and Regards
Ray