Hi,
We are connecting AEM with SQL Data base.
Connectivity is fine in author instance and getting result.
Same we deployed to publish instance but getting below error.
Exception occurred in getting DB connection: No suitable driver found for
java.sql.SQLException: No suitable driver found for
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:702)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:251)
We are using same code and DB for publisher also. but connectivity is not happening. Any suggestions?