Jan 07 2020 07:08 PM - edited Jan 07 2020 08:46 PM
I need help because I cant connect to WVD desktop. deploy was successful and users exist. I checked avairable users with following command, Get-RdsAppGroupUser -TenantName "xxx" -HostPoolName "xxx" -AppGroupName "Desktop Application Group". and there are two available users.
When I use both desktop app on Laptop and web browser, I failed and got error messages " you can connect because there are currently no available resources".
Does anyone have the same problems? I'm happy if someone share the resolutions on this.
Configuration:
Active Directory : AAD DS
DN: AAD domain name is xxx.co.jp, AAD DS domain name is ooo.xxx.co.jp
Jan 07 2020 08:51 PM
I can access to the target machine(prod-it-wvd-0) with remotedesktop from Windows server on the same vNet.
Jan 07 2020 10:51 PM
> Get-RdsSessionHost -TenantName "prod-it-wvd" -HostPoolName "prod-it-wvd"
SessionHostName : prod-it-wvd-0.xxx.xxx.xxx.co.jp
TenantName : prod-it-wvd
TenantGroupName : Default Tenant Group
HostPoolName : prod-it-wvd
AllowNewSession : True
Sessions : 0
LastHeartBeat : 2020/01/04 05:22:26
AgentVersion : 1.0.833.5
AssignedUser :
OsVersion : 10.0.18362
SxSStackVersion : rdp-sxs191031003
Status : NoHeartbeat
UpdateState : Succeeded
LastUpdateTime : 2020/01/04 05:16:45
UpdateErrorMessage :
Jan 15 2020 09:41 PM
@yatsu40I made new hostPool,then this problem was fixed.
Thx
Jan 16 2020 02:31 AM - edited Jan 16 2020 02:32 AM
SolutionThe Status = no heartbeat is the issue. It's telling you that the pool cannot see the host (aka VM). This typically because there is an issues with the following post I found very help in troubleshooting and resolving:
In my case I found I was no copying/pasting the Token correctly which stuffed up the heartbeat.
Jan 19 2020 06:30 PM
Thank you Robert, Azure support announced the same answer. But it didnt work on my envilonment.
I dont know why, maybe because I re-made and deleted it with same paramaters over and over. Now I use the different host pool name and there seems to be no problems to access a new client.
I deleted the problem host pool from management console of WVD. I will try to make the same name host pool to the problem one and access later.