Set Lowercase when using Ephesoft with Linux-based MySQL

Share This Post

Although Ephesoft Enterprise currently requires Windows as its platform, the database that it uses can reside on an external server.  In one of our use cases, Ephesoft 3.0.3.4 SP1 is connecting to a MySQL server running on Linux.

After installing Ephesoft, both the application and report databases were created without problem.  In addition, handling batch instances in the system worked fine as well.

However, when we sent to sync the database for reporting, we saw errors that some of the tables could not be found for the database query.  Looking into the issue more deeply, it looked to be an issue with case sensitivity for the database.

Fortunately, MySQL provides a straightforward solution to this issue.  It is possible to set a parameter to use lowercase tables only.  Setting this resolved the issue, and we were able to use reporting again.

To enable lowercase table names in MySQL, add the following line to the “my.cnf” configuration file for MySQL:

  • lower_case_table_names=1

It is very important, though, to realize that if tables have already been created with mixed case before setting this value, this will actually break your queries!  There is a straightforward way to work around this, though. The following procedure can be used if the Ephesoft databases and tables have been created before setting this value:

  1. Make sure you have a reliable backup of your databases before proceeding!
  2. Use a tool such as “mysqldump” to make backups of the Ephesoft application and report databases.
  3. Drop the existing schemas for the application and report databases.
  4. Stop the MySQL service.
  5. Set “lower_case_table_name=1” in the “[mysqld]” section of the “my.cnf” file for MySQL server.
  6. Start the MySQL service.
  7. Import the databases that were backed up using “mysqldump”.
  8. The tables should now all be lowercase.
  9. Running “Sync DB” from the Report tab should now succeed.

More To Explore

b2b auto pay

B2B Auto Pay: Automation Use Cases

Migrating a B2B “Auto Pay” Program Companies migrating to SAP often have daunting challenges to overcome in Accounts Receivable as part of the transition. You might have different divisions running

ArgonDigital | Making Technology a Strategic Advantage