Member since
09-02-2020
4
Posts
0
Kudos Received
0
Solutions
01-25-2021
02:42 PM
Great thanks jayaaditya, Please let me know once you fixed the issue.
... View more
12-17-2020
01:40 PM
Hi All, I am using NiFi 1.12.1 PutSmbFile processor to copy the file to windows share(SMB). I have given "Create Missing Directories" property value as "true". It creates missing directory if there is only one directory missing. But it is throwing following error com.hierynomus.mssmb2.SMBApiException: STATUS_OBJECT_PATH_NOT_FOUND (0xc000003a) when there is more than one directory is missing in the destination path. Please share your ideas.
... View more
Labels:
- Labels:
-
Apache NiFi
09-09-2020
01:16 PM
Hello Everyone, As you know that , it is recommended to use Parameter rather than variables in Nifi as it is gonna get deprecated soon. I have two process groups PG1 and PG1A. PG1A is the child process group to PG1. I have ParameterContext PC1 which has database and other common application configuration parameters and it is assigned to PG1. I would like to create new ParameterContext PC1A which has its own parameters specific to the process group PG1A and it should also inherit the common application parameters from PC1. How it can be achieved? Since we can't assign two different Parameter contexts(PC1 & PC1A) to one process group (PG1A). Please provide your inputs.
... View more
Labels:
- Labels:
-
Apache NiFi