【发布时间】:2012-07-31 12:46:51
【问题描述】:
我正在编排将数据从一个 SQL Server 数据库发送到另一个数据库。我能够接收数据但无法将其发送到另一个数据库。我做了一个发送端口来测试我得到的输入。我知道我没有从源模式中获取正确的数据。我已经从 Visual Studio 2010 测试了地图,它工作正常。但我在事件查看器中遇到以下错误:
The adapter "SQL" raised an error message. Details "HRESULT="0x80040e14"
Description="SQLOLEDB Error Description: Empty update, no updatable rows found Transaction aborted "
<Root xmlns:ns00="urn:schemas-microsoft-com:xml-updategram">
<?MSSQLError HResult="0x80040e14" Source="Microsoft OLE DB Provider for SQL Server" Description="SQLOLEDB Error Description: Empty update, no updatable rows found Transaction aborted "?>
</Root>".
我想调试编排。我该怎么做?
【问题讨论】:
-
Jonatthan Wu 在此处提供了有关此错误的一些信息 - biztalkshow.blogspot.com/2005/02/…。但是,如果您能够使用 WCF SQL 适配器,您会发现它更有价值 - connectedthoughts.wordpress.com/2011/01/18/…
标签: biztalk biztalk-2010 biztalk-orchestrations