Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Jenkins(master) is installed on the Linux system and runs automated tests on the node slave (Win-XP) via ssh connection. But all the GUi tests are failed, when GUI tests are running locally(WINXP system) testst are passed. I tried tscon.exe 0 /dest:console for forwards the calls to the console but I am getting the error:

Could not connect sessionID 0 to sessionname console, Error code 7045 Error [7045]:The requested session access is denied.

thanks

share|improve this question
Did you consider running the jenkins slave as a windows service? Also, if you run as a service, set it to allow interaction with desktop. – Eldad AK May 6 at 7:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.