Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

File not picking from path specified in NIFI

avatar
New Contributor

Hi all,

 

I am working as nifi developer.  the file should pick  automatically from server path but  its not picking what will be the issue ? and how can find the root cause ?

 

Please let me know the answer.

 

Thanks !

1 REPLY 1

avatar
Super Guru

@mansu You need to make sure the file and locations have the correct permissions for the nifi user.  For example in linux:

 

chown -R nifi:nifi /path/to/files

 

 

If this answer resolves your issue or allows you to move forward, please choose to ACCEPT this solution and close this topic. If you have further dialogue on this topic please comment here or feel free to private message me. If you have new questions related to your Use Case please create separate topic and feel free to tag me in your post.  

 

Thanks,


Steven