Forum Discussion
adrien5555
10 years agoHelper II
OLE DB or ODBC error DISP_E_TYPEMISMATCH
Hi All, this error shows up when I try to refresh data. The data source is a local csv : Config: windows 10 thanks for helping :) Adrien
- 10 years ago
The type mismatch is probably happening because you're doing some conversion from the orginial data types - go into the query editor and remove any type conversions and see if that works.
apralou
3 years agoAdvocate II
Thanks, this lead me to solve this problem with a file that had been working fine for months.
- Take a copy of steps in advanced editor for problem table.
- Clear all steps except source.
- Apply and let model complete data refresh without error.
- Paste all steps in advanced errror to reinstate table.
- Apply and model should complete data refresh without error.
Hugely frustrating and weird fix demonstrating that nothing was actually wrong with the file in the first place but something had changed in the environment.
Anonymous
2 years agoNot applicable
This just really helped me resolve my issue. Thanks!