Member since
02-25-2020
7
Posts
0
Kudos Received
0
Solutions
09-28-2020
08:29 PM
Thanks, @TimothySpann for the quick reply. Even I have tried the same scenario with the RunMongoAggregation processor it is also keeping running in case of invalid credentials instead of throwing an error.
... View more
09-27-2020
09:46 PM
@MattWho @TimothySpann @Shu_ashu Currently, I am trying to fetch data from the MongoDB with help of the GetMongo processors which is working fine but in case if any of the required parameters are not valid (i.e. collection name, database name, and so on) it should throw an error which is not happening it is keep on running. In the case of SQL processor (i.e. ExecuteSQL, QueryDatabaseTable, and so on) if any of the required parameters is invalid it throws an error (For example, the password is invalid, table/view does not exist, and so on) expecting the same kind of behavior in case of MongoDB processor. Is there any way to validate the required parameters.
... View more
Labels:
- Labels:
-
Apache NiFi
03-09-2020
10:52 PM
@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
... View more
03-08-2020
11:01 PM
Thanks @MattWho
... View more
03-08-2020
10:09 PM
@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.
... View more
Labels:
- Labels:
-
Apache NiFi
02-25-2020
03:36 AM
@MattWho I am also trying to create a NiFi workflow through RestAPI but I have one doubt from where I will get the clientId, I can see when I am creating a processor in request payload there is a revision inside that object clientId is there as parameters. I am not able to understand where I will get that clientId. Any help will be great.
... View more
02-25-2020
03:35 AM
@mgilman @andrewg @2hanu_valluri I am also trying to create a NiFi workflow through RestAPI but I have one doubt from where I will get the clientId, I can see when I am creating a processor in request payload there is a revision inside that object clientId is there as parameters. I am not able to understand where I will get that clientId. Any help will be great.
... View more