We have migrated workflow from QA to Production...
Hi,We have migrated workflow from QA to Production environment and it is using a CGI task which is calling a .cgi file to get some entries in the form and then insert those entries in the database.But when the we open the CGI form its priniting alert as "can not open file Permission denied" but form is opened and we can fill the values in the form but the workflow fails since it cant read any values from the form for DB operation.Given 777 permission to cgi file .Please guide on this.TS 672 SP1RegardsKavita
Hi ,There is no issue with the cgi file ,but issue exist with accessing the file because when we uncheck the Restrict Access in Parent Branch the Permission Denied error doesn't comes but if we check it which is best practice to be followed for branch security the issue comes in accessing the cgi file and reading the data from html file.So please suggest some approach of accessing a HTML file through cgi.