ContributionsMost RecentMost LikesSolutionsRe: [TestComplete] [WARNING] Error: TestExecuteLite cannot start. Initialization error.. Thanks Nick, These are all very helpful. I tried to run TE without Jenkins and it was working fine, that's why I thought maybe it's a Jenkins issue. But anyway, after the upgrades, reboots and change of paths, all is good now. Thanks again. MT [TestComplete] [WARNING] Error: TestExecuteLite cannot start. Initialization error.. UPDATE: This is fixed already... upgraded my testcomplete/testexecute versions as well. Please ignore this post. Not sure if this was asked before so apologies if I will ask this again.. I am new with TestComplete and Jenkins. I am getting an error due to a problem with TestExecute where Jenkins fails to run it. I just see that a command window appears with a message "Failed to ...." (cannot see the entire message as it was just a split second and the command window closes right away) But this is what I see in the Jenkins console output after the build is finished: [TestComplete] The test execution started (QA Test Suite/EnceliumXInstaller/KeyWordTests|InstallBox). [TestComplete] Found TestComplete/TestExecute installations: Type: TC, Version: 14.91.341.7, Path: "C:\Program Files (x86)\SmartBear\TestComplete 14\x64\bin\TestComplete.exe" Type: TE, Version: 14.93.312.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 14\x64\bin\TestExecute.exe" Type: TELite, Version: 14.93.312.50, Path: "C:\Program Files (x86)\SmartBear\TestExecuteLite 14\x64\bin\TestExecuteLite.exe" [TestComplete] Selected TestComplete/TestExecute installation: Type: TELite, Version: 14.93.312.50, Path: "C:\Program Files (x86)\SmartBear\TestExecuteLite 14\x64\bin\TestExecuteLite.exe" [TestComplete] Launching the test runner. $ '"C:\Program Files (x86)\SmartBear\TestExecuteLite 14\x64\bin\SessionCreator.exe"' ExecuteProcess '/c:""C:\Program Files (x86)\SmartBear\TestExecuteLite 14\x64\bin\TestExecuteLite.exe"" ""C:\CD_dev_sanity\QA Test Suite.pjs"" /run /SilentMode /ForceConversion /ns /exit "/ExportLog:C:\Jenkins\workspace\QA\Release_CD\04_InstallSSU\1657146282416.tclogx" "/ExportLog:C:\Jenkins\workspace\QA\Release_CD\04_InstallSSU\1657146282416.htmlx" "/ErrorLog:C:\Jenkins\workspace\QA\Release_CD\04_InstallSSU\1657146282416.txt" "/project:EnceliumXInstaller" "/test:KeyWordTests|InstallBox" /JenkinsTCPluginVersion:2.6.1' [TestComplete] Test runner exit code: 0. [TestComplete] [WARNING] Error: TestExecuteLite cannot start. Initialization error.. [TestComplete] [WARNING] Unable to find the log file "1657146282416.tclogx". [TestComplete] [WARNING] Unable to find the log file "1657146282416.htmlx". [TestComplete] [WARNING] Unable to publish test results (xml data is empty). I was expecting that the KeywordTest I specified in the Jenkins pipeline will be executed, however, it seems to not even reach that part. Not even sure if this is a Jenkins issue or a TestComplete/TestExecute issue. Thanks in advance for any help.