12-10-2025 02:22 PM
Windows 11 enterprise
LabVIEW 2022
TestStand 2021
MySQL database server
I have a project built on my workstation, then deployed to it's final destination.
I have configured all that needs be done.
ODBC access to the data source is happy.
config->database options has the schema and it validates with the database using said ODBC data source.
The database access works fine on my machine, but is failing on the deployed machine. I don't get any information but the fail flag in TestStand. Is there a log somewhere that is more verbose about why the database access failed?
be well,
DLC
12-10-2025 05:01 PM
I think I have it figured out, and it isn't TestStand. I found the error logs on the MySQL server and it looks like I'm using newer connector libs than the server's version. I have to find an older MySQL connector install to be compatible with other test stations and the server.
Be well,
DLC