Forum Discussion

nisgupta's avatar
nisgupta
Valued Contributor
6 years ago
Solved

Jenkins - testcomplete script give the error on testExecute machines about the ODBC driver manager -

cunderw  TestComplete Version 14.0.3 TestExecute version 14.0.3   Ran the TestComplete Script on TestExecute machine . Script use database connection and we are using the DB table variable. O...
  • tristaanogre's avatar
    tristaanogre
    6 years ago

    Yes, the machine that is running TestExecute needs to have the same ODBC drivers installed as on the machine you're doing the TestComplete development on.  Those drivers are part of the OS, not part of TestComplete.

    Additionally, make sure you have the "bitness" correct.  As with TC 12.4 and later, there are two versions of TestComplete/TestExecute installed: a 32-bit version and a 64-bit version.  By default, the 64-bit version is what is installed.  So, if you've installed the 32-bit ODBC drivers but are running the 64-bit version of TestComplete/TestExecute you'll get the same error.

  • tristaanogre's avatar
    tristaanogre
    6 years ago

    Yes, you need to install all the same drivers and assign the same names on your TestExecute machines that you have on your TestComplete.