If i am running the ssis package with the type of Microsoft Excel 97-2003 worksheet, it is excuted successfully.
In this case, i m using .xls file .
But when i run the package with the type of Microsoft Excel Worksheet , it is failing.
In this case, file format is .xlsx file.
Error is
Error: The GetEnumerator method of the ForEach Enumerator has failed with error 0x80004005 "Unspecified error". This occurs when the ForEach Enumerator cannot enumerate.
I used ForEachLoopContainer with Ado .net schema enumerator.
I am very thankful for solving my issue..