Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 910890 - Last Review: March 3, 2006 - Revision: 1.1
SSIS reports that a query was successful when a SQLOLEDB provider ends an SSIS query because of a server error
When a Microsoft OLE DB Provider for SQL Server (SQLOLEDB) provider ends a Microsoft SQL Server Integration
Services (SSIS) query because of a server error, SSIS does not report the error
on the server side. Instead, SSIS reports that the query reached the end of the
rowset and that the query was successful.
This problem occurs because the following behavior occurs:
- The SQLOLEDB provider encounters an error on the
server side.
- The SQLOLEDB
provider ends the SSIS query but does not return the error. Instead, the
SQLOLEDB provider returns an end of rowset.
- When SSIS encounters the end of rowset, SSIS does not report that the query was ended and that the complete data set was not processed. Instead, SSIS reports that the query was completed and that the query was successful.
To work around this problem, use the SQL Native Client to
connect to SQL Server.
Microsoft has confirmed that this is a problem in SQL Server 2005.
APPLIES TO
- Microsoft SQL Server 2005 Standard Edition
- Microsoft SQL Server 2005 Developer Edition
- Microsoft SQL Server 2005 Enterprise Edition
- Microsoft SQL Server 2005 Express Edition
- Microsoft SQL Server 2005 Workgroup Edition
| kbbug kbsql2005ssis kbtshoot kbprb KB910890 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate