| Previous | Next |
| CI_S_CATALOG_RESET | VSS_S_ASYNC_FINISHED |
VSS_S_ASYNC_PENDING
VSS_S_ASYNC_PENDING is a status, not a failure. It means that the operation represented by an IVssAsync object is still running.
What to do for VSS_S_ASYNC_PENDING
- Wait and call
IVssAsync::QueryStatusagain, or useWaitwith an appropriate timeout. - Do not treat the operation result, snapshot identifiers, or writer data as final until the asynchronous operation reports completion.
- Keep the
IVssAsyncobject alive until the requester has observed a final status.
Microsoft: IVssAsync::QueryStatus
Diagnostic interpretation
This result has the HRESULT value 0x00042309. AllStat records the condition as “The asynchronous operation is pending.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the vss / async / pending operation.
- Reproduce this result with the smallest valid input and note whether the result changes with identity, architecture, service state, or target object.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.