Forum Discussion
Hassan_Ballan
Champion Level 3
3 months agoThe error code 2147483647 from cmd.exe is a high-level indication that something went wrong during execution, but it's not very specific by itself. This value could usually means:
- An unhandled exception occurred in the application.
- There's a deeper issue like missing dependencies, incorrect path, or permissions.
Since your Azure DevOps (ADO) pipeline is failing specifically when launching TestComplete or TestExecute only after upgrading to 15.75 and your installation is valid, I can only suggest you attempt further isolation:
- On your Hyper-Vs run TeswtComplete/TestExecute manually to validate operation and license access
- In Console run the pipeline command line and check for any crash logs in "C:\ProgramData\SmartBear\TestExecute\Logs" and any error reported in "Event Viewer > Application Logs"
Beside that I suggest you revert back to 15.74 and report to SmartBear support by creating an incident.
💬 If a response helped you out, don’t forget to Like it! And if it answered your question, mark it as the solution so others can benefit too.
jkrolczy
3 months agoSuper Contributor
Thanks for info to try.