Replace the jTDS driver with Microsoft JDBC driver
-
Right-click your environment and select .
-
Click Edit Properties.
-
Search for property db.con.drivername.
-
Click the Value link (that is, net.sourceforge.jtds.jdbc.Driver).
-
Replace the Value with com.microsoft.sqlserver.jdbc.SQLServerDriver.
-
Click Update Property.
-
Search for property db.con.url.
-
Click the "Value" link (that is, jdbc:jtds:sqlserver://<host>:<port>/<M3 BE env database
name>).
-
Replace with the Value with jdbc:sqlserver://<host>:<port>;databaseName=<M3 BE env database name>.
-
Click Update Property.
-
Save your changes.
-
Restart the environment.