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
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
  • 173
  • 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
  • 125
  • 13
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
  • 299
  • 4
  • 15
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,324
  • 1
  • 10
  • 19
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

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
  • 125
  • 13
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
2 answers

The published message could not be routed because no subscribers were found

I have the following error when running my BizTalk package in the server: The published message could not be routed because no subscribers were found Package Description: Import a CSV flat file into SQL Server using a stored…
Internet Engineer
  • 2,514
  • 8
  • 41
  • 54
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
  • 50,520
  • 35
  • 148
  • 257
2
votes
1 answer

BizTalk 2013r2 (Visual Studio 2013) - Default Property Schema configuration

I'm developing in BizTalk 2013R2 using Visual Studio 2013, trying to create a property schema based on a large, lengthy source schema using Quick Promotion, however I'm having difficulty getting the created property schema generated…
mrc85
  • 73
  • 10
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
  • 159
  • 14
2
votes
1 answer

Explanation of BizTalk envelope schemas and debatching

I'm currently self-studying BizTalk as part of a new role, and have picked up the core concepts of developing Orchestrations and configuring pipelines. Recently I've been trying to get my head around debatching resultsets containing multiple records…
mrc85
  • 73
  • 10
2
votes
2 answers

JSON encoder generating JSON message adding empty quotes characters in BizTalk 2016

My XML message after json encoder converting, below is the { "bitmap": "" } but I'm expecting in below format { "bitmap": null } For…
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
  • 839
  • 1
  • 16
  • 24
2
votes
1 answer

BizTalk "Receive Location" status remains disabled despite "Enable" attribute equal true in binding file

I imported the sample binding file from "BizTalk Server Administration Console" -> "Import -> Bindings...". It created receive location successfully but despite in the file true, it created locations with status as disabled. Is it…
Serkan Arslan
  • 13,158
  • 4
  • 29
  • 44
1
2 3
12 13