- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
sqlite3 connection error
- Labels:
-
Apache NiFi
Created on
03-08-2020
10:09 PM
- last edited on
03-08-2020
11:26 PM
by
ask_bill_brooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@nick_mortimer @mburgess @jsensharma @emaxwell @egarelnabi @MattWho
I am new to Nifi and trying to connect to SQLite Database and from there want to fetch
1. List of the tables
2. Table details based on selected tables by users.
But when trying to connect SQLite it is failing throwing an error "Failed to process session due to null" attaching the screenshot of what I did (not able to understand where I am doing mistake) any help will be great.
Created on 03-09-2020 10:52 PM - edited 03-09-2020 11:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@nick_mortimer @mburgess @jsensharma @emaxwell @egarelnabi @MattWho
Hi All,
I was able to solve the above problem (the issue was jar file which I was referring was outdated) but now facing another issue attaching the screenshot of that
The issue of the above problem which I able to understand is salary & emp_id has bigint as a data type that why it is throwing do not know how to handle it (because users will give database name and table name dynamically through NiFi I am fetching those details) that if I convert it to int/double it is working fine any help will be great
