Forum Discussion
Sbarnet
Dec 12, 2019Copper Contributor
Consistent Thin Client Disconnection from WVD Pool
Hello we have been experiencing some random but consistent disconnects from our WVD Pool. We have roughly 10 users and have been getting different event viewer logs for when they disconnect. We have ...
swalra
Mar 11, 2020Brass Contributor
We had monday also problems, between 9:30 - 11:30 (Dutch time). Last 2 days till this moment no problems.
knowlite
Mar 11, 2020Iron Contributor
Hi,
I've ran the query and indeed 99% of the Failures are on 9/6, customer gave feedback that yesterdag and today go without any issue.
Of course not all errors may be related to the connection issue. If I do the query on Outcome Failure from 6-3 until today:
6-3: 3 events
9-3: 107 events
10-3: 20 event
11-3: 1 event
I've ran the query and indeed 99% of the Failures are on 9/6, customer gave feedback that yesterdag and today go without any issue.
Of course not all errors may be related to the connection issue. If I do the query on Outcome Failure from 6-3 until today:
6-3: 3 events
9-3: 107 events
10-3: 20 event
11-3: 1 event
- knowliteMar 11, 2020Iron ContributorIf i use the following query:
Get-RdsDiagnosticActivities -TenantName TenantName -ActivityId ActivityId -Detailed | select-object * -ExpandProperty Errors
I get the following errors:
ErrorSource : RDGateway
ErrorOperation : GatewayConnectionActive
ErrorCode : -2146233088
ErrorCodeSymbolic : ConnectionFailedServerDisconnect
ErrorMessage : One or more errors occurred. (StartServerConnectionAsync)
ErrorInternal : False
ReportedBy : RDGateway
ErrorSource : RDStack
ErrorOperation : ConnectionEstablished
ErrorCode : 14
ErrorCodeSymbolic : UnexpectedNetworkDisconnect
ErrorMessage : Unexpected network disconnect
ErrorInternal : False
ReportedBy : RDStack
ErrorSource : Client
ErrorOperation : ClientGatewayNetworkConnection
ErrorCode : 50331694
ErrorCodeSymbolic : PROXY_ERR_NETWORKDOWN
ErrorMessage : AutoReconnect due to Network Error
ErrorInternal : False
ReportedBy : Client - Marco BrouwerMar 11, 2020Brass Contributor
That seems to be a pattern :). These are our results.
No problems today and yesterday.
Was 26th of February also a "bad day" for you?