Windows error 0x803E0103, -2143420157

Detailed Error Information

WPN_E_OUTSTANDING_CHANNEL_REQUEST[1]

MessageA notification channel request for the provided application identifier is in progress.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode62 (0x03e)
NameFACILITY_WPN[1]
Error Code259 (0x0103)

Questions

1vote
1answer

UWP - Create push notification channel error

I have a strange issue for creating a push notification channel uri. When I try to execute the following code: receivedChannel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync(); I catch an exception with the following message: > A notification channel request for the provided application identifier is in > progress. (Exception from HRESULT: 0x803E0103) [...] read more
push-notification
uwp
wns
1vote
1answer

Azure Mobile Services push notifications channel creation fails after adding Private Networks capability in Windows 8 XAML store app

Azure Mobile Services push notifications have been working in my Windows 8 XAML Store app until I needed to access local network resources and had to add the Private Networks (Client & Server) capability. Now the application generates the error below when I try to acquire the push channel CurrentChannel [...] read more
windows-8
winrt-xaml
azure-mobile-services

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0