Member since
05-06-2021
37
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3347 | 05-17-2021 12:22 PM |
10-07-2022
07:51 AM
@MattWho Thank you very much, this worked perfectly for what I was needing. Can you tell me if this same flow also works with windows?
... View more
10-03-2022
05:12 AM
@MattWho I'm trying this way. With an UpdateAttribute processor and right after FetchSFTP I'm trying this way because I need to run Oracle QUERY previously and do some validations Can it work?
... View more
09-30-2022
10:57 AM
@stanere Do I need to create some kind of service on the Linux server where Nifi is running for this before?
... View more
09-30-2022
07:41 AM
@stanere I'm trying to make an example with the model you gave me, but when I get to the PutDistributedMapCache processor it gets stuck and doesn't go forward, neither success nor failure. Am I doing something wrong with the Distributed Cache Service?
... View more
09-29-2022
10:25 AM
@stanere Would you have any example to give me about the functioning of these processors? Sorry for my little knowledge.
... View more
09-29-2022
06:09 AM
@stanere How do I store the Flow content that brings the PDF to a property so the content doesn't get lost in the Nifi Flow?
... View more
09-29-2022
05:49 AM
Good Morning I'm trying to access an address of another Linux server through Nifi that is also installed on a Linux server, to search for files. I'm trying to use the FetchFile Processor for this but I'm not getting the error "Routing to not found". Could you help me how to make this connection between one server and another?
... View more
Labels:
- Labels:
-
Apache NiFi
09-28-2022
08:19 AM
@SAMSAL I can connect to the Windows directory both from another windows machine and from this linux machine that I'm using Nifi, but I'm not able to use the FetchFile processor, it throws the POST error.
... View more
09-28-2022
08:17 AM
@stanere Thank you very much for your tip, it worked, but I have some doubts about how to use this GetSmbFile processor. 1 - I need to send a formatted E-mail body for each case and I would be able to do that with the previous processors I was using. How can I do this? 2 - Is there a way for the PDF file to be moved from one directory to another with this processor? I noticed that it manages to delete the file from the directory, but that is not what I wanted, I would like to move it from a send to sent directory for example. 3 - Is it an input-only processor? I can't connect it to any other processor before? Is he the first in the stream?
... View more