ContributionsMost RecentMost LikesSolutionsRe: Object not found much more common in TC9In Scripts (TC8.6) which was migrated to TC9.1 and TC9.2. "Object not found" errors were frequently found. I was Not able to eliminate the issue.The only thing that changed was to TC9. Record and play and Object spy was also not able to get that object. Object spy hanges or spies the background object. But sometimes i was able to spy the object once in a few times. but even i get that object , while running script "Object not found" errors were found again and scripts hanges in this place. After giving Delay of few seconds also i was Not able to eliminate this issue.Help me in rectifying this issue Thanks in advance for any help RamRe: Eval() is not getting recognized in Test CompleteWhile fetching object from Excel sheet usind excel driver we need not provide quotes. only while we pass object directly in script (Hard coding objects) we have to use quotes. Re: Object not found much more common in TC9we have written scripts in TC8.6 and TC8.7 since july 2011. All the scripts ran perfectly until I installed TC9 and migrated to TC9.1 and also in TC9.2. "Object not found" errors were found. I was able to eliminate the issue.The only thing that changed was to TC9. Also Record and play and Object spy also not able to get that object most of the times.but i word some few times and i took that object but still while running script "Object not found" errors were found. Does the configuration set in TC 8 which i have to give in TC9 ??? Thanks in advance RamRe: Eval() is not getting recognized in Test Complete Eval in Test complete is not working for particular object value of dtObjectmap.Value(2) = Sys.Process("Printgroove POD Ready").Dialog("Printgroove POD Ready") and it is taken from excel sheet using DDT.ExcelDriver set GetObjectMap = eval(dtObjectmap.Value(2)) ' in this point while we fetch the above object TC hanges and waits still for infinite time pls suggest me a way out