subbu_valliappaContributor12 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_valliappaContributor12 years agoNo, it's not in a loop. It's a function that we call at the end of script execution.
Recent DiscussionsADO Pipeline Execution Fail issue after TC\TE upgradeRuntimeError: The object does not existFields data to compare?
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