Hi All,Description: I am trying to implement following logic:1.) I am calling an inline from my dct.2.) The ipl from inline tries to write some piece of information in an xml file.3.) This xml is present under the mount point (../default/main....../WORKAREA/dev1/content/xml)PROBLEM: I am not able to write my data into this xml file. It gives me a system generated error: "unable to open new document: Permission denied"WorkAround: I have given access permission to the group on this xml folder to whom my login id belongs in teamsite. But this didn't helped.Please suggest what action shall i take to resolve this problem. _________________Thanks,ReteshTeamsite 6.7.1SP1 @ UNIX
Initially I had tried adding iwui and iwts to the xml folder but still its not working.Is there any other group or user which I shall add to this folder??NOTE: I had been warned by Support people not to use iwts and iwui id.Is it a safe practise to use iwts and iwui??Please throw some light on my queries.Thanks,Retesh
1) Is there a way to find out which user group is being used while trying to write/edit a file (from IPL in a file on the mount point)?
if you term system generated error, it means in GUI?Please correct me if I am wrong.
die "unable to parse document: $!";
Add iwui to the sharing group (OS or TS) that has edit access to the branch/workarea and file. Basically, iwui needs treated as any other "user" in order for inlines to work correctly.How would you grant a new user edit access to the site (branch/workarea) and xml file? The same steps need taken for granting iwui access…
Hi,I have added iwui user to the group which have read and write access to the xml folder where I am trying write into an xml. But this did not helped. Gave same error message which I have mentioned erlier.-Retesh
Please find the command in IPL open ( NEWXMLFILE,">$xmlfile.new") or die debug("unable to create document: \n $( \n $) \n $< \n $> \n $!");Log generated for thisunable to create document: 60001 60001 60001 60001 66679 66679 Permission denied
Is IWUI a member of the group used to secure the branch and workarea?