ODI connection to Snowflake using JDBC driver - snowflake-cloud-data-platform

I followed all the steps mentioned for ODI to connect to Snowflake and I am able to connect 'without agent'
I also 'unset' the SSL/TLS parameter using code below but still ODI is not able to connect to Snowflake when I use ODI Agent
ODI_SSL_PROPERTIES=""
what else I should try?
Error that I get when using ODI Agent is:
oracle.odi.runtime.agent.invocation.InvocationException: oracle.odi.core.exception.OdiRuntimeException: java.lang.RuntimeException: java.lang.IllegalArgumentException: Could not load JDBC driver class [net.snowflake.client.jdbc.SnowflakeDriver]
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:475)
at oracle.odi.runtime.agent.invocation.support.InternalRemoteRuntimeAgentInvoker.invoke(InternalRemoteRuntimeAgentInvoker.java:162)
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeTestDataServer(RemoteRuntimeAgentInvoker.java:1988)
at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.remoteTestConn(SnpsDialogTestConnet.java:1023)
at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$12.doInBackground(SnpsDialogTestConnet.java:981)
at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)
at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:961)
at java.lang.Thread.run(Thread.java:748)

Related

Unable to connect to Snowflake using DBeaver via JDBC connection. Getting: "sun.security.validator.ValidatorException: No trusted certificate found."

I have entered host, user and passwrord and can access the database in Snowflake via the browser but I can't access it via DBeaver jdbc connection. Am using DBeaver vs 4.3.4 and Snowflake driver snowflake-jdbc-3.12.9

Not able to connect snowflake DB through DBeaver

Does anyone know how to connect Snowflake DB through DBeaver?
I have installed the latest JDBC driver "snowflake-jdbc-3.9.2"
& trying to connect to Snowflake DB, but I'm getting below error:
"JDBC driver encountered communication error. Message: Exception encountered for HTTP request: Connection reset.
You can use the 3.10.3 version of Snowflake JDBC jar.Its a tried and tested version on Db eaver .

JDBC Connection Pool failed for SQLServer

I was making a connection from JDBC Connection Pool to SQL Server but an error has occurred:
Ping Connection Pool failed for SQLServer. Class name is wrong or classpath is not set for : com.ddtek.jdbcx.sqlserver.SQLServerDataSource Please check the server.log for more details.
Download JDBC driver for SQL Server
Copy the JDBC driver for database connectivity (JAR) to as-install/domains/domain_name/lib/ext

How to connect JDBC to Microsoft SQL Server in JMeter?

How to connect JDBC to Microsoft SQL Server so that I can test my SQL Server database in JMeter.
I am using Apache Jmeter 2.13. I have put the sqljdbc4.jar file in JMeter/lib folder. I also created a very simple database in Microsoft SQL Server Management Studio where my server name is localhost and I have used windows authentication to connect to my server. Then in JMeter I have used the following properties in JDBC Connection Configuration :
Database URL:jdbc:sqlserver://localhost:1433;DatabaseName=JmeterTestDatabase.
JDBC Driver Class:com.microsoft.sqlserver.jdbc.SQLServerDriver.
Username:ABC-PC\ABC.
Password: Somepassword.
When I run the test I get the following error:
com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user
'ABC-PC\ABC'. ClientConnectionId:7c9e308b-1bdc-4513-8386-5bc51f249029
What is going wrong here?
Log in failed is a clear message we are seeing , please check it once again.
TRY this as well, I have given below by assuming username as "ABC-PC\ABC" and password as "Somepassword" change accordingly.
Database URL:jdbc:sqlserver://ABC-PC\ABC/Somepassword#localhost:1433;DatabaseName=JmeterTestDatabase.
JDBC Driver Class:com.microsoft.sqlserver.jdbc.SQLServerDriver.

Unable to connect to my oracle XE database

I am unable to connect to my oracle XE database through sql dveloper after changing my system host name. Please help me to connect to database.
Status : Failure -Test failed: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

Resources