ContributionsMost RecentMost LikesSolutionsNot able to verify the hostHi, I have created a host with IP address. The IP address is of the skybox machine created. I have entered the username, password and domain properly. The error says 'Server not started'. But I am able to login to that machine manually through RDP. Does any one know how this error can be resolved? Should there be test execute already installed in the host machine to verify the connection? Thanks in advance for the help. Re: Triggering Testcomplete projects from excel inputThank you Artem. Looks like there are quite a few options. Will work on them and get back with the results.Re: Triggering Testcomplete projects from excel inputThank you Artem for the reply. But i want to control which projects to be run from an excel sheet. For ex: There are 10 projects in my project suite, i want to run selected 5 projects which are mentioned in my excel sheet. Can i do that using a batch file or any other method? Thanks RagsTriggering Testcomplete projects from excel inputHi All, I have a list of plans in my excel sheet. There is a test complete project for each plan. All these projects are stored under a project suite. I want to run all those projects mentioned in the excel sheet one after the other. Should i use batch file to achieve this or is there any other way. Thanks for the help in advance. Re: How to extract messages created by the user from the logs?Thanks for the reply Jeff. I would write into text file, but i also want to extract the picture/screenshot attached to that log message. Thats the reason we are sticking to xml file or is there any alternate way to do that?How to extract messages created by the user from the logs?Hi All, I wanted to extract only the messages sent through 'Log.Message()' instruction from my test log xml file(TestLog.xml). I thought of filtering by the .gif file name associated with that message. The .gif file is associated with the icon signifying that its a 'message type'. But these .gif files have different names in different logs nor there is any definite pattern in naming these files. So i wanted to know if there is any way for me to extract messages sent through 'Log.Message()' instruction from my test log xml file. Thank you for the help in advance.Re: TC is accessing public variables across scriptsHi Phill, Thanks for the update on that. And also is there any way to make the global variables declared in one script to be local to that script only? Thanks RaghavendraRe: TC is accessing public variables across scriptsHi Phil, The problem we are facing is as follows, We are maintaining different scripts for each screen (ex: script1 and script2), but in the same project. In each script we are declaring objects of that particular screen as global variables. So if i want to run script 2, it throws an error that objects in script 1 are not found. I want objects or variables in script 1 should be local to that script only. Is there any way to restrict the scope of those variables to that script itself? Re: TC is accessing public variables across scriptsHi Phil, The problem we are facing is as follows, We are maintaining different scripts for each screen (ex: script1 and script2), but in the same project. In each script we are declaring objects of that particular screen as global variables. So if i want to run script 2, it throws an error that objects in script 1 are not found. I want objects or variables in script 1 should be local to that script only. Is there any way to restrict the scope of those variables to that script itself?