Member since
09-22-2022
9
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1992 | 09-23-2022 08:47 AM |
10-25-2022
08:24 AM
Matt, Thanks a lot for your explain, your time and recommendation. I applied in my flow the processor MergeContent and I could resolve my problem. With this processor, the 3rd process dosent run and waits until the first boths has fineshed and it was the main idea of my question. One more time, Thanks Pepe
... View more
10-24-2022
10:40 AM
Thank for you answer. I am going to try to answer for each question. - The 2 firts processes get information of different source that the 3rd take to analize and to make another operations - The 2 firts processes recieve the same input on the same time for example ID client. I dont understand your next question. - Yes, exactly - Yes. - No. - The 1st and 2st processes make different task and they are in the different process group and like I said they recieve the same input and their output is the input of 3rd process. The process begin with of read of file that it containts the id of clients. Maybe you have some example or flow about the fragment that I can follow it and how I can configurate it Thanks a lot.
... View more
10-24-2022
09:12 AM
I have 2 process that I need to execute on parallelo and I have a 3rd process what I wanto to start when firsts boths process will been finished, so my question is: There is a some box processor that I can use in order to implement this logic or somebody has a some idea to develop it. Thank a lot and I am waiting for your answers Best regards
... View more
Labels:
- Labels:
-
Apache NiFi
10-03-2022
07:36 AM
Hi MattWho I send the image of my configuration. You can see on the final of my configuration that I am trying to use to new atrribute and to assing it the value ${invokehttp.status.code} but it dosent work too. My version NiFi is 1.16.3
... View more
09-30-2022
12:44 PM
Hi people I am working with HttpInvoke processor with Post and I try to catch the response body using the propertie "Put Response Body in attribute", the processor execute well and it generate the response on the queue Response but it dosent generate the attribute. Someone has some idea where is my error?
... View more
Labels:
- Labels:
-
Apache NiFi
09-28-2022
01:59 PM
Hi everyone, I have a problem because I dont know how I can access are all variables (see image) from a script groovy. Maybe someone want to share some idea in order to solution my problem Regards.
... View more
Labels:
- Labels:
-
Apache NiFi
09-23-2022
08:47 AM
Thanks a lot for your answer and time. But, my question is about there is another method I can resolve this problem, maybe I can use a special processor o I can use another sentences of PL/SQL.?
... View more
09-22-2022
12:51 PM
Hello everyone I am using PutSql processor and I need to execute a Procedure from the Oracle database, I has used the follow code in the SQL Statement: declare inputvar varchar2(20) := "1"; outputvar varchar2(20) ; begin MyPKG.MyStProcedure( inputvar, outputvar); end; My questions are: 1) How can I recieve the input parameter and pass to it my code? and 2) How can I send the output parameter to next queue o some attribute ?
... View more
Labels:
- Labels:
-
Apache NiFi
09-22-2022
12:38 PM
Hello everyone I am beginner in the NiFi and I have a problem: I have the next sentence in my code of groovy : import oracle.jdbc.OracleTypes I am using the ExecuteScript processor, but when I excecute it I get a error: unable to resolve class oracle.jdbc.OracleTypes and this occurs in these sentence. I am using the oracle driver : ojdbc8.jar and my oracle version is 12c Maybe you have some idea that it is happening
... View more
Labels:
- Labels:
-
Apache NiFi