- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NiFi - PutSmbFile Processor is not creating missing directories
- Labels:
-
Apache NiFi
Created ‎12-17-2020 01:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great thanks jayaaditya,
Please let me know once you fixed the issue.
