Mục lục bài viết
Cập Nhật: 2021-12-07 00:05:04,Bạn Cần biết về Windows Virtual Desktop session host unavailable. Bạn trọn vẹn có thể lại Comments ở phía dưới để Mình được tương hỗ.
Lets see how to FIX Not Able to Connect to AVD Personal Desktop VM Issue Error 0x3000046. This issue is experienced with the latest release of AVD. I have explained aboutAVD v2 ARM model architecturein the last blog post.
Tóm lược đại ý quan trọng trong bài
I have shared the experience of creating new host pools, Workspaces, and Session Hosts in the following post. AVD v2 Admin Experience Create New Host Pool | Workspace | Session Host.
FIX Not Able to Connect to AVD Personal Desktop VM Issue Error 0x3000046
We couldnt connect because there are currently no available resources. Try again later or contact tech tư vấn for help if this keeps happening.
Error 0x3000046
Extended Error Code 0x0
FIX Not Able to Connect to AVD Personal Desktop VM Issue
The user is not able to connect to the personal virtual desktop (with the direct assignment) when I create a host pool and session host from the new portal for AVD (a.k.a WVD v2).
Everything works ok with the old WVD process of creating host pool, adding session hosts, etc using PowerShell. And the user is part of the Desktop App group as I explained in the above post.
FIX Not Able to Connect to AVD Personal Desktop VM Issue
The following are the errors Microsoft tư vấn engineer retrieved for the issue.
ActivityId env_name env_time ErrorSource ErrorCode ErrorMessage ReportedBy ErrorInternal
3ff94fe9-2995-48df-a938-8fe4b467800000 ##Microsoft.RDInfra.Monitoring.Events.DiagErrorInfo 2020-05-22 23:21:21.0788537 RDBroker -21678388 Host pool = WVD2 is a PersonalDesktop pool with Direct assignment type. In order to connect to this pool, user = [emailprotected] has to have a SessionHost pre-assigned! RDGateway FalseReturning error ‘
“Code”: “E_PROXY_ORCHESTRATION_LB_NO_SESSIONHOST_AVAILABLE”,
“Message”: “UserId = [emailprotected] should have a pre-assign SessionHost to connect to. The host pool = WVD-v21 is a PersonalDesktop pool with Direct assignment. The administrator needs to assign the SessionHost prior to user connecting to this host pool.”,
“Target”: null,
“Details”: null,
“InnerError”: null
‘ HttpCode=400 ContentType=”application/json; charset=utf-8″
Update-AzWvdSessionHost_UpdateExpanded: ActivityId: 419fdfb-480c-4da9-9d5f-kajskljaasbc77bcec8 Error: SessionHost does not exist
As per Microsoft documentation and Microsoft tư vấn engineer, we need to use the PowerShell command to fix this issue. There is a PowerShell command to assign this a user to a personal desktop.
NOTE! I couldnt find the option to assign a personal desktop to a user from AVD new portal experience (a.k.a AVD v2). This was the situation when I worked on this issue with Microsoft engineer.
Update-AzWvdSessionHost-HostPoolNameUsDhostpoolname-NameUsDsessionhostname-ResourceGroupNameUsDresourcegroupname-AssignedUserUsDuserupn
Microsoft AVD black belt Tom Hickling shared a tweet to confirm, there is an option to assign personal desktop to user from AVD new portal (a.k.a WVD v2).
Picture Credits to Tom Hickling direct assignment FIX Not Able to Connect to WVD Personal Desktop VM Issue
– Một số từ khóa tìm kiếm nhiều : ” Review Windows Virtual Desktop session host unavailable tiên tiến và phát triển nhất , Chia Sẻ Link Download Windows Virtual Desktop session host unavailable “.
Bạn trọn vẹn có thể để lại Comments nếu gặp yếu tố chưa hiểu nhé.
#Windows #Virtual #Desktop #session #host #unavailable