rds Failed

Kobi Li-Ran 1 Reputation point
2020-10-24T16:25:21.277+00:00

I failed what can I do? New server without any installation I bought a CAL 3 license from users I installed a WIN 2019 license youtu.be/mcZxkamiwHU

Failed:
Unable to install the role services. ArgumentNotValid: The role, role service, or feature name is not valid: 'rds-connection-broker'. The name was not found.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,697 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,504 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. udara peiris 686 Reputation points
    2020-10-24T16:55:50.15+00:00

    If you are trying to install without connection broker role, please check following,
    https://support.microsoft.com/en-us/help/2833839/guidelines-for-installing-the-remote-desktop-session-host-role-service


  2. Eleven Yu (Shanghai Wicresoft Co,.Ltd.) 10,746 Reputation points Microsoft Vendor
    2020-10-26T02:49:43.957+00:00

    Hi,

    1. May I know if the server joined domain? Workgroup server cannot install RDCB role.
    2. On the server, run below commands in CMD to see if there is any system error.
      SFC /Scannow
      Dism /Online /Cleanup-Image /CheckHealth
      Dism /Online /Cleanup-Image /ScanHealth
      DISM /Online /Cleanup-Image /RestoreHealth
    3. Have you also installed ADDS (domain controller) role on this server? DC and RDCB cannot not installed on the same server.
    4. If you don’t have the Active Directory Domain Service install, this issue might be caused by the Windows internal database (WID). a. Open PowerShell, and type “get-windowsfeature” with enter.
      b. Check the cmdlet result and confirm that if Windows Internal Database has been installed.  If WID(Windows Internal Database) has been installed:
      a. Open Run, type “services.msc” and end with enter.
      b. Find service Windows Internal Database, open its Properties – Log On, make sure it has been configured with “Local system account”.
      c. Save the change and re-start the service, try to install RD CB again. If problem persists, please try:
      a. Uninstall the Windows Internal Database. 
      b. Rename the old WID (C:\Windows) to WID_old.
      c. Try to install RDCB again to check the result.

    If all above could not help, you can collect logs during the installation for troubleshooting.

    Useful log files for troubleshooting RDS issues
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/remote/log-files-to-troubleshoot-rds-issues

    Thanks,
    Eleven

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.