ContributionsMost RecentMost LikesSolutionsMobile.Device.OSInfo.ProductVersion throws Object required error Hi, We have migrated our scripts from testcomplete 12 to TestComplete 14.2. All our scripts executed fine in older version with device iPad mini iOS version 11. Now following script line thows object required error: DeviceVersion = Mobile.Device.OSInfo.ProductVersion Device used: Ipadmini ios 12.3.1 Can anyone please help me to solve this error? Re: Data with Longvarchar datatype is not retreived to recordset Hi, I have even tried out in csv and had same problem. recordset is getting cleared once we start accessing/ looping through data. Data with Longvarchar datatype is not retreived to recordset Hi, I am using ADO connection to connect to database (ASA or SQL Server). Everything was working until recently column with datatype LongVarchar was added. Now data initially retrieved to record set but immediately is it cleared from recordset. Can anyone let me know whats wrong in below script? Set Conn = ADO.CreateADOCommand Conn.ConnectionString = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=<Datasource name>" Conn.CommandText = sQry Set RS = Conn.Execute Dim objExcel Dim objWorkbook1 Set objExcel = CreateObject("Excel.Application") Set objWorkbook1= objExcel.Workbooks.Open(<Excel Path>) objExcel.visible =true Set objWorksheet1= objWorkbook1.Worksheets(<Sheet Name>) fldCount = rs.Fields.Count For iCol = 1 To fldCount objWorksheet1.Cells(iRownumber, iCol).Value = rs.Fields(iCol - 1).Name Next objWorksheet1.Cells(iRownumber+1, 1).CopyFromRecordset RS RS.Close Set RS = Nothing Set Conn = Nothing Call objWorkbook1.Save Call objWorkbook1.Close Set objExcel=nothing Re: Unable to launch instrumented iOS app Hi, Yes I was able to launch the non-instrumented application. Unable to launch instrumented iOS app Hi, Recently we have renewed our apple developer certificate. So i have imported latest Apple WDDR Certificate, pem file, Developer certificate and provisional profile to instrument iOS app (IPA was created using latest certificates and provisional profile). Instrumentated successfuly and app was installed in device. But on Launching the app, it just closes. Can anyone help me solve this issue? Re: Extracting SQLLite DB from iOS and Android app Hi, Thanks for the reply. This solution is to work with data source in local system. I need to access the database which is in device app. Extracting SQLLite DB from iOS and Android app Hi, Our iOS and Android App uses SQLLite DB. There is a scenario where I need to verify the database values. Is there any way to extract the SQLLite DB from app to validate? Can anyone please help? How to identify highlighted item in RadCombobox item?Hi, Is there any option to check if a item is highlighted or not in telerik RadCombobox?Re: Device disconnects when access permission message is displayed Hi, I agree that this is one time action after installation. But we have a test scenarios where we need to uninstall and install the app in between. Re: Device disconnects when access permission message is displayed Alex, Thank you for the reply. But I have this problem with iOS.