When I run
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?
RichardRayJH
0

Comments

1 comment

  • petey
    A for active, meaning that the file is currently being copied.
    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.
    petey
    0

Add comment

Please sign in to leave a comment.