Hi Everyone,
Could you please share your thoughts around the below issue with SSIS.
I have an SSIS package which will read the excel files and load the data to SQL server tables. I am using VS2017. In development environment code is reading the excel files and working properly.
But in Other environments where these excel files are generated by an MFT job, SSIS package is not able to read the files. So to re produce the issue, I have taken the files which are failed in other environment and tried to process it in dev and the issue exists.
If I open the file manually and save again, then SSIS is able to read these files. no issues if I manfully saved them with the same or different names. Why SSIS is behaving like this. is there any limitation with SSIS to read the files generated from MFT?
I am using Excel Version 2007-2010.
Provider=Microsoft.ACE.OLEDB.12.0;
Extended Properties="Excel 12.0;
HDR=YES";
Thanks in Advance.