09-11-21 08:07 AM
09-11-21 12:59 PM
26-11-21 05:53 AM
26-11-21 06:05 AM
27-10-23 05:16 PM
posting on a old thread in case if someone able to resolution on this. Received this error all of sudden while bot running in production and next day on re-run - issue did not came.
30-10-23 01:51 PM
I've seen this error come up a few times when there is a data mismatch between the columns in the excel file and collections i want to extract to. E.g. a column contains a datetime format in the excel file but the collection might be all text. Its also been an issue where the format types cant be reconciled, i think by default the oledb takes everything as text but if a column is formatted to a type that sql is not familiar with it can cause an error. I resolve this by doing a format to text all for all columns in the excel file before running the oledb action which was ok for the data i was using.