java.lang.RuntimeExceptionPyRaisable: java.lang.RuntimeException: Class com.teradata.jdbc.TeraDriver not found

前端 未结 1 759
心在旅途
心在旅途 2020-12-07 06:00

I am trying to connect with Teradata database in Mac 10.14.2 using Jaydebeapi. I am getting following error. Earlier, I was facing issue in installing

相关标签:
1条回答
  • 2020-12-07 06:42

    I rechecked all the database names and url. Found everything was correct. Then, I re-downloaded Teradata JDBC drivers from here:

    https://downloads.teradata.com/download/connectivity/jdbc-driver

    jars=['/CorrectPath/tdgssconfig.jar','/CorrectPAth/terajdbc4.jar']
    

    Unpacked and gave the new path. And found it's working.

    Strange! But, I got the solution. :)

    0 讨论(0)
提交回复
热议问题