Hi Werner,
The error you’re seeing is not actually tied to the RDS CAL count but to the way the Group Policy drive mapping is attempting to connect. The message “No further connections can be established…” typically comes from SMB session limits when the same user account is already consuming multiple connections to the same share. On a terminal server, each session can try to establish its own SMB connection, and if the backend file server enforces a per‑user limit, you’ll hit this condition even though you only have two RDS licenses in use. The secondary symptom with gpt.ini access failing is a direct consequence of that blocked SMB session, which explains why Explorer can still open the file but the policy engine cannot.
To resolve this, check the file server’s session limits under HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters and confirm that MaxMpxCt or MaxWorkItems are not set too low. Also verify that the Group Policy drive mapping is not configured with “Reconnect” or “Update” in a way that forces redundant connections per session. If the same user account is being used on multiple machines, consider separating service accounts or adjusting the SMB session limit on the file server.
Give it a try and let me know the result, can't wait to hear!
Harry.