Copy job status codes
RichardRayJH
Posts: 22
When I run
one of the columns I get back is 'status'. I'm guessing that:
'S' is 'Success' (applied when the copy has succeeded),
'E' is 'Error' (applied after the copy job gives up),
'P' is 'Pending' (applied when the job is queued up but has run yet)
but there seem to be a few others.
What are the possible values, and what do they all mean?
exec master..sqbdata 'SELECT * FROM backupfiles_copylist where status <> ''s'' order by lastattempt desc'
one of the columns I get back is 'status'. I'm guessing that:
'S' is 'Success' (applied when the copy has succeeded),
'E' is 'Error' (applied after the copy job gives up),
'P' is 'Pending' (applied when the job is queued up but has run yet)
but there seem to be a few others.
What are the possible values, and what do they all mean?
-
Richard Ray
Jackson Hole Mountain Resort
Teton Village, WY
Richard Ray
Jackson Hole Mountain Resort
Teton Village, WY
Comments
C for cancelled, when the source file cannot be found, or when copying to the hosted storage is cancelled.
E for expired, which by default happens 24 hours after the file has been placed in the queue and could not be copied during that interval.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8