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.

169 questions
5
votes
1 answer

BizTalk JSON Deserialize

I have to connect a REST service via BizTalk. The service returns a JSON response as shown below. When the BizTalk response port tries to decode the JSON message I get an error about JSON to XML conversion. This error happen because of embedded HTML…
ibrahimsen
  • 163
  • 2
  • 9
4
votes
3 answers

BizTalk 2013 r2 Administration Console fail to open after MS security update KB4338815

Please help me finding a solution to these errors i'm getting wehen open BizTalk Administration Console after updating to MS security update KB4338815: First error: Failed to load Group [xxxxxx:BizTalkMgmtDb] data providers.…
Balatharan
  • 115
  • 10
4
votes
1 answer

Convert Excel (xlsx) to XML with C# and BizTalk

I have looked at most of the topics on this forum regarding similar questions but haven't found exactly what I am looking for. I am trying to write a pipeline component for BizTalk 2013 R2 using C# to simply convert an incoming Excel 2010 .xlsx file…
Ritley572
  • 279
  • 4
  • 14
3
votes
2 answers

Tracked Message Events filtered by tracked properties

I have messages in my BizTalk 2013 R2 with promoted properties. I want to search in "Tracked Message Events" by this promoted properties, but when I select the Schema Name and want to add a new filter by tracked properties, always is the option "no…
felixmondelo
  • 1,224
  • 1
  • 10
  • 16
3
votes
3 answers

Processing a million records as a batch in BizTalk

I am looking at suggestions on how to tackle this and whether I am using the right tool for the job. I work primarily on BizTalk and we are currently using BizTalk 2013 R2 with SQL 2014. Problem: We would be receiving positional flat files every…
Seige
  • 29
  • 4
3
votes
2 answers

BizTalk Flat File complexity parsing issue

I'm currently creating a flat file schema to implement an old UK EDI format called Tradacoms. I've replicated what I need for the part of the schema I'm dealing with and it generally works fine. However because there are lots of optional items in…
3
votes
3 answers

BizTalk mappings with xsd:anytype

I have a schema I'm trying to map to. On the source side, I have a structure with a lot of fields. On the destination side, I have the following schema:
Brian Mains
  • 49,697
  • 35
  • 139
  • 249
2
votes
1 answer

Fixing an IIS website using BizTalk WCF WebHttpWebServiceHostFactory

Edit: fixed this problem. This ASP component was missing from IIS. I've recently inherited a BizTalk system and it's previously developer left next to nothing in the way of notes, and in several cases no project files. I have a dev and live…
supermeerkat
  • 139
  • 13
2
votes
0 answers

BizTalk message box full of BTXTimerMessage messages

We are using BizTalk (2013 R2 CU 6) EDI functionality to batch EDI files. This uses the Microsoft.BizTalk.Edi.BatchingOrchestration.BatchingService Orchestration which is always running in a waiting state (for lack of a better term), dehydrated most…
Justin
  • 787
  • 1
  • 14
  • 24
2
votes
1 answer

Can't Install BizTalk 2013r2 CU6

I'm trying to install CU6 for BTS2013r2 I run the exe, it unpacks then starts the wizard. It progresses or a while then presents the following message: I have the BizTalk ISO already downloaded from MSDN and mounted to the local server. So I browse…
Rob Bowman
  • 5,548
  • 19
  • 66
  • 137
2
votes
1 answer

BTSTask RemoveApp Gives Object Reference Error

I have a BizTalk 2013r2 app with a receive location that uses the codeplex scheduled task adapter with a custom task. If I try to remove the app using "BTSTask RemoveApp -ApplicationName:MyApp" from an admin elevated command line window, then I get…
Rob Bowman
  • 5,548
  • 19
  • 66
  • 137
2
votes
1 answer

BizTalk credential for web service, retrieve the value of ***

We have a web service that is called through BizTalk, I am admin of it. The web service requires a credential, the password is masked. The previous developer who configured it has left, without in touch with our vendors. Is it possible to know the…
TOMMY WANG
  • 1,286
  • 3
  • 15
  • 35
2
votes
2 answers

How can I return HTTP-400 from a BizTalk Rest service?

I am using BizTalk 2013 R2 and I have a RESTFUL service. How can I return a HTTP-400 response to a client?
Kenank
  • 153
  • 7
2
votes
1 answer

Simplest possible BAM Scenario

I’m trying to set up a very simple BAM scenario within BizTalk Server 2013R2 upon which to build, involving tracking just the time of all incoming messages processed by a port. To this end I have : Within Excel, created an Activity Definition…
Ben Jackson
  • 1,078
  • 6
  • 9
2
votes
1 answer

Receive Location polling data after service window stop time

We have a BizTalk 2013 R2 server where a receive location is configured to polling some data from a database every 10 min within a specified service window (9 am to 9 pm). For some reason it started to polling data from the database after the…
Balatharan
  • 115
  • 10
1
2 3
11 12