Version
6.6
Issue
At all the store locations and in every POS users are not able to search for transactions. We've gone through the configuration and there seem to be no errors.
Below is the screenshot of the error:
The Customer is using Transaction Search functionality to search the transactions. Below is the configuration screen for the same:
Resolution
It was found that there were a few backup tables created of Trx table where name starting with Trx which was causing the issue as the system was considering those tables also while fetching the data.
As a standard, there should not be any extra table that may conflict with the iVend functionality.
This means, there should not be any extra table in the iVend DB with a name starting with Trx (Other than default iVend tables).
The customer should ensure this. During the Transaction server search, iVend gets the records from all tables whose name starts with Trx so if there is any extra table with the prefix Trx will cause the issue.
To fix the issue rename this extra table with any other name.
This KB article concludes here.