|
 |
 |
 |
 |
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms
of Use |
Trademarks
Article ID: 917824 - Last Review: October 9, 2011 - Revision: 2.0 FIX: The SQL Server 2005 SqlCommandBuilder.DeriveParameters method returns an exception when the input parameter is a XML parameter that has an associated XSD from an SQL schemaBug #: 50000104 (SQL Hotfix)
Consider the following scenario. You run a stored procedure whose input parameter is an XML parameter. The XML parameter has an associated XSD from an SQL schema. In this scenario, the Microsoft SQL Server 2005 SqlCommandBuilder.DeriveParameters method returns an exception that may resemble the following: A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
System.Data.SqlClient.SqlException: The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 1 ("@Xml"): Data type 0xF1 (XML) has an invalid database or schema specified.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
This problem may occur when you have a procedure declaration that resembles the following: CREATE PROCEDURE Schema1.MyXmlProcedure (@parameter1 xml(Schema2.MyXsd)) AS This problem occurs because the SqlCommandBuilder class executes the sys.sp_procedure_params_managed procedure to derive the parameter information. The s ys.sp_procedure_params_managed procedure incorrectly returns the procedure schema instead of the XMLCollection schema. Hotfix information A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix. If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language. If you have installed SQL Server 2005 Service Pack 1, this hotfix is included in the cumulative hotfix package (build 2153) for SQL Server 2005.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
918222Â
(http://kbalertz.com/Feedback.aspx?kbNumber=918222/
)
Cumulative hotfix package (build 2153) for SQL Server 2005 is available
PrerequisitesTo apply this hotfix, you must have SQL Server 2005 installed on the computer. You must have applied SQL Server 2005 Service Pack 1 if you want to apply the cumulative hotfix package (build 2153). Restart requirementYou do not have to restart the computer after you apply this hotfix. Hotfix replacement informationThis hotfix does not replace any other hotfixes. Hotfix file information
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel. SQL Server 2005 32-bit versionsCollapse this tableExpand this table | File name | File version | File size | Date | Time | Platform |
|---|
| Hauresourcedb.ldf | Not Applicable | 524,288 | 07-Apr-2006 | 02:15 | Not Applicable | | Hauresourcedb.mdf | Not Applicable | 39,780,352 | 07-Apr-2006 | 02:15 | Not Applicable | | Microsoft.sqlserver.replication.dll | 2005.90.1538.0 | 1,608,480 | 07-Apr-2006 | 05:42 | x86 | | Microsoft.sqlserver.smo | 9.0.1538.0 | 1,559,328 | 07-Apr-2006 | 05:42 | Not Applicable | | Microsoft.sqlserver.sqlenum | 9.0.1538.0 | 895,776 | 07-Apr-2006 | 05:42 | Not Applicable | | Osql.exe | 2005.90.1538.0 | 51,488 | 07-Apr-2006 | 05:40 | x86 | | Replrec.dll | 2005.90.1538.0 | 781,088 | 07-Apr-2006 | 05:42 | x86 | | Sbmsmdlocal.dll | 9.0.1538.0 | 15,599,904 | 07-Apr-2006 | 05:42 | x86 | | Sbmsmdredir.dll | 9.0.1538.0 | 3,929,888 | 07-Apr-2006 | 05:41 | x86 | | Sqlaccess.dll | 2005.90.1538.0 | 349,472 | 07-Apr-2006 | 05:41 | x86 | | Sqldiag.exe | 2005.90.1538.0 | 960,288 | 07-Apr-2006 | 05:42 | x86 | | Sqlservr.exe | 2005.90.1538.0 | 28,780,376 | 07-Apr-2006 | 05:42 | x86 | | Template_hauresourcedb.ldf | Not Applicable | 524,288 | 07-Apr-2006 | 02:15 | Not Applicable | | Template_hauresourcedb.mdf | Not Applicable | 39,780,352 | 07-Apr-2006 | 02:15 | Not Applicable |
SQL Server 2005 x64 editionCollapse this tableExpand this table | File name | File version | File size | Date | Time | Platform |
|---|
| Hauresourcedb.ldf | Not Applicable | 524,288 | 07-Apr-2006 | 02:15 | Not Applicable | | Hauresourcedb.mdf | Not Applicable | 39,780,352 | 07-Apr-2006 | 02:15 | Not Applicable | | Microsoft.sqlserver.replication.dll | 2005.90.1538.0 | 1,813,792 | 07-Apr-2006 | 05:46 | x64 | | Microsoft.sqlserver.smo | 9.0.1538.0 | 1,551,136 | 07-Apr-2006 | 05:46 | Not Applicable | | Microsoft.sqlserver.sqlenum | 9.0.1538.0 | 863,008 | 07-Apr-2006 | 05:46 | Not Applicable | | Osql.exe | 2005.90.1538.0 | 83,744 | 07-Apr-2006 | 05:46 | x64 | | Replrec.dll | 2005.90.1538.0 | 1,007,392 | 07-Apr-2006 | 05:46 | x64 | | Sbmsmdlocal.dll | 9.0.1538.0 | 15,599,904 | 07-Apr-2006 | 05:42 | x86 | | Sbmsmdredir.dll | 9.0.1538.0 | 3,929,888 | 07-Apr-2006 | 05:41 | x86 | | Sqlaccess.dll | 2005.90.1538.0 | 356,640 | 07-Apr-2006 | 05:46 | x86 | | Sqldiag.exe | 2005.90.1538.0 | 1,127,712 | 07-Apr-2006 | 05:46 | x64 | | Sqlservr.exe | 2005.90.1538.0 | 39,405,856 | 07-Apr-2006 | 05:46 | x64 | | Template_hauresourcedb.ldf | Not Applicable | 524,288 | 07-Apr-2006 | 02:15 | Not Applicable | | Template_hauresourcedb.mdf | Not Applicable | 39,780,352 | 07-Apr-2006 | 02:15 | Not Applicable |
SQL Server 2005 Itanium-based versionsCollapse this tableExpand this table | File name | File version | File size | Date | Time | Platform |
|---|
| Hauresourcedb.ldf | Not Applicable | 524,288 | 07-Apr-2006 | 02:15 | Not Applicable | | Hauresourcedb.mdf | Not Applicable | 39,780,352 | 07-Apr-2006 | 02:15 | Not Applicable | | Microsoft.sqlserver.replication.dll | 2005.90.1538.0 | 2,521,888 | 07-Apr-2006 | 07:59 | IA-64 | | Microsoft.sqlserver.smo | 9.0.1538.0 | 1,551,136 | 07-Apr-2006 | 07:59 | Not Applicable | | Microsoft.sqlserver.sqlenum | 9.0.1538.0 | 863,008 | 07-Apr-2006 | 07:59 | Not Applicable | | Osql.exe | 2005.90.1538.0 | 123,168 | 07-Apr-2006 | 08:04 | IA-64 | | Replrec.dll | 2005.90.1538.0 | 2,137,888 | 07-Apr-2006 | 07:59 | IA-64 | | Sbmsmdlocal.dll | 9.0.1538.0 | 48,470,304 | 07-Apr-2006 | 08:04 | IA-64 | | Sbmsmdredir.dll | 9.0.1538.0 | 6,079,776 | 07-Apr-2006 | 07:59 | IA-64 | | Sqlaccess.dll | 2005.90.1538.0 | 351,520 | 07-Apr-2006 | 07:58 | x86 | | Sqldiag.exe | 2005.90.1538.0 | 1,637,152 | 07-Apr-2006 | 07:59 | IA-64 | | Sqlservr.exe | 2005.90.1538.0 | 72,244,000 | 07-Apr-2006 | 08:04 | IA-64 | | Template_hauresourcedb.ldf | Not Applicable | 524,288 | 07-Apr-2006 | 02:15 | Not Applicable | | Template_hauresourcedb.mdf | Not Applicable | 39,780,352 | 07-Apr-2006 | 02:15 | Not Applicable |
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
824684Â
(http://kbalertz.com/Feedback.aspx?kbNumber=824684/
)
Description of the standard terminology that is used to describe Microsoft software updates
For more information about the SqlCommandBuilder.DeriveParameters method, visit the following Microsoft Developer Network (MSDN) Web site:
APPLIES TO- Microsoft SQL Server 2005 Enterprise Edition
- Microsoft SQL Server 2005 Developer Edition
- Microsoft SQL Server 2005 Standard Edition
- Microsoft SQL Server 2005 Express Edition
- Microsoft SQL Server 2005 Enterprise X64 Edition
- Microsoft SQL Server 2005 Standard X64 Edition
- Microsoft SQL Server 2005 Enterprise Edition for Itanium-based Systems
| kbautohotfix kbfix kbbug kbHotfixServer kbqfe KB917824 |
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
|
 |
 |
 |
 |
 |
 |
 |
| |