Comments
7 comments
-
Hi Jonathan,
5270 Error: SQL Backup Agent service is no longer running (error codes)
Which suggests to me that the core service was unreachable or it crashed. I wonder what the exact conditions were for this to happen?
Thanks,
Robin -
Hi,
I have just bundled the error text in an email to Matt as he asked about my query "Jobs in progress - mixed messages" and it was connected to that.
If you take a look at the files there and need more info please feel free to call me.
regards
Jonathan -
In the folder where the SQL Backup service is installed, is there a file named SQBCoreService_bugreport.txt? If there is, could you please send this file to us?
Thanks. -
Sorry Pete,
I have searched the whole HDD and there is no file with that name.
Jonathan -
Perhaps the SQL Backup Agent service did not have rights to create that file. Could you please run the following from Query Analyzer/Management Studio:
EXEC master..sqbutility 9997
Does SQBCoreService_bugreport.txt get generated in the SQL Backup service folder?
Thanks. -
Script executed successfully, returned 1 row result:NULL
File "SQBCoreService_(LOCAL)_bugreport.txt" now exists. -
Thanks for running the test, it means that the service did have rights to create the file.
That would suggest that the service did not crash, but was stopped, thus triggering error 5270.
Add comment
Please sign in to leave a comment.
just testing the network resilience and the job crashed with error detail of
SQL Backup failed with exit code: 5270
I was on first test so had default settings of up to 10 retries with 30s wait before restart.
Had only disconnected network adapter maybe 3 or 4 timesbut did edit the job via SQL Backup while it was running - to correct a database name change and to add that it should delete old backups before running.
EDIT:
2 minutes later and I have restarted the job. The old job is still showing as executing in the In Progress window. SSMS has it down as failed and the v6 Jobs tab shows a failure. The timeline is showing a green striped area (in progress) though.
regards
Jonathan