Skip to main content
Hello, I was trying to setup a docker installation on my Centos 8 distro. After following the instructions: - Download the zip - Copy the activation.xml in current dir - python3 SysAid.py install I opted for the MSSql installation When I view the logs after installation (docker logs -f sysaid_sysaid_1), I see the following in the logs: Error while checking connection: Exception while checking configuration: No suitable driver found for jdbc:jtds:sqlserver://mssql/sysaid It seems the JTDS driver is not incuded in the image (sysaid/sysaid_server_linux:20.3.64_12) Any help would be appreciated.

I’m having the same issue.