Quantcast
Viewing all articles
Browse latest Browse all 24688

SSIS logging OnPipelinePreEndOfRowset and OnPipelineRowsSent propblem

I have an SSIS project written in SS-2008 and ported over to SS-2012. In 2008 the package runs fine in development and from the command line. In 2012 the package runs fine in the SSIS development environment, but when I try to execute it using DTEXEC I am getting a thousands of 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 and is writing any bad records off to text files for correction. Other than the lines above I am getting no errors. My latest run had 97,000 lines of these messages.

The command entered is "dtexec /f "main.dtsx" /rep wd >ssislogs.txt"

Anyone have any idea why I am getting these errors or how to make them go away?


Viewing all articles
Browse latest Browse all 24688

Trending Articles