Hi, I have been using TestComplete since version 4.x , currently I am on 6.53. All this while I have never come across this 'System Call Failed' error message. Randomly, for any test, on...
>> When the exception occurs ... 'System Call Failed' is the string returned by exception.description and is displayed in the Remarks panel of the log.
What happens after the message is displayed?
>> Since it occurs in the Main function, none of the following scripts in the project are executed and the next project in the project suite starts running. If there are no more projects in the queue, the project suite run stops.
Could you please post a screenshot demonstrating the message here?
>> I had attached a screenshot with with the AQTime log ... I have attached it again.
Could you please describe your problem in detail and provide us with the steps to reproduce it here?
>> You can try creating a FileSystemObject, create a text file, open it (programmatically) and get it's handle, write something to it but don't close it (purposely, for the sake of reproducing the issue). On the very next line call a function that open it again ... you might get this exception.