Questions tagged [biztalk-2013r2]

For questions about Microsoft BizTalk Server 2013 R2.

Microsoft BizTalk Server 2013 R2 is the 9th version of a server product for Business Process Management and Enterprise Application Integration. It uses Microsoft .NET 4.5.1 and is done in Visual Studio 2013.

181 questions
0
votes
0 answers

BizTalk 2013r2 - C# String Replace in Expression Editor

I'm currently using an expression editor to build an XML payload within my orchestration, but I need to swap out any ampersands for the XML based escape character (&). The unmodified XML is; " +…
mrc85
  • 73
  • 10
0
votes
1 answer

Is it possible to Migrate from BizTalk 2013 R2 to BizTalk 2020 without going through BizTalk 2016?

By migrating from BizTalk 2013 R2 to BizTalk 2020, I mean : Take 2013 sources Put them into VS 2019 Upgrade, compile and deploy Test each flows We use the 2013 SQL adapter a lot, so I'll have to modify that as well. I may have to adapt some…
Davon
  • 121
  • 2
  • 9
0
votes
1 answer

BizTalk 2013 R2 CU 8 instalaltion

While installing the Microsoft BizTalk Server 2013 R2 Cumulative update 8 to one BizTalk group, the setup fails because of some issue in MQSeries and Microsoft.BizTalk.GlobalPropertySchemas. No errors or issues could be spotted at the Event log.…
René
  • 129
  • 1
  • 4
  • 14
0
votes
0 answers

Add Web Reference - 'The underlying connection was closed: An unexpected error occurred on a send' in Visual Studio 2013

Trying to repoint an existing BizTalk 2013 project to write to a new SharePoint 2016 list. The original development had it pointing to an on-prem SharePoint 2010 list, which was built using a Web Reference. Every time I try to generate a new Web…
0
votes
1 answer

How can I store a JWT token in BizTalk 2013 R2?

I need to store a JWT token to use it through several instances of the same orchestration in BizTalk Server 2013 R2. How can I store it and call it in each instances? Local storage? Registry key? anywhere else?
Davon
  • 121
  • 2
  • 9
0
votes
0 answers

How to set up a handshake with BizTalk 2013 R2

For a proof of concept I'm working on, I need to implement handshaking. As I am pretty new with this kind of validation, I don't really know how to start. Do I need to develop a custom behavior or there is an adapter which make the job? The purpose…
Davon
  • 121
  • 2
  • 9
0
votes
1 answer

BizTalk Tracking profile

I'm experiencing an issue with my tracking profile that spans multiple applications. after a deployment of one of the exoncerned applications, my tracking profile stops intercepting the data defined within. is somene has already experienced this…
Hichamveo
  • 475
  • 3
  • 16
0
votes
1 answer

Handle SOAP Exception in BizTalk Orchestration

I am receiving a soap FAULT message through two way port and looks as below , S:Status
sukra
  • 123
  • 1
  • 10
0
votes
1 answer

BizTalk Send port rolling back changes

I have a TEST BizTalk 2013 R2 environment. It's paired with SQL Server 2014 and Windows Server 2012 R2. It's a mirror of our production environment which has been stable and without issue for over 6 years. I'm working on adding a new integration…
David Gerst
  • 53
  • 11
0
votes
1 answer

Create bitmap file and send it to a client

I need to create a bitmap file with below specification and send it to client using BizTalk BIT NAME Attribute Length - Msg Type n 4 - Bit map …
user1104946
  • 680
  • 1
  • 9
  • 30
0
votes
2 answers

Missing Functoid in BizTalk 2013r2 Map

I've picked source code for an existing BizTalk 2013r2 solution that I'm trying to compile using Visual Studio 2013. I'm hitting the following error when trying to compile a map: Mapper Compiler: Functoid not found:…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
0
votes
1 answer

BizTalk installation issue

Getting below error while installing BizTalk server 2013 R2 in Windows 10. SQL server 2014 is available in server Under Groups while installation Message:[DBNETLIB}[Connection open(SEDoClientHandshake()).]SSL SECURITY ERROR Any clue?
bigB
  • 55
  • 9
0
votes
0 answers

Error sending message to Mule API from BizTalk

I am trying to post a message to Mule service, which is expected to respond with Success or Error Response. When I post a request directly to the Mule API using Postman, it gives a response as 200 with some HTML content. When I am pushing the same…
Abjt G
  • 39
  • 7
0
votes
1 answer

What alternatives are there for ISO schematron validation in BizTalk?

Currently the existing solution contains Saxon and Java dependencies, working with xslt documents as input for validation. However, ISO Schematrons are xml files containing Schematron Schema with business rules. Ideally, I am looking for a library…
JERKER
  • 907
  • 8
  • 17
0
votes
2 answers

Unable to connect to BizTalk group after enabling TLS 1.2 and disabling lower versions of SSL and TLS

After diabling lower security protocol versions SSL3.0, TLS1.0, TLS1.1 and enabling TLS 1.2, I am not able to connect to BizTalk group or use BizTalk server. The BizTalk server version I am using is 2013R2. Following is the error: An attempt to…
Ravali
  • 1
  • 1