Hi Team,
I am trying to connect to Azure Synapse database from local client machine through java code then it is working fine, but when I deploy the same java code in Apigee cloud then getting issues from Apigee cloud.
When I print error through e.getLocalizedMessage() to Apigee variable then it is printing " No suitable driver found for jdbc:sqlserver://{{databasename}}......" and for e.getSQLState() = 08001
Actually, 08001 says that there is some connection issue, however, the Apigee cloud ip addresses are whitelisted in the database.
And also, I have added database jar mssql-jdbc-9.4.0.jre11 under resources/java.
Could you please suggest what is the exact issue here?
Thanks
Venkat