I have developed a simple SSIS Package which exports some 10000 rows to an Excel .xlsx file. This package is running fine in my Local BIDS but when scheduled on server using Proxy account It is running successfully but Excel is not loading.
After investigation we found that this issue is happening only when the data size exceeds over 5000 rows. When there is less number of rows, the Job is loading the excel successfully.
I am using ACE OLEDB 12.0 provider and the same is installed on the server. Any idea why the excel is not loading when data size increases.
When the same package is run with .xls excel(Jet provider) then it is loading fine regardless of data size.