Forum Discussion
Can you please suggest me What the following error says?
[TestComplete] Test runner exit code: -10 (Unable to create a user session). [TestComplete] [WARNING] Unable to find the log file "1646141.tclogx". [TestComplete] [WARNING] Unable to find the log file "1646141.htmlx". [TestComplete] [WARNING] Unable to find the log file "1646141.mht". [TestComplete] [WARNING] Errors occurred during the test execution. [TestComplete] Marking the build as UNSTABLE. [TestComplete] [WARNING] Unable to publish test results (xml data is empty). [TestComplete] The test execution finished
Concentrate on the first line, the rest is just telling you it cannot read the output of the process it cannot run.
Try to disable the Run Interactive user session. I believe it is trying to create a user session on the machine where you already have a user session. If that does not work it is possible that the Jenkins integration does not allow you to run everything on one machine. Then I would probably try the batch approach you had in your first mail. I will take a look at it again to see if I notice something.
- sha9 years agoContributor
I can see that the exe-file is in 'TestComplete 12/bin' (in the output when you are using the integration), but in the batch-file you call it in 'TestComplete 11/Bin' (bin vs. Bin and 12 vs 11).