HI All,
I have a maintenance plan that remove .bak and .trn files older than 4 days.
This job has run successfully for over a year without issue.
Since midnight on the 3rd May i am getting these errors:
Executing the query "EXECUTE master.dbo.xp_delete_file 0,N'\\\\servername\\SQL Backups\\foldername\\',N'trn',N'2010-04-30T11:00:18',1
" failed with the following error: "A severe error occurred on the current command. The results, if any, should be discarded.
A severe error occurred on the current command. The results, if any, should be discarded.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
The files are on a remote server, but i can log into that server and remove files using the same login used to run the jobs. i can also map the drive without issue.
Most searches i have doen so far refer to permissions issues but if i can log in and delete files then the job should be able to it aswell, so i am looking for any other possible reasons for this issue.
Thanks in advance.
I have a maintenance plan that remove .bak and .trn files older than 4 days.
This job has run successfully for over a year without issue.
Since midnight on the 3rd May i am getting these errors:
Executing the query "EXECUTE master.dbo.xp_delete_file 0,N'\\\\servername\\SQL Backups\\foldername\\',N'trn',N'2010-04-30T11:00:18',1
" failed with the following error: "A severe error occurred on the current command. The results, if any, should be discarded.
A severe error occurred on the current command. The results, if any, should be discarded.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
The files are on a remote server, but i can log into that server and remove files using the same login used to run the jobs. i can also map the drive without issue.
Most searches i have doen so far refer to permissions issues but if i can log in and delete files then the job should be able to it aswell, so i am looking for any other possible reasons for this issue.
Thanks in advance.