I have an SSIS project written in SS-2008 and ported over to SS-2012. The package runs fine in the SSIS development environment, but when I try to execute it using DTEXEC I am getting a couple thousand lines of:
The event "OnPipelinePreEndOfRowset" was received, but didn't have correct parameters.
The event "OnPipelineRowsSent" was received, but didn't have correct parameters.
It reports DTSER_SUCCESS(0).
But the package transfers all the data correctly. Other than the lines above I am getting no errors.
Anyone have any idea why I am getting these errors?