DB2 Connection Error

I’m trying to create a connection to db2 but I get the following error
error%201

I tried with an as400 connection but it also fails.
https://support.inductiveautomation.com/index.php?/Knowledgebase/Article/View/120/0/connecting-to-ibm-as400-iseries-database
error%202

Does anyone have an idea why it fails?

“Obtain a licensed copy” seems pretty clear to me. You probably need to talk to IBM sales.

3 Likes

I also thought that, I have a valid licence and I can connect to DB using C#.Net, also using a DSN Driver
.error%203

The problem is IGNITION

ODBC != JDBC.

The JDBC driver in use is not licensed for connectivity to QDB2 databases.

You need an additional .jar file for the DB2 JDBC driver.

I’m really lost, What jar file I need?

According to the error message, db2jcc_license_cisuz.jar; which you should be able to find somewhere in your software distribution, apparently.