Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.


This article applies to the following product:

  • Microsoft BizTalk Adapter Pack 2.0

  • Microsoft BizTalk Adapter Pack 2010

  • Stand-alone WCF-based BizTalk Adapter for SQL Server

Symptoms

Consider the following scenario:

  • You create a send port that uses the Windows Communication Foundation (WCF)-based SQL adapter to call a stored procedure that inserts rows in the column of a Microsoft SQL Server table. The column of the table cannot store NULL values.

    Note The WCF-based SQL adapter is included in Microsoft BizTalk Adapter Pack 2010.

  • An input message that arrives at the send port has empty elements.

    For example, the message has the <ns0:input></ns0:input> or <ns0:input/> empty elements.


In this scenario, an error message that resembles the following is logged in the Application log:

A message sent to adapter "WCF-SQL" on send port "<send port>" with URI "mssql://<URI>" is suspended.
Error details: System.Data.SqlClient.SqlException (0x80131904): Cannot insert the value NULL into column '<column name>', table '<table name>'; column does not allow nulls. INSERT fails.
The statement has been terminated.

If the column of the table can store NULL values, NULL values are incorrectly inserted in the column of the table.

Notes

  • This issue does not occur if the send port calls a table operation instead of a stored procedure to insert rows in the column of the table.

  • The correct value for the empty element is an empty string.


Resolution

Cumulative update information



BizTalk Adapter Pack 2009

The hotfix that resolves this issue is included in cumulative update package 4 for BizTalk Adapter Pack 2.0. For more information about how to obtain the cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:


2604327Cumulative update package 4 for BizTalk Adapter Pack 2.0

BizTalk Adapter Pack 2010

The hotfix that resolves this issue is included in cumulative update package 2 for BizTalk Adapter Pack 2010.

For more information about how to obtain the cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:

2572999 Cumulative update package 2 for BizTalk Adapter Pack 2010

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

References

For information about service pack and cumulative update list for BizTalk Server, click the following article number to view the article in the Microsoft Knowledge Base:

2555976 Service pack and cumulative update list for BizTalk Server For more information about BizTalk Server hotfixes, click the following article number to view the article in the Microsoft Knowledge Base:

2003907 Information on BizTalk Server hotfixes

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×