Session Creator : Failed to create the user session.
I'm using SessionCreator to run my tests via Gitlab CI/CD Pipeline on our corporate computer.
I have configured all the related requirements from here [Session Creator Official Documentation].
Here is my problem:
When I tried to trigger my test via SessionCreator from Gitlab CI/CD pipeline, I got below message:
SessionCreator : Failed to create the user session.
The user 'MY_DOMAIN_NAME\MY_USER_NAME' failed to log in to this host using Remote Desktop. Failed to establish an RDP connection with a remote computer.
When I was connected to test machine from my computer via RDP and I was triggering CI/CD pipeline, my tests worked fine. I use /UseActiveSession option. However, it didn't work unless I connected to the test machine via RDP.
When I searched the internet, I found out some similar errors and I tried them all. Nevertheless, I couldn't find a solution.
I check out this solution [Session-Creator-New-User-Session-Windows-Settings ], but in our Company's Group Policy, NLA is enabled by default. And I can't disable it.
Any suggestion will help.