Forum Discussion

latencytr's avatar
latencytr
New Contributor
8 months ago
Solved

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...
  • rraghvani's avatar
    8 months ago

    See Disconnecting From Remote Desktop While Running Automated Tests.

     

    There needs to be an active session on your remote machine. You log into your remote machine using User1. Call tscon to disconnect your session (it will remain active). Then call SessionCreator with parameters e.g. /UserName:User1 /password:'Password1' /UseActiveSession.

     

    SessionCreator can not log into your remote machine, but it can connect to an active session.