Question
File Listener : "You are not authorized to create, modify, or lock instance while doing obj-save" error displayed.
Hi,
I have file listener configured on my local host to listen to a particular defined folder location. The listener is able to listen to the location and able to pick up the file from folder to process it but once listener pick up file, try to save the data from file to DB, i could able to see the error "You are not authorized to create, modify, or lock instance".
I have tried to give Privilege access to modify the Data class by providing the values for Read instances, Write Instances, Read Rules, write Rules etc. but no luck.
Please let me know what to do to rig of this issue. Thanks in advance
It looks like your Service File activity is responsible for Saving instances of a certain class type. The requestor login operator used in File Listener should have a valid access group with Access Role (ARO set to read/write instances for specific class).
For testing provide administrator role for the operator access-group used in File Listener to confirm the access issues.
Let me know if that helps!