Quantcast
Channel: Remote Desktop Services (Terminal Services) Forum
Viewing all articles
Browse latest Browse all 27656

Windows Server 2019 RDS Errors After Domain Controller Change

$
0
0

We had an existing Windows Server 2019 with Remote Desktop Services connected to a Windows Small Business Server 2011 that was acting as a domain controller.  Everything worked fine.

The SBS 2011 was recently replaced by a new Windows Server 2019 domain controller.  The new domain controller has the same name an IP address, so the old domain controller (SBS 2011) was removed, and the new one put in its place (Windows Server 2019)  We rebuilt the trust relationship between the existing RDS server and the new domain controller by running the PowerShell command on the new RDS server

Reset-ComputerMachinePassword -Server {server name} -Credential {domain\Administrator}

That worked fine for connecting the RDS to the new domain server.  However, when users try to login to the RDS Server using Remote Desktop, they get the error:

"The requested session access is denied".

The server manager on the RDS Server reports the following errors when a user tries to login to the RDS Server using Remote Desktop.

Error # 1280  Source: Microsoft Windows Terminal Services SessionBroker Client: :: Remote Desktop Services failed to join the Connection Broker on server SERVERNNAME.domain.local. Error: Current async message was dropped by async dispatcher, because there is a new message which will override the current one.  
Error # 2056 Microsoft Windows Terminal Services Session Broker :::
The Remote Desktop Connection Broker server could not enumerate the targets for the provider named NULL from the database.
Pooled virtual desktop collection name: NULL Error: Logon to the database failed.
Error #226  Microsoft Windows TerminalServices ClientActiveXCore ::: RDPClient_SSL: An error was encountered when transitioning from TsSslStateDisconnected to TsSslStateDisconnected in response to TsSslEventInvalidState (error code 0x8000FFFF).

I researched these error codes but did not get too far.  Any help would be appreciated.

Michael


Viewing all articles
Browse latest Browse all 27656

Trending Articles