Member since
06-29-2021
3
Posts
0
Kudos Received
0
Solutions
07-06-2021
02:22 AM
Thank you for your answer. Yes, sure I tried this option. I know exactly which field is causing the problem. I even know the symbol. The field has char type. I tried to apply UTF-8, but it didn't help
... View more
07-01-2021
04:29 AM
Sorry, I forgot to specify the NiFi version. We use 1.11.4
... View more
06-29-2021
11:28 PM
Hello everyone, My NIFI pipeline gets data from DB2 using QuaryDatabaseTable processor. When I launch it get exception (org.apache.nifi.processor.exception.ProcessException: Error during database query or conversation of record. I found out that the problem with some char in a table's field. I see this in the nifi log (nifi-app.log) and I see there that it falls with an exception java.nio.charset.UnmappableCharsetException: Input length = 1. What I tried. I used another JDBC connection driver. I tried to set UTF8 in bootstrap.conf and nifi-env.sh (I found this tip here). It has not helped. Could you help me, please?
... View more
Labels:
- Labels:
-
Apache NiFi