Issue Integrating InfluxDB with Ignition Using JDBC Driver

Hi team,

I'm trying to integrate InfluxDB with Ignition and have downloaded the JDBC driver from DbSchema.

Here's what I configured:

  • JAR File: influxdb-java-2.25.jar
  • Driver Type: Generic
  • Class Name: com.wisecoders.dbschema.influxdb.JdbcDriver
  • URL Format: https://HOST:PORT/DB?org=PARAM&token=PARAM2
  • Translator: MSSQL

However, I'm encountering the following error:

Error: Either required files are missing or the class name is incorrect.

Can someone help identify what might be missing or misconfigured?

Thanks in advance!