What does HRESULT 0xC1100115 (WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER) mean?

 
Previous Next
WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER WDSTPTMGMT_E_INVALID_IP_ADDRESS

WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER

WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER is a Windows Deployment Services Transport Management result. It indicates that the namespace reference targets an object that was removed from the WDS transport server.

What to check

  • Re-enumerate namespaces on the server and reacquire the object instead of using the stale reference.
  • Check automation and administrator activity for an earlier unregister or cleanup operation.
  • Register a new namespace only after verifying that removing the prior one did not affect active sessions.

Microsoft documentation on Windows Deployment Services and the WDS Transport Management API


Looking for a different code? Search another status or error code.