Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Apigee cloud to Azure SQL database issue

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

0 1 151
1 REPLY 1
Top Solution Authors