Appears tables are missing from database backup (difference between Flex 4 and 5)
I was reviewing how to design custom reports from the FAQ. I am running MySQL 5.7. I downloaded one of our backups from Flex 4 backup history and dumped it into the MySQL instance running on my local machine.
The FAQ mentions (and shows in a figure) an st_ivt_inventory_item table and st_ivt_serial_number table. Neither of these tables are shown in the schema I am viewing in the MySQL workbench or Jaspersoft. Are these tables (and other tables) available that I can run a query against?
-
Additional info.... I output a logfile while unpacking the archive. There are many statements such as ERROR 1146 (42S02): Table 'company_name.st_ivt_inventory_item' doesn't exist,
ERROR 1215 (HY000): Cannot add foreign key constraint
Query OK, 0 rows affected (0.00 sec),ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 614
Current database: company_name_reportsERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 615
Current database: company_name_reports
Please sign in to leave a comment.
Comments
2 comments