Member since
09-26-2024
38
Posts
8
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
111 | 09-10-2025 11:44 PM | |
310 | 05-28-2025 01:48 AM | |
819 | 04-29-2025 08:18 AM | |
619 | 04-16-2025 02:59 AM | |
718 | 03-27-2025 11:41 PM |
09-10-2025
11:44 PM
@MattWho We were able to resolve it there was a typo in our api call. Thanks for your suggestion.
... View more
09-10-2025
08:33 AM
Hi, We have a flow created with ListSFTP , we have it scheduled it once per day, but for some reason if files are not available at source, we would like to Stop it and execute Run Once and Start the Primary Processor again. These step work fine from NiFi UI but when we try to use NiFi Api (/processors/{id}/run-status) to stop the Primary processor, the Processor wont stop, we are passing the latest Version Id and Client Id as well. any suggestion on how to fix this ?
... View more
Labels:
- Labels:
-
Apache NiFi
06-09-2025
04:28 AM
Hi Team, we are using NiFi API to disable and enable all the Processors within the Processor Group. If we do it from NiFi UI it happens immediately but from API its takes 10-15 Seconds to take effect. Which is causing issue with the next API calls, currently we have used a delay of 15 sec before making next call. But is there a better way to handle this issue ?
... View more
Labels:
- Labels:
-
Apache NiFi
05-28-2025
01:50 AM
Can NiFi be used to send AS2 messages for EDI file ? If Yes, please provide some information. Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
05-28-2025
01:48 AM
This issue got resolved by removing extra ${filename}. It can be closed
... View more
05-23-2025
10:39 AM
Hi PutFile adds extra slash at the end, which create a unwanted dir with the filename. Tried using EL to remove the extra slash at the end, but its not working ├── abc101c.csv │ └── abc101c.csv ├── abc.txt │ └── abc.txt ├── abcxyz.txt │ └── abcxyz.txt ├── demo │ └── xyz.txt ├── fex │ └── test999.txt ├── folder │ ├── folder1.txt │ └── folder.txt Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
04-29-2025
08:18 AM
Referred to my older thread for the fix https://community.cloudera.com/t5/Support-Questions/NiFi-file-transfer-report/m-p/407109#M252612
... View more
04-29-2025
08:15 AM
@Shelton We just followed Steps 1,3 4 and 5 to generate the automated report to Elasticsearch. It was pretty straight forward. Only things is we had to do was enable firewall in our Docker container and update Input Port's Access Policies. Thanks
... View more
04-27-2025
10:56 PM
1 Kudo
The issue has been fixed.
... View more