Hi,The above problem is resolved there was some fault of mine.. but now i am facing the another problem I have created one custom menu item, so when user select some html files then on click of these menu item a perl file is executed which executes system command for iwregen - system("/fms/Interwoven/TeamSite/bin/iwregen /fms/iwmnt/FMS/main/www/french_direct/dev/WORKAREA/fms_wa/htdocs/About_Us/f1.html")The error getting displayed if I execute from UI is -/FMS/main/www/french_direct/dev/WORKAREA/fms_wa/templatedata/modules/footer/presentation/footer.tpl: Could not output file: /fms/.iwmnt/FMS/main/www/french_direct/dev/WORKAREA/fms_wa/htdocs/About_Us/f1.htmlwhile on executing the same command on the terminal runs perfectly fine with same username and password as UI.Any help will be greatly appreciated..
Running the command from the UI doesnt run the command with the logged in user but with a standard user which might not have the permissions on the output file or directory. Try changing the permissions on your file and directory and try again.
Please note, if you tell the version of Teamsite and the OS then people would be better able to guide you.
Cheers
Hi Milind and chetan,I am using Teamsite 6.5 and solaris OS.I am not using cgi_wrapper while calling perl script.Also chetan mentioned - Running the command from the UI doesnt run the command with the logged in user but with a standard user which might not have the permissions on the output file or directory. Try changing the permissions on your file and directory and try again.I have changed the permissions to the html file to 777 and can u explain who this standard user is if logged in user doesn't execute the command..coz i guess problem lies in here only.Regards