Hello All,
Teamsite version: 7.3.2
OS: Linux
We have added 2 customized CGI tasks in the PLC which invokes 2 different JSPs.
JSP1: When ever a .page is deployed from the content/sites/abc.page, the jsp will generate corresponding .html file in /content/html/abc.html
JSP2: Edits the html file which is generated in that WF instance, and modfies some of the anchor tags in the html.
This functionality was working fine. But recently the WF started failing in the 2nd custom task.
The error in the server.log is:
Permission denied: /iwmnt/../../WORKAREA/content/html/abc.html
I changed the permissions of abc.html to 777 from the backend. Still we are getting permission denied issue.
-------------------------------------------------------------------------------------------------------------------------------------------------------
iw.cfg entry
Recently below entries are modified in the iw.cfg while applying the sticky bit to the WORKAREA.
branch_default_perm=2775
workarea_default_perm=2775
file_default_perm=765
directory_default_perm=2775
-------------------------------------------------------------------------------------------------------------------------------------------------------
Please let me know what could be the possible reason. Thanks in advance
Thanks,
MSK