17-11-23 07:51 AM
Hello,
When I am using OLEDB action I am getting error like 'Could not find installable ISAM' did anyone knows the solution for this kind of error. Thanks in advance.
17-11-23 09:48 AM
What is it you are trying to connect to, is it an excel file? If its excel/access then it could be a compatibility issue you can find more info on this error here "Could not find installable ISAM" error when you refresh a data table in Excel - Microsoft Support
17-11-23 11:04 AM
Hi...Thanks @Michael ONeil. I got it resolved. Earlier I mistyped my connection string as Provider.Microsoft.ACE.OLEDB.12.0;Data Source={{file_name}};Extended Properties="Excel 12.0 Xml;HDR=YES"; . Now I corrected it to Provider=Microsoft.ACE.OLEDB.12.0;Data Source={{file_name}};Extended Properties="Excel 12.0 Xml;HDR=YES";
20-11-23 12:45 AM
Hi niteesh,
It looks like either the file path is invalid or the required driver is not installed.
Check below knowledge base article from blue prism.