SSIS 2012 - OnPipelineRowsSent errors

  • 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?

  • It turned out I had removed some columns from the staging table that were not being used but didn't deploy the dtsx file with the changes. As soon as I updated the package the errors went away.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply