Question
File Listener can not process files from Subfolders other than Pega Installation Folder eg PegaTemp Folder
I have a requirement of File Listener to process files from a Folder which is outside of Pega Installation Folder directory.
Currently creating a Subfolder(TEST) in this path, the file listener is working Fine
[/weblogic_sit/app/middleware/user_projects/domains/Sit_domain/PegaTemp/StaticContent/global/ServiceExport/TEST]
however from this Folder structure- /home/websit/PegaUpgrade/TEST-File listener is unable to process the files, not creating subdirectories <work_FileListenerName> and hence file processing failed
Is this a PEGA Limitation, that File Listeners cant process from Folders outside of Pega Installation Directory.
Any heads up is appreciated, this is very Urgent.
It is working fine for below directory as its root is weblogic.
[/weblogic_sit/app/middleware/user_projects/domains/Sit_domain/PegaTemp/StaticContent/global/ServiceExport/TEST]
For other folder, cause could be, this folder is not reachable to weblogic, from other post, I believe you have given all access to this TEST folder.
Can you please involve OS admins to see this issue of directory not getting visible to weblogic user?