Created 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.
Created 01-22-2021 02:17 AM
Hi, The PutSmbFile processor does not currently support this feature due to limitations in the Samba API. However, I have been working to fix this issue, and made a PR regarding the same. I paused development on this for a while but will resume soon. Stay posted!
Created 01-25-2021 02:42 PM
Great thanks jayaaditya,
Please let me know once you fixed the issue.