zoukankan      html  css  js  c++  java
  • Server 2012 RDS ‘there are no Remote Desktop License Servers available to provide a license.’

    Server 2012 RDS ‘there are no Remote Desktop License Servers available to provide a license.’

    On a Server 2012 RDS farm that has been deployed and working for some time you begin to receive errors stating ‘The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license. Please contact the server administrator.”

    Server 2012 RDS 'there are no Remote Desktop License Servers...' Fig1

    You verify your configuration is as expected, that you have valid CALs installed on a Server 2012 terminal server licensing server and that the RD Licensing Diagnoser doesn’t report any errors.

    The issue may be that there is a bug with Server 2012 RDS session hosts where they will not look to the licensing server for CALs when the grace period ends. Microsoft are reportedly aware of this but as yet there is no KBA or hotfix for it.

    The solution is to open the registry editor on the affected session hosts and browse to the following:

    HKLMSystemCurrentControlSetControlTerminal ServerRCM

    If the ‘GracePeriod’ key exists you will need to delete it.

    Server 2012 RDS 'there are no Remote Desktop License Servers...' Fig2

    If the licensing configuration appears to be correct and the RD Licensing Diagnoser reports no problems, please perform the following steps:

    1. Open Registry Editor (regedit).
    2. Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerRCM. Export this registry key to a file before making any changes.
    3. Locate the GracePeriod key and either delete or rename it. It may be necessary to take ownership of the key and/or modify its permissions first.
    4. Reboot the RDSH server. You should now be able to successfully connect to it.
  • 相关阅读:
    Vue 实时过去 页面宽高
    css 全网页呈现灰色
    Vue 省市区三级联动(基于ElementUI)
    小程序 节流函数 (防止按钮重复点击)
    Vs Code 自动编译TS
    VS2019 调试时出现:正试图在 os 加载程序锁内执行托管代码
    SQLServer 日期函数大全
    SQL 日期函数
    SQL Server 查询性能异常语句
    SQL中多表连接delete删除表数据
  • 原文地址:https://www.cnblogs.com/junjiany/p/6734376.html
Copyright © 2011-2022 走看看