What does HRESULT 0x803E0104 (WPN_E_DUPLICATE_CHANNEL) mean?

 
Previous Next
WPN_E_OUTSTANDING_CHANNEL_REQUEST WPN_E_PLATFORM_UNAVAILABLE

WPN_E_DUPLICATE_CHANNEL

WPN_E_DUPLICATE_CHANNEL is an HRESULT used by the Windows notification platform. It means that the platform found an existing association for the channel identifier that conflicts with the requested application endpoint.

What to check for WPN_E_DUPLICATE_CHANNEL

  • Check whether a stale app registration, reinstall, or backend record is reusing the channel identifier.
  • Register the channel only for its intended package and application endpoint.
  • Remove obsolete backend registrations only after confirming that they are no longer used.

Microsoft documentation

Diagnostic interpretation

This result has the HRESULT value 0x803E0104. AllStat records the condition as “The channel identifier is already tied to another application endpoint.”.

Evidence to capture

  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the wpn / duplicate / channel operation.
  • compare the failing machine with a working one at the same configuration boundary: component version, policy, registration, identity, and target resource.

Retry and recovery

” has changed.


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