ContributionsMost RecentMost LikesSolutionsRe: Log size prevent to export logs It's TestComplete.exe Re: Log size prevent to export logsThanks for your reply. I tried this option. Anyway, since my logs are essentially text, log size is not reduced that much, and unfortunately I'm not able to export in any way a 100 MB log..Log size prevent to export logsHi, I'm using TestComplete 11.31 and I have tests running for hours... The produced log folder size is like 120 MB and I cannot export them (Note: disk space needed for all images is just 1Mb, logs are mainly text). System returns an Out of Memory error. Any solution? Thx, GiovanniRe: Detaching events in remote tests Dear Tanya, I will verify asap. Best Regards, G.E. NetworkSuite timeout error Hi, I have a distributed test in which some hosts modify NetworkSuite variables while others wait for variables modification to perform actions. I also have and Event triggered by NetworkSuite variable change. I've put all NetworkSuite variable writing operations inside critical sections. In spite of this I continue to get timeout error when try to write on a NetworkSuite variable. Any suggestion? I'm using TestComplete 11.30 with Python scripts Re: Detaching events in remote tests Yes, finally I did like this. Anyway the detach function seems not to work. So in the test running on the slaves I have a lot of call to this routine (doing nothing) Re: Detaching events in remote tests I've solved the Runtime Error by including all NetworkSuite variable assignments in critical sections. I still don't manage to detach the EventHandler ... Regards, Giovanni Re: Detaching events in remote tests I also have another issue: I'm running this project on two hosts (+ a master). I'm getting the following error message: Runtime Error Failed to invoke an object. Reason: timeout expired. The same error occurred on the two hosts, probably because they are not able to change two (different) NetworkSuite variables. Could that be caused by the fact that I'm not able to detach the event handler in the hosts, and every time master or hosts modify a NetworkSuite vaiable the calback are called toghether? Any suggestions? Many thanks, Giovanni Detaching events in remote tests Is it possible to detach an event in a test running on a remote host? More precisely: - I'm using OnNetVarChange event to trigger some event on slave project - The event handler should be called only by master project I ve added the command Event.EventName.DetachFromTestComplete() at beginning of slave routine, but apparently it does not prevent the event handler to be executed on the slave. I'm using TestComplete v11.30 , Python script. Best Regards, Giovanni Re: WebService Python Hello Tanya, I've just updated TestComplete version to 11.30. It works now. Many thanks for your support Giovanni