Hi All,Above issue got fixed, Driver was the problem. We have installed mssql-jdbc-7.2.2.jre8.jar driver jar and it is working fine as expected.Thanks for all your inputs.
Hi albinissac and Mayank Gandhi,Thanks for your inputs. As i informed before, I am not facing issue for mysql but for mssql server. Also as you said, i have tried with class.fornames(); and still facing issue. In this method even mysql not able to find driver.Is there any reference for mssql conne...
Hi All,For above issue, i have tried using Diver version 7.7.2 for SQL 2014 server with Java 8. The same steps are given in Support ticket created. Now i am getting below error. Ant idea on this error?MY CODE and ERROR or BelowGetting error when this line Execute -----> con = dataSource.getConnect...
Hi,I have tried both the URLs. I can connect with MySql without any issues. I am facing issue with SQL database. is there anything i am missing in my configurations?
Hi,I am using below details and getting the given error. Kindly help me to resolve the same.JDBC Driver class : com.microsoft.sqlserver.jdbc.SQLServerDriverJDBC connection : jdbc:sqlserver://<SQL Server URL>Dependency used:<dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>mss...
Hi Mayank,Thanks for your reply. No forms, i am just trying to connect with SQL database from AEM using datasourcepool. I am able to connect with MYSQL but not able to get connection to SQL. I guess the driver name and JDBC connection will change for SQL. Any idea?Regards,Rajkumar K
Hi All,I am trying to connect with MYSQL. I have given JDBC configuration and used below code. But in below code i am getting datasource pool as null. Can you please help me to find where i am doing mistake?@Referenceprivate DataSourcePool ds;//Returns a connection using the configured DataSourcePoo...
Hi Smacdonald2008,I am trying to connect with MYSQL. I have given JDBC configuration and used below code. But in below code i am getting datasource pool as null. Can you please help me to find where i am doing mistake?@Referenceprivate DataSourcePool ds; //Returns a connection using the configured ...