我正在进行编排,以便将数据从一个SQL Server数据库发送到另一个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>".
我想调试业务流程。我怎么能这样做?
答案 0 :(得分:5)
通过管理控制台,您可以查看已暂停的业务流程并设置断点。业务流程的未来运行将保留在断点处,并再次通过管理控制台,您可以附加到业务流程并查看消息内容等信息。