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
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
  • 321
  • 1
  • 10
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
  • 99
  • 2
  • 10
1
vote
2 answers

upgrading TFS from 2013 to 2015, would TFS Build continue to work for BizTalk

We are using BizTalk 2013 R2, currently under TFS 2013. We using TFS build feature and we are thinking to upgrade TFS to 2015. Not sure if the BizTalk build will continue to work?
TOMMY WANG
  • 1,382
  • 3
  • 16
  • 39
1
vote
2 answers

Getting the orchestration parent name or id in the calling orchestration

I have an orchestration that calls another orchestration. Is it possible to get the orchestration name or id of the parent in the calling orchestration in an Expression shape?
1
vote
1 answer

Can not find Biztalk Buisiness Rule Engine registry directory on the biztalk server?

I am trying to update a StaticSupport key (for Invoking Static Members of a Class) for business rule engine in the windows registry , MSDN (Invoking Static Members of a Class) states that , it exists on path in registry…
1
vote
1 answer

Biztalk 2013r2 wcf-sql adapter composite operation

I am trying to use the wcf-sql adapter to call a stored procedure multiple times with different parameters. I have created the original schema using the wizard and then created the composite schema by hand. I understand what the error is telling me…
1
vote
3 answers

BizTalk deployment framework throws MSBuild errors MSB4061

I am having some problems with the BizTalk Development Framework. My BizTalk project builds completely fine. But when using the 'Deploy BizTalk Solution' option from Visual Studio MSBuild is not happy. I am deploying to a server that is on our…
Andy Midd
  • 79
  • 9
1
vote
1 answer

BizTalk 2013 R2 CPU consumption very high

We migrated an application from BizTalk 2009 to 2013 R2 , after that it is noticed the one host which is assigned to orchestration take very high CPU usage some it goes up to 100%, the application is same as in 2009 no changes done. Is there any…
1
vote
2 answers

Publish BizTalk orchestration as wcf service into remote IIS

I am trying to publish my BizTalk Orchestration to IIS. When I try with my local IIS it is working. But when I try with a remote IIS it says host not found. Is there any way to do this? I am using BizTalk Server 2013 R2 and IIS 8.5 In the remote…
1
vote
1 answer

Biztalk 2013 r2 DR SSO Issue

Looking for help with a BizTalk disaster recovery scenario. We have failed over to our DR server and have restored the database using the Microsoft standard log shipping method. All has run without issues but I cannot change any port settings in…
PoorbandTony
  • 380
  • 3
  • 12
1
vote
1 answer

Biztalk Dehydrating and Hydrating Loop

I have a simple Biztalk Application 2013-r2 that imports a file into a table, then executes a long running post import process (via stored procedures). Symptoms: when importing 2 files The import of the first file has no issues Then, the post…
Internet Engineer
  • 2,514
  • 8
  • 41
  • 54
1
vote
1 answer

BizTalk SQL Generate MetaData Failure

I'm currently trying to setup adapter metadata for an SQL adapter in BizTalk through the add generated items (add adapter metadata) wizard but the wizard keeps failing/disappearing. I can get as far as the Select the type of statement selection. I…