I have two multiple sheets excel files that have the same content but different extensions,PersonalInformation.xls and PersonalInformation.xlsx. Each of these excel file has two sheets named asPeople and State. I used two separate, parallel tasks to count the number of records in each sheet and shows the result in a message box.
When I set PersonalInformation.xls in excel connection manager and run the package, its execution completes, a messagebox is shown that shows the the number of records in each sheets, People and State
In case of setting PersonalInformation.xlsx in excel connection manager and running it, the packages remains executing and no message box is shown.
The below images are for the case of reading the rows of each sheet in PersonalInformation.xlsx
Where is the problem,why the second package does not complete?