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
1
vote
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…
1
vote
1 answer

Can you have multiple BizTalk receive host instances accessing a single SB topic/subscription?

Can you have multiple BizTalk receive host instances accessing a single SB topic/subscription? We have a BizTalk 2013 R2 cluster with two machines, and sometimes were finding access to a SB topic/subscription stalls ... And we have loads of event…
SteveC
  • 13,636
  • 21
  • 86
  • 155
1
vote
0 answers

BizTalk Server 2013 R2 Integration with Cloud API Last.fm

I deployed "last.fm.client.solution" solution and reference blog post explaining about solution in BizTalk Server 2013 R2 Integration with Cloud API Last.fm and having issue when retrying the information about TopAlbums base on artist name. An…
Dipen Patel
  • 230
  • 3
  • 15
1
vote
1 answer

The BizTalk Purge & Archive Job now supports clean-up of orphaned instances

Recently applied BizTalk host-fix CU5 for BizTalk Server 2013 R2 (went well and working fine everything) : locking for BizTalk SQL agent job improvement having store procedure "dtasp_BackupAndPurgeTrackingDatabase" use for BizTalk Sql agent job "DTA…
Dipen Patel
  • 230
  • 3
  • 15
1
vote
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
  • 12,345
  • 4
  • 22
  • 38
1
vote
2 answers

Find running service instances for BizTalk Application for different state

I have the below PowerShell script to find out all different BizTalk states : Instances Ready to Run Active Instances Dehydrated Instances Instances in Breakpoint Suspended Orchestrations Suspended Messages Routing Failures …
Dipen Patel
  • 230
  • 3
  • 15
1
vote
1 answer

BizTalk Server 2013 R2 VS Visual studio 2015

Trying to install BizTalk server 2013 R2, I got developer tools and SDK gray out as below screen shot so, does BizTalk server 2013 R2 support visual studio 2015 for development of BizTalk application?
Dipen Patel
  • 230
  • 3
  • 15
1
vote
2 answers

How do I manage BizTalk files outside of the IDE? Need some architecture advise

Well in general I am new to BizTalk and maintaining a very old setup, BT 2013 R2 Overall I am well versed in .XSLT and feel more comfortable managing xml directly than I do in the BT IDE ( well the vstudio IDE) So here are a couple generic…
Brandon Slezak
  • 157
  • 1
  • 8
1
vote
1 answer

Intercept and modify Ack response message BizTalk 2013 R2

I have written a custom pipeline component assembler to modify the response ACK HL7 message. I have invoked Assemble(pContext) of Microsoft.Solutions.BTAHL7.Pipelines.HL72fAsm in the implemented method Assemble(pContext) of IAssemblerComponent…
syyad
  • 61
  • 7
1
vote
0 answers

Inserting Blankspaces in Lawson Oracle DB

We have a Lawson Oracle Database Table called GLTRASREL, where we need to insert the values from the CSV file and this is taken care by the BizTalk Application. Certain fields in the Table is like JRNL-BOOK-NBR Alpha 12 …
trx
  • 1,847
  • 7
  • 33
  • 71
1
vote
1 answer

BizTalk Dynamic Sendport Count

I have about 1500 Dynamic Send ports and now it is almost impossible to use Administration Console because of its performance. It takes just 10 minutes to refresh application or 1 hour to delete a Dynamic port or Application.  We have noticed that…
Kenank
  • 153
  • 7
1
vote
2 answers

My BizTalk functoid returns true value regardless of the boolean being passed

I am having an issue on my BizTalk application I have customized the functoid to change value based on the boolean it has received her is the code public string GetBoolMark(bool param1) { string returnValue = "0"; if…
isir
  • 13
  • 2
1
vote
2 answers

BizTalk Server Configuration failing to create group

I'm trying to configure a BizTalk server in BizTalk Server 2013 R2. I'm using Windows 10 and a local DB. I can create the Enterprise SSO and the Business Rule Engine but not the BizTalk Server Group and the BizTalk Runtime. It gives me the…
1
vote
2 answers

BizTalk solution created in VS 2013 not opening in VS 2015

We have created a BizTalk Solution in VS 2013 Premium version. Now we have upgraded the Visual Studio version to VS 2015 Enterprise version. But when opening in VS 2015 it says BizTalk Project is incompatible. I went through this MSDN article. But…
1
vote
1 answer

BizTalk Json encoder and Dynamic Ports

I have a scenario where I need to send JSON through a dynamic send port. For that reason I created a send pipeline with the JSON encoder with the option Remove Outer Envelope = true. I have the pipeline associated with my dynamic port and the…
Ricardo
  • 77
  • 1
  • 9
1 2
3
11 12