Problem Statement:
Error while establishing SQL server database connection with Process-Studio.
Error: “ Error occurred while trying to connect to the database
Driver class ‘sun.jdbc.odbc.JdbcOdbcDriver’ could not be found, make sure the ‘MS SQL Server’ driver (jar file) is installed.”
Solution:
- Download the jtds.jar driver https://sourceforge.net/projects/jtds/files/.
- Paste it into Process-studio/lib directory.
- Restart the Process-studio and try again.