| Previous | Next |
| EVT_WDSMCS_E_CP_DLL_LOAD_FAILED_CRITICAL | EVT_WDSMCS_E_NSREG_CONTENT_PROVIDER_NOT_REG |
EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST
EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST is a Windows Deployment Services (WDS) Multicast Server result. It indicates that registration rejected a ScheduledCast namespace whose configured start time is no longer valid.
What to check for EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST
- Validate the scheduled time and time zone before registering the namespace.
- Check clock synchronization on the management host and WDS server when timestamps appear correct.
- Register a new transmission time far enough in the future for clients to join.
for it, Microsoft documentation on the Windows Deployment Services Multicast Application Protocol
Diagnostic interpretation
This result has the HRESULT value 0xC1210300. AllStat records the condition as “The ScheduledCast namespace %1 using content provider %2 could not be registered as it starts in the past. The namespace has been removed from the namespace store. %n %n Error Information: %3 %n”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the evt / wdsmcs / nsreg / start / time operation.
- Preserve the first failure in the call chain; a later HRESULT can describe cleanup rather than the original evt / wdsmcs / nsreg / start / time condition.
Retry and recovery
Retry this result only when the owning API documents a transient state or after the condition described as “The ScheduledCast namespace %1 using content provider %2 could not be registered as it starts in the past. %n %n Error Information: %3 %n” has changed.
Looking for a different code? Search another status or error code.