Skip to main content

Microsoft SQL Database

Comments

2 comments

  • Raymond

    Hi, Eric Elfline ,

    In Create Data source, which field are mandatory ?  

    db.URL:jdbc: 
    db.driver.Class , where can I configure?

    After downloading JDBC driver, there are 3 Jar files:

    mssql-jdbc-10.2.0.jre8.jar

    mssql-jdbc-10.2.0.jre11.jar

    mssql-jdbc-10.2.0.jre17.jar

     

    Which file is suite with "Microsoft SQL Server 2012  -Standard Edition (64-bit) "

    I copy all 3 files and then paste into \ivizgroup\drivers

    TomCat Error message prompt :
    HTTP Status 500 – Internal Server Error
     compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

     

    0
  • Ceré Rettig

    Raymond the highlighted fields above in the article are mandatory. Since you are utilizing the MS SQL Driver you will look at the first image. So the Error, what this is saying is that it is picking up the Java 11 version, but the java version of your dashboards installation is Java 8. So either take out the 11 and 17 drivers, or change the java version your installation is using. If you want to upgrade the java version of your installation follow this article https://oskar.idashboards.com/hc/en-us/articles/4410833417997-Tomcat-Opening-the-Control-Panel and download the java version and point the Java Virtual Machine Path to the newer java version. So easy way, just remove the 11 and 17 drivers. I have below the class file versions and their corresponding java versions.

    • 45 = Java 1.1
    • 46 = Java 1.2
    • 47 = Java 1.3
    • 48 = Java 1.4
    • 49 = Java 5
    • 50 = Java 6
    • 51 = Java 7
    • 52 = Java 8
    • 53 = Java 9
    • 54 = Java 10
    • 55 = Java 11
    • 56 = Java 12
    • 57 = Java 13
    0

Please sign in to leave a comment.