BUG: You may receive a "String or binary data would be truncated" error in the SQL Server error log in BizTalk Server 2004 (883911)
The information in this article applies to:
- Microsoft BizTalk Server 2004 Developer Edition
- Microsoft BizTalk Server 2004 Enterprise Edition
- Microsoft BizTalk Server 2004 Partner Edition
- Microsoft BizTalk Server 2004 Standard Edition
SYMPTOMSWhen you work with Microsoft SQL Server Database Tracking and Archiving (DTA) in
Microsoft BizTalk Server 2004, you may notice truncated data and you may receive the following error
message in the SQL Server error log: String or binary data would be truncated CAUSEThis behavior may occur if you work with DTA and your data is
larger than the space that is allocated in Microsoft SQL Server to house the
data.RESOLUTIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. To fix this problem, adjust the size of the
column of data that truncates the data. To increase the size of the column that
truncates data, run the following SQL statement against the BizTalk Server
database: ALTER TABLE dta_custom_field_names ALTER COLUMN nvcName nvarchar(1024) NOT NULL STATUS
Microsoft has confirmed that this is a bug in the Microsoft products that are
listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 7/5/2005 |
---|
Keywords: | kbtshoot kbBTSHws kbfix kbbug KB883911 kbAudDeveloper |
---|
|