Troubleshooting¶
Version Conflict¶
If intaQt Client and intaQt are running different versions, an error will be produced following the execution of a test run. To resolve this problem, follow the instructions to update the relevant applications.
Example
1 2 3 4 5 6 7 8 9 | ERROR [main] - Version conflict: intaqt-cli is version R2017.05.4 but intaqt is R2017.05.3 Please use one of the following commands to fix this issue: qitasc update intaqt -v R2017.05.4 or qitasc update intaqt-cli -v R2017.05.3 |