What does HRESULT 0xC1100114 (WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER) mean?

 
Previous Next
WDSTPTMGMT_E_TRANSPORT_SERVER_UNAVAILABLE WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER

WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER

WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER is a Windows Deployment Services Transport Management result. It indicates that the namespace object may exist locally but has no registration history on the selected WDS transport server.

What to check

  • Confirm that the object is associated with the intended server before invoking a server-side namespace operation.
  • Register the namespace successfully on this server rather than assuming registration on another server is shared.
  • Refresh discovery data after a server migration, reset, or change of target host.

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


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