Hello,
We have an SSIS package that used to run on a SQL 2008 server. We upgraded it to run on a SQL 2016 server. The package runs several stored procedures and writes the results to different tabs on an Excel spreadsheet. The package runs fine locally but when we run either the package or the job on the 2016 server, it fails with an Unexpected Termination error. It starts writing to the Excel file and stops at random points. It doesn't appear to be after a certain number of records or a certain amount of time.