| Previous | Next |
| WDSMCS_E_CONTENT_NOT_FOUND | WDSMCS_E_NAMESPACE_NOT_FOUND |
WDSMCS_E_CLIENT_NOT_FOUND
WDSMCS_E_CLIENT_NOT_FOUND is a Windows Deployment Services (WDS) Multicast Server result. It indicates that the server has no active client record matching the identifier supplied to the multicast operation.
What to check for WDSMCS_E_CLIENT_NOT_FOUND
- Refresh the session client list and verify the client identifier, address, and session association.
- Handle client disconnects and timeouts before issuing a client-specific command.
- Do not reuse client handles after reconnecting or moving a client to another namespace.
for it, Microsoft documentation on the Windows Deployment Services Multicast Application Protocol
Diagnostic interpretation
This result has the HRESULT value 0xC1210104. AllStat records the condition as “The specified client was not found.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the wdsmcs / client / found 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.