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

Unable to read the stream produced by the pipeline when generate CSV without header with send pipeline BizTalk

I have to generate a CSV file without the header line. So I created the following xsd :
Davon
  • 121
  • 2
  • 9
1
vote
1 answer

BizTalk send/receive - does it wait for completion of a called stored procedure?

I've setup a BizTalk design that chains a couple of send/receives to a SQL stored procedure (which inserts the data to relevant tables). It's organised in a specific sequence, so data goes into Table A, and following tables after this check that the…
mrc85
  • 73
  • 10
1
vote
1 answer

BizTalk looses port bindings when deploying

As the title says: every time I deploy from Visual Studio to BizTalk 2013 R2 the orchestration gets unbounded and unenlisted. The receive/send port looses its pipeline. I have tried to clean cached bindings on…
1
vote
1 answer

When creating a singleton, why would the scope within the singleton be repeated?

As a follow-up to my question, I've been further looking at the design of an application that I see consistent issues with and while delving into understanding it properly (the documentation for it is outdated), I've come across a part of the…
jevi
  • 21
  • 7
1
vote
2 answers

Deploy BizTalk Schema Solution without redeploying dependent Solutions

I have three solutions. One is a schema solution that only has a schema File in it, lets call it the SchemaSolution. The SchemaSolution is referenced in my other two solutions because the Solution1 creates xml instances of the schema in the…
kurdy
  • 441
  • 4
  • 15
1
vote
1 answer

Microsoft WCF LOB Adapter SDK is installed, but component is required

I tried to install BizTalk 2013 R2 LOB Adapter SDK but it returned the below error Microsoft WCF LOB Adapter SDK is installed but the following components are not installed - Tools component is required to develop applications using Visual…
Ttami
  • 47
  • 7
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
  • 15,808
  • 23
  • 102
  • 173
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
  • 310
  • 3
  • 17
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
  • 310
  • 3
  • 17
1
vote
1 answer

How to Reconfigure BizTalk User and Group Security Settings manually

How to reconfigure BizTalk User and Group Settings manually without Deleting Databases and biztalk unconfigure features ? Example --> Existing BizTalk Server Runtime features : Need to modify BizTalk Server Runtime features: Is there any idea or…
Dipen Patel
  • 310
  • 3
  • 17
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
  • 310
  • 3
  • 17
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
  • 310
  • 3
  • 17
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
  • 187
  • 1
  • 10
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…
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
  • 2,077
  • 9
  • 48
  • 97
1 2
3
12 13