biztalk

Migrating BizTalk 2010 source to 2013

我怕爱的太早我们不能终老 提交于 2019-12-24 13:53:55
问题 I have the source code of BizTalk 2010 applications that needs to be re-written for BizTalk 2013. What i am doing so far is that I am creating new BizTalk 2013 project, adding the existing files from 2010 project (schemas maps orchestrations pipelines etc.) and compiling and building the project (fixing the errors on the way). Is this approach correct? Will this produce BizTalk 2013 applications? I am able to deploy new apps to BizTalk 2013 by the way. I have tried looking for migration

Using a CSV to XML map in a two-way send port that polls data from a public REST API

泪湿孤枕 提交于 2019-12-24 08:07:29
问题 My situation is like this: I need to get CSV data from a REST API using the Wcf-WebHttp adapter, map this data to XML using a map I have deployed (along with the CSV and XML schema) and store it in an SQL Server database. For now I have created a two-way send port, a static one way send port, a receive port and a receive location. The two-way send port polls the data from the API, and the static one way send port subscribes using a filter to this send port and receives the data. I tried

BizTalk HL7 send pipeline error due to line breaks in empty XML elements

徘徊边缘 提交于 2019-12-24 07:58:14
问题 I am mapping to an HL7 A31 message using the BizTalk mapper. The map has several inline XSLT scripting functoids. When the XML is put through the HL7 send pipeline, it generates an error: The element 'ROL_11_OfficeHomeAddress' has an invalid structure If I look at the suspended message, I can see why this has happened. The ROL_11 element is empty, and looks like this: <ROL_11_OfficeHomeAddress> </ROL_11_OfficeHomeAddress> Between the opening and closing tags, there is a line break and several

Is there XSLT 2.0 or 3.0 support in BizTalk Server 2016 mapping?

天涯浪子 提交于 2019-12-24 07:07:36
问题 In the past, BizTalk (and the .NET framework in general) has not supported any XSLT version besides 1.0. Our company is about to upgrade to BizTalk Server 2016, and I was wondering whether it's possible (and natively supported) to use XSLT 2.0 or 3.0 for custom mapping in said BizTalk Server version? I know it's not likely they've implemented this, but I've been roaming the internet and I can't seem to find a concrete answer to this question. 回答1: No, it only supports XSLT 1.0. However it has

Microsoft.XLANGs.Core.ServiceCreationException : Failed while creating a ABC service

ぐ巨炮叔叔 提交于 2019-12-24 06:43:49
问题 After deploying a set of services on QA environemnt, one orchestration is suspended with message Microsoft.XLANGs.Core.ServiceCreationException : Failed while creating a ABC service. In windows event log, I found: Object of type 'XYZ. Schemas_BFX_v01 ' cannot be converted to type 'XYZ. Schemas_BFX_v01 '. any clue what causing this exception. same BizTalk msi was deployed on development server and its is working fine there. Thanks 回答1: This error "Microsoft.XLANGs.Core.ServiceCreationException

How to run biztalk orchestration every X minutes

别来无恙 提交于 2019-12-24 03:45:13
问题 I have an orchestration that is started by a public port published as service. Everytime somebody calls this service the orchestration starts I need to start the orchestration every 30 minutes too. Whats is the better approach? I've seen some here but I would like something more simple 回答1: As the blog post you referenced states, BizTalk doesn't really do scheduling. Besides the approaches referenced in that post, I don't think there is really an easier approach to this problem. You mention

Biztalk Server 2009 - Failover Clustering and Network Load Balancing (NLB)

倾然丶 夕夏残阳落幕 提交于 2019-12-24 03:12:13
问题 We are planning a Biztalk 2009 set up in which we have 2 Biztalk Application Servers and 2 DB Servers (DB servers being in an Active/Passive Cluster). All servers are running Windows Server 2008 R2. As part of our application, we will have incoming traffic via the MSMQ, FILE and SOAP adapters. We also have a requirement for High-availability and Load-balancing. Let's say I create two different Biztalk Hosts and assign the FILE receive handler to the first one and the MSMQ receive handler to

Biztalk Server 2009 - Failover Clustering and Network Load Balancing (NLB)

亡梦爱人 提交于 2019-12-24 03:12:02
问题 We are planning a Biztalk 2009 set up in which we have 2 Biztalk Application Servers and 2 DB Servers (DB servers being in an Active/Passive Cluster). All servers are running Windows Server 2008 R2. As part of our application, we will have incoming traffic via the MSMQ, FILE and SOAP adapters. We also have a requirement for High-availability and Load-balancing. Let's say I create two different Biztalk Hosts and assign the FILE receive handler to the first one and the MSMQ receive handler to

Is it possible to use BizTalk Rule Engine independently from BizTalk Server?

旧城冷巷雨未停 提交于 2019-12-24 01:58:33
问题 Currently I'm involved in a project with lots of rules in it. There's an idea to use BizTalk's Business Rule Composer for rule creation. Question1. Is it possible to use it independently? Question2. If so, how can I subscribe to change of different Fact Source types like .Net Objects , Databases ? FYI, I'm using BizTalk Server 2013. 回答1: Well, to run the rules composer you need to have the biztalk engine installed, you can't separate them, in such a case you will end up to pay for the license

A catch 22 in generating 999 file

断了今生、忘了曾经 提交于 2019-12-23 20:15:27
问题 Well, I have to say it is kind of funny when I meet this situation: I am inbounding HIPPA 837 files and I am suppose to create 999 ACK files once received the 837 file. BizTalk will generate the 999 message if I setup the trading partner agreement to do so. And it works fine so far. Today, I received a 837 file with some structure error: there are some leading space character in an element. Then the 999 was created, but when my send port subscribe this 999 message try to save it as a file, I