subbu_valliappaContributor11 years ago"Access is denied" issue in scriptingWe have this script to terminate a process if it still exists: //terminate process if it still exists p := Sys.WaitProcess('propx32'); if p.Exists then begin p.Terminate(); ...Show More
subbu_valliappaContributor11 years agoNo, it's not in a loop. It's a function that we call at the end of script execution.
Recent DiscussionsIssues with ChromeDriver in 15.80TestComplete\TestExecute constantly being logged outLogging issue on TC 15.80 (Python scripts)
Related ContentFacing error "Can not open file //.......file path in local system...//Tunnel.log, Access is denied"'Do you want to work in shared mode?' asked every time I open project and then "Access is denied"How to load Jar inside Groovy Script dyanmically ? I don't have the access to "../bin/ext" folder