Member since
09-26-2024
36
Posts
8
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
134 | 05-28-2025 01:48 AM | |
412 | 04-29-2025 08:18 AM | |
288 | 04-16-2025 02:59 AM | |
369 | 03-27-2025 11:41 PM |
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
04-27-2025
10:54 PM
1 Kudo
Sorry for very late reply, your response helped us a lot to set up Provenance Thank you so much.
... View more
04-26-2025
10:19 AM
We are able to get past all the SSL related errors, there were changes required in nifi.properties. Now we don't see any errors on the SiteToSiteReportingRecordSink service. However we still don't see any data coming on he Input Port
... View more