Sidebar

Required QIE Database Tables

0 votes
186 views
asked Jul 10, 2023 by js-6370 (360 points)
Can I get a list of the required database tables in the QIE database? We would like to use this information to make sure the database tables are the same across all of our clients.

1 Answer

0 votes

A better way to validate that multiple QIE versions are consistent is to query http://{qieServer}:{console_port}/appVersion  (example: http://localhost:8444/appVersion), and you can see the version of the QIE server running at that location.

If you are unable to utilize that method, or you need additional information, please contact support@qvera.com

answered Jul 10, 2023 by jon-t-7005 (7,590 points)
commented Jul 11, 2023 by js-6370 (360 points)
I'm not sure checking the app version would confirm the tables are the same. A list of required tables would allow us to see if there are old temp tables or tables from older QIE versions that have been replaced. That I think is why we would like a list of required tables.
...