Hi Fatih Ozturk,
Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VPHAN
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Termianl server lisansımızomasına rağmen ekteki hataları alıyoruz
Hi Fatih Ozturk,
Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VPHAN
Hi Fatih Ozturk,
The 60-minute disconnection warning typically stems from a communication failure between your Remote Desktop Session Host and the Remote Desktop Licensing Server. You can resolve this by opening the Local Group Policy Editor and navigating through Computer Configuration, Administrative Templates, Windows Components, Remote Desktop Services, Remote Desktop Session Host, and into the Licensing folder. Here, explicitly enable the policy to specify the Remote Desktop license servers using your server's exact IP or hostname, and set the licensing mode to match your purchased Per User or Per Device Client Access Licenses.
If you have configured the Group Policy and the 60-minute error persists, your server is likely experiencing a known Windows bug where it caches an expired 120-day evaluation state even after valid licenses are installed. To clear this bugged cache, open the Registry Editor and navigate to HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Control, Terminal Server, RCM, and locate the GracePeriod key. Because this is a protected system directory, you must right-click the GracePeriod key, take ownership to grant your administrator account full control, and then delete the binary value located inside. Rebooting the server afterward will force the operating system to discard the trial status and successfully query your valid licensing certificates.
The second error indicating that the total logon time limit was reached is controlled by administrative session duration policies rather than your terminal server licenses. To correct this, return to the Remote Desktop Session Host directory within the Local Group Policy Editor and access the Session Time Limits folder. Modify the policies governing active and idle Remote Desktop Services sessions, setting them to "Never" or a specific timeframe that aligns with your enterprise operations. This will stop the server from automatically terminating authenticated user sessions based on strict duration limits.
Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN
AI answer
The messages indicate that Remote Desktop Services (Terminal Services) licensing on the server is not working correctly. Even though licenses exist, the server is treating the connections as having “license issues” and is enforcing a time limit, then disconnecting sessions.
From the provided context, this behavior matches scenarios where the Remote Desktop/Terminal Services license certificate or licensing configuration is corrupted or the RD Session Host cannot correctly use the license server.
Recommended checks and fixes on the Remote Desktop (RD Session Host) and license server side:
Event ID 1088 from TermService indicating the licensing grace period has expired and the server has not registered with a license server.Event ID 1004, 1010, or 28 indicating the terminal server cannot issue a client license or cannot locate a license server.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService\CertificateX509 CertificateX509 Certificate ID%systemroot%\system32\lserver\hydra.mdb.JETx.TMP files in System32 if the server was shut down abruptly. If there are many leftover JET*.TMP files and they are not in use, they can be deleted; only closed files will be removed. This can help if licensing operations are failing due to stale temporary files.After these steps, new RDS CALs should be issued correctly and sessions should no longer be limited or disconnected due to licensing.
References: