Biztalk Error: This Assembler cannot retrieve a document specification

Biztalk Error: This Assembler cannot retrieve a document specification

There was a failure executing the send pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLTransmit, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Source: "XML assembler" Send Port: "WcfSendPort_SqlAdapterBinding_TableOp_dbo_User_Custom" URI: "mssql://host/serverName/databaseTable?" Reason: This Assembler cannot retrieve a document specification using this type: "http://schemas.microsoft.com/Sql/2008/05/TableOp/dbo/User#Select".

但是架构命名空间是“http://schemas.microsoft.com/Sql/2008/05/TableOp/dbo/User1” select 节点是:SelectQuery 在为主机实例部署 make restart 后没有任何改变。

问题是命中管道的消息与任何部署的模式都不匹配。所以,这个错误只是真正问题的征兆,它本身并不是问题。

首先,"SelectQuery" 不是有效的 WCF SQL 元素。你是说 Select/Query?

接下来,架构似乎生成了两次,而您使用的是错误的架构。我可以说是因为 "User1".

因此,找出正确的用户,User 或 User1。然后确保这是您期望的用户并且已部署。