Hi,

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
fatherjack2
0

Comments

7 comments

  • RBA
    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
    RBA
    0
  • fatherjack2
    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
    fatherjack2
    0
  • petey
    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.
    petey
    0
  • fatherjack2
    Sorry Pete,

    I have searched the whole HDD and there is no file with that name.

    Jonathan
    fatherjack2
    0
  • petey
    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.
    petey
    0
  • fatherjack2
    Script executed successfully, returned 1 row result:NULL

    File "SQBCoreService_(LOCAL)_bugreport.txt" now exists.
    fatherjack2
    0
  • petey
    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.
    petey
    0

Add comment

Please sign in to leave a comment.