File Creation in NAS fails through agent Activity
Our application has agents configured under Background Processing. One of the agent writes files in NAS. We are in 7.4. All working fine.
After upgrading to 8.5 the activity through agent fails in the file creation step.
osDestination = new PROutputStream(strDestination) throws
java.io.FileNotFoundException: /extra/iqtrack/data/nas/corr_1614678386798.zip (No such file or directory)
Same activity called directly ( -node type = Webuser ) works fine.
Any known restriction under 8.5 ?