ContributionsMost RecentMost LikesSolutions[Microsoft][ODBC Excel Driver] Ststem Resource ExceededI use the below peace of code to connect to .xls files to access the test data. It works fine with Windows 7, with XP it was working fine for some time, but now Whenever i execute I get the Error dialog as seen in the attachment. I also closed all the connections whenever I opened them.So it is not due to multiple simultaneous connections. adoConn = new connector(); var ConnStr = "DRIVER=Microsoft Excel Driver (*.xls);DBQ="; adoConn.Connection = Sys.OleObject("ADODB.Connection"); adoConn.Connection.ConnectionString = ConnStr + filePath + "\\" + fileName + ";ReadOnly=1;"; adoConn.Connection.Open();Re: aqEnvironment.RebootAndContinue() - Doesnt Restart the SystemNow the RebootAndContinue but we have a Logon Message that is displayed before the login screen. So After the restart it gets stuck there. Only after manually clicking th Ok Button in the Message dialog the Login occurs and Execution continues. Is there any way we can overcome this?aqEnvironment.RebootAndContinue() - Doesnt Restart the SystemI also have a problem regarding aqEnvironment.RebootAndContinue(). The function just calls the routine mentioned as the first parameter without restarting the system. There is also an error message as seen in the screen shot attached.Re: TC doesn't load after restart using aqEnvironment["RebootAndContinue"]I also have a problem regarding aqEnvironment.RebootAndContinue(). The function just calls the routine mentioned as the first parameter without restarting the system. There is also an error message as seen in the screen shot attached.Folder View in Windows Explorer not recognized by TC 9. (Worked well with TC 8)We tried to click an item in the Windows Explorer's Folder View "Sys.Process("explorer").Window("CabinetWClass", "M-Files (M:)", 1).Window("SHELLDLL_DefView", "", 1).Window("DUIViewWndClassName", "", 1).Window("DirectUIHWND", "", 1).Window("CtrlNotifySink", "", 1).Window("SysListView32", "FolderView", 1)" It worked fine with Test Complete Version 8 but after we installed and tried with test complete 9 it doesn't recognize the folder view. This is a show stopper issue for us, so we are looking for an alternate solution as soon as possible.