简体   繁体   English

Azure BizTalk Services EDI Bridge的架构错误

[英]Schema error with Azure BizTalk Services EDI Bridge

I'm new to EDI and BizTalk, so some of our issues may be due to our inexperience, but hoping someone can help provide some guidance. 我是EDI和BizTalk的新手,所以某些问题可能是由于我们的经验不足造成的,但是希望有人可以提供一些指导。 Our ultimate goal is as follows: 我们的最终目标如下:

.NET send XML data -> Azure BizTalk EDI Bridge -> map XML data into X12 format -> Relay to AS2 Bridge -> which ultimately connects to our client's connection .NET发送XML数据-> Azure BizTalk EDI桥->将XML数据映射为X12格式->中继到AS2桥->最终连接到我们客户的连接

Right now we are stuck on the step of mapping the XML data into X12 format. 现在,我们停留在将XML数据映射为X12格式的步骤上。 We are passing the data to the EDI Bridge, and based on the tracking messages, it appears it is reaching that correctly. 我们正在将数据传递到EDI桥,并且根据跟踪消息,似乎可以正确到达该数据。 We have made it past the agreement step, and the error we are getting is related to the schema. 我们已经超过了协议步骤,而我们得到的错误与模式有关。

Details of the error I'm seeing from the tracking messages: 我从跟踪消息中看到的错误的详细信息:

Message cannot be serialized since the schema http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_850 could not be located. 由于无法找到架构http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_850,因此无法序列化消息。 Either the schema is not deployed or multiple copies are deployed. 没有部署架构或部署了多个副本。

Activity: EDI Assembler Activity 活动:EDI汇编器活动

Stage: EDI Assembler Stage 阶段:EDI汇编器阶段

I have uploaded both the source and destination schemas to Azure. 我已将源架构和目标架构上载到Azure。 The target schema (X12_00401_850) is a schema I got from the Microsoft Templates provided with BizTalk Server 2013 R2 Developer tools (in case this source matters). 目标架构(X12_00401_850)是我从BizTalk Server 2013 R2开发人员工具随附的Microsoft模板中获得的架构(如果此来源很重要)。 In trying to troubleshoot this, I tried to set the target schema to a custom schema we created, and I received a different error -- that the output wasn't EDIfact or X12 (which makes sense). 在尝试解决此问题时,我尝试将目标架构设置为我们创建的自定义架构,并且收到了另一个错误-输出的不是EDIfact或X12(有意义)。

Let me know if I need to provide more information or if anyone has any suggestions. 让我知道是否需要提供更多信息,或者任何人有任何建议。 Haven't had much luck finding the solution online, so hoping someone here can help. 网上没有找到很多解决方案的运气很好,所以希望这里的人能为您提供帮助。 Thanks in advance! 提前致谢!

The schema needs to be added to the project you're deploying to MABS (it could be the same project as the map, but it's really best practice to separate schemas and maps into separate projects in BizTalk). 需要将模式添加到要部署到MABS的项目中(它可以与地图相同,但是在BizTalk中将模式和地图分离为单独的项目确实是最佳实践)。 Add the schema to the project, build the project, and make sure it's getting deployed properly (without error) during your deployment process from Visual Studio. 将架构添加到项目中,构建项目,并确保在从Visual Studio进行部署的过程中正确地部署了架构(没有错误)。 This will take care of uploading the data to MABS - there is no other separate process that gets used to add the schema to MABS. 这将负责将数据上传到MABS-没有其他单独的过程可用于将架构添加到MABS。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装Azure BizTalk Services SDK(Visual Studio 2015)时出错 - Error Installing Azure BizTalk Services SDK (Visual Studio 2015) Azure Biztalk将网桥称为单向外部服务端点 - Azure Biztalk calling Bridge as One Way External Service Endpoint Azure BizTalk Services从服务总线队列读取XML消息中的错误 - Error in Azure BizTalk Services reading XML message from a Service Bus Queue Microsoft Azure BizTalk Services部署注册失败 - Microsoft Azure BizTalk Services deployment registration has failed Azure Biztalk Services用于本地IBM ESB通信 - Azure Biztalk Services to On-Premises IBM ESB Communication Azure网站或Azure云服务上的MVC4 API [错误]:“ System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption” - MVC4 API on Azure WebSites or Azure Cloud Services [Error] : 'System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption' 创建Windows Azure BizTalk Service实例时出错 - Error creating Windows Azure BizTalk Service instance 测试BizTalk服务的消息 - Test message to BizTalk Services Logic App EDI发送-无法序列化架构 - Logic App EDI send - unable to serialize the schema 如何在Visual Studio 2013 RTM中获取Windows Azure Biztalk Services SDK? - How to get Windows Azure Biztalk Services SDK in Visual Studio 2013 RTM?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM