Questions tagged [biztalk-2013]

Microsoft BizTalk Server 2013 is is the 8th version of a server product for Business process integration platform that supports building XML schema, schema transformation, establishing trading partner relationships over the Internet, and tracking and analyzing data and documents that are exchanged. It uses Microsoft .NET 4.5 and is done in Visual Studio 2012.

427 questions
3
votes
2 answers

Creating failed message on WCF-CustomIsolated Receive Location

I have a receive port with a WCF-CustomIsolated receive location. On receive port I checked "Enable routing for failed messages". In pipeline settings I have set ValidateDocument to true. When a client sends me an incorrect schema, it receives a…
valsador
  • 83
  • 3
3
votes
3 answers

How do you configure a BizTalk WCF-SQL adapter to get data from a SQL Server 2012 "always on" replica database?

We have a client that is going to use the AlwaysOn Availability feature of SQL Server 2012. They want to have the BizTalk WCF-SQL port connect to the read-only replica. The documentation on the subject say that the connection has to be made to the…
Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54
2
votes
1 answer

How to fix 'Errors were reported during stylesheet compilation' in XSLT?

I have this SaxonApiException when I run my XSLT code on https://xslttest.appspot.com/. It return this error : net.sf.saxon.s9api.SaxonApiException: Errors were reported during stylesheet compilation I tried on another online tester…
Davon
  • 121
  • 2
  • 9
2
votes
2 answers

BizTalk receive location process files one by one?

Is there a way in BizTalk to process messages dropped in a folder location (using file adapter) one at a time? I do not want all the messages in the folder get picked all at once.
2
votes
1 answer

BizTalk WCF-WebHttp mapping form-data variable from multi-occurrence nodes

My client's API requires variable data to be delivered to them via HTTP POST. Some of this data is mapped to the URL and some of the data is in the message body form variables: Url: http://myclientapi.com/poNumber/111222/complete Message body…
2
votes
1 answer

BizTalk - how to programmatically call the Visual Studio validate map and save the XSLT

In Visual Studio, I can right click a map (.btm file) and select "Validate Map" manually for one map. Then I can click and see the XSLT. Is there a way to call this function? I would like to turn about 150 maps into XSLT for analysis and…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
2
votes
2 answers

Cannot validate argument on parameter 'PackagePath'. validation script for the argument with value "*path*" did not return a result of True

I've built a BizTalk application. My Build creates a .zip file of artifacts. I'm using Deploy BizTalk Server Application task in Deployment Pipeline . I've encountered the following error Cannot validate argument on parameter 'PackagePath'. The "…
2
votes
1 answer

Monitor biztalk server(biztalkmgmtdb) sql agent job failed on step 2 - Part1

In BizTalk Server 2013 R2 there's a job called Monitor BizTalk Server (BizTalkMgmtDb). This job checks the management and tracking databases and looks for any inconsistencies. If there are none then the job completes successfully. If there are…
Dipen Patel
  • 310
  • 3
  • 17
2
votes
2 answers

Extension functions cannot return null values

I am using the below scripting functoid in the biztalk map to convert the string in to dateTime public DateTime? ConvertOpenDate(string openDate) { DateTime oDate; if (!DateTime.TryParseExact(openDate, "yyyy-MM-DD HH:mm:ss.fff",…
user4912134
  • 1,003
  • 5
  • 18
  • 47
2
votes
1 answer

the service instance will remain suspended until administratively resumed or terminated following error exception type initializer

I am getting the above error, exception type initializer. Could please give what type of take an action to resolved this issue. I got following error when am trying to drop a file in receive location and I did resumed in biztalk admin console it…
Naidu
  • 21
  • 4
2
votes
1 answer

How to make sure that message control id of BTAHL7 ACK Message is same as original mesage

We have a requirement that the Message Control Id (MSH.10) of the HL7 ACK message should be equal to the message control id (MSH.10) of the original message. We are using BTAHL7 with BizTalk 2013 R2, CU5. In our case at present, the message control…
Tiklu Ganguly
  • 337
  • 2
  • 10
2
votes
2 answers

BizTalk MAP project REBUILD takes very long time

My BizTalk Project Rebuild takes very very long time especially for MAP Projects, this is relatively very small schema and before it was taking very less time but suddenly the REBUILD time is up to 30-40 mins. Please provide your expect comment on…
SAM
  • 179
  • 1
  • 3
  • 14
2
votes
5 answers

BizTalk map functoid vs BizTalk map xslt

I am using BizTalk MAP and inside BizTalk map I am using table looping, table extractor, Scripting, looping functoids. The same can be achieved in BizTalk map by referencing XSLT. so Performance wise, which method would be better using BizTalk Map…
user1104946
  • 680
  • 1
  • 9
  • 30
2
votes
2 answers

BizTalk 2013 application can't seem to 'see' it's referenced assemblies

I have a BizTalk 2013 application comprising of 3 projects - orchestration, schemas and maps. In my orchestations project I have references to my maps and schemas projects within the same application. However, when I try to select a map or schema…
DarkW1nter
  • 2,933
  • 11
  • 67
  • 120
2
votes
2 answers

NevaTech Sentinet

I was reading through Nevatech Sentinet the last week and I'm currently asking myself the following question: "When NevaTech Sentinet exists, with all these named features, why should anyone use BizTalk with ESB Toolkit and extend it with…
Chris
  • 97
  • 1
  • 7
1 2
3
28 29