Driver class 'net.sourceforge.jtds.jdbc.Driver' could not be found, Unable to connect to MYSQL server
Issue:
Not able to connect to the MySQL server through executing the SQL script plugin. It is throwing the following error message.
Driver class 'net.sourceforge.jtds.jdbc.Driver' could not be found, make sure the 'MS SQL Server' driver (jar file) is installed.
net.sourceforge.jtds.jdbc.Driver
PS version=5.5.0
On cloud T3 instance
Mysql version=sql 2008 ent
Solution:
For the above error, you need to download the particular MS SQL jar (net.sourceforge.jtds.jdbc.Driver) file & paste it in the lib folder present under the process studio folder.
After that, need to restart the Process studio.