Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Error to connect db2/as400
Labels:
- Labels:
-
Apache NiFi
New Contributor
Created ‎02-17-2022 01:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can't connect to db2/as400
I have tried with db2jcc4.jar, db2jcc.jar, jt400.jar
jt400.jar
Error
WARN [Timer-Driven Process Thread-4] o.a.n.controller.tasks.ConnectableTask Administratively Yielding ExecuteSQL[id=3732162d-1fac-1df4-52b9-e9190b60af34] due to uncaught Exception: java.lang.AbstractMethodError: Receiver class com.ibm.as400.access.AS400JDBCConnection does not define or inherit an implementation of the resolved method 'abstract boolean isValid(int)' of interface java.sql.Connection.
1 REPLY 1
New Contributor
Created on ‎02-18-2022 05:37 AM - edited ‎02-18-2022 05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try with db2jcc4.jar
and the error is:
An attempt was made to access a database, MMSP4LIB, which was either not found or does not support transactions. ERRORCODE=-4499, SQLSTATE=08004); routing to failure: org.apache.nifi.processor.exception.ProcessException: java.sql.SQLException: Cannot create PoolableConnectionFactory ([jcc][t4][2057][11264][4.25.13] The application server rejected establishment of the connection.
