Hello all. I am trying to set up a Serv-U HA environment running on Linux. To do this I am trying to configure ODBC database integration to a MS SQL database. I am following the database integration document and everything works great up to the point of configuring the database in the Management Console. When I put in the Data Source, account, and password in the Management Console, the Serv-U process crashes and the Management Console displays the following message:
Also, the following messages are logged in the /var/log/messages file:
These messages show three separate attempts to save the configuration. To recover, I have to delete the Serv-U.Archive file, replace it with the backup, and restart Serv-U. This is very repeatable in that I have duplicated it on multiple servers of both RHEL 6.5 and CentOS 6.5 and reinstalled Serv-U numerous times. This is on the latest version of Serv-U (15.0.1.20).
ODBC is working fine. I am able to connect to my DB with isql and create tables, insert data, and drop the table without any issues using the same data source and sql account.
Any suggestions?