* You are viewing the archive for December, 2014

MariaDB throwing exception

When Enterprise Server is connected to MariaDB, you may find exceptions in Enterprise Server log files saying “Too many connections”.

Follow these steps to fix the issue:

* Open MariaDB home directory,
C:/Program Files/MariaDB 5.5
(or)
C:/Program Files (x86)/MariaDB 5.5
* Open “data” directory
* Edit “my.ini” file
* In my.ini file under [mysqld] add
max_connections=1000
max_user_connections=200

Restart MariaDB.

Realtime text lost after end session

Problem: After End Session is done in Courtroom Server, users connected to Enterprise Server is getting a blank transcript while opening transcript

Reason: This is an issue due to Windows User Access Control (UAC) settings. When Enterprise Server is run as normal process, Windows does not allow Enterprise Server to write anything to the installation folder of Enterprise Server, rather creates files in user’s profile folder.

Resolution: Always run Enterprise Server as administrator. To do this, right click on Enterprise Server icon and choose Run as Administrator.