Questions tagged [biztalk-2016]

Microsoft BizTalk Server 2016 is is the 10th version of BizTalk. BizTalk Server is a publish and subscribe architecture that uses adapters to receive and send messages, implements business processes through orchestration, and includes management and tracking. BizTalk Server also includes trading partner management, high availability, a development platform, an administration console and business activity monitoring

213 questions
2
votes
2 answers

Is there XSLT 2.0 or 3.0 support in BizTalk Server 2016 mapping?

In the past, BizTalk (and the .NET framework in general) has not supported any XSLT version besides 1.0. Our company is about to upgrade to BizTalk Server 2016, and I was wondering whether it's possible (and natively supported) to use XSLT 2.0 or…
2
votes
1 answer

BizTalk BAM Excel "Unable to get resource string"

When I click "BAM Activity" in Excel (2013 32-bit, running on Win 2008/R2 BT2016) I get one of two issues: 1) Variable not defined (on lvwTraces) I tried solution from site below (changing Active-X trust settings), which sometimes get me past…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
2
votes
1 answer

Biztalk2016 The mapping does not exist. For Config Store applications, the config info has not been set

I have migrated a biztalk project from Biztalk 2009 to Biztalk 2016 and .NET 4.6.2. In old version, everything works fine, but in new version, I get an error with WCF-Custom adapter. A message sent to adapter "WCF-Custom" on send port…
Thien Long
  • 339
  • 2
  • 12
1
vote
1 answer

BizTalk Debatch Input FlatFile with multiple header to multiple file

I have a requirement where i want to debatch the Below sample file into multiple file without using orchestration , Sample H|3|ABC|1|5/10/2023 D|1|543 D|1|543 H|3|ABC|1|5/10/2023 D|1|543 D|1|543 The XSD which i have written for the above sample is…
sukra
  • 123
  • 1
  • 10
1
vote
0 answers

Oracle Connection request timed out (in BizTalk after Oracle is recycled)

Normally everything is working fine, but every time Oracle is recycled for maintenance or patches, we get this error, coming from a BizTalk 2016 SendPort: Error Description: Microsoft.ServiceModel.Channels.Common.ConnectionException: Connection…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
1
vote
2 answers

Is it possible to insert 50 000 record in single statement in BIzTalk Server?

I have 1 flat file it will contains more than 100k rows. I need to entry in table (Dynamic table based on data). so it is possible to insert data in batch wise in BizTalk? Here is my Biztalk Mapping. Biztalk project Configuration.(Batch size in 100…
1
vote
1 answer

BizTalk CSV with headers and no data rows gives error: Unexpected end of stream while looking for: ','

My BizTalk CSV schema works fine when there is one or more rows of data in the CSV file. It's a fairly normal CSV with commas as the delimiter on each row. My receive pipeline points to the document schema only. But if the CSV file has headers only,…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
1
vote
0 answers

BizTalk: Office365 Outlook Email - not member of SSO Administrators

In BizTalk 2016, when I enable a Receive Location using the adapter "Office365 Outlook Email", it raises an error message in the Application Event Log: Details "Service account does not have sufficient privileges. Please make sure the service…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
1
vote
1 answer

Using C# Restharp Method in BizTalk, throws NullReferenceException "Object reference not set to an instance of an object"

public static string getAccessToken() { var client = new RestClient("..."); client.Timeout = -1; var request = new RestRequest() { Method = Method.POST }; …
BenjaminR
  • 23
  • 4
1
vote
1 answer

Enumerations in schemas using BizTalk WCF Service Publishing Wizard?

I am asked to publish a schema as WCF Service from BizTalk using BizTalk WCF Service Publishing Wizard, and to expose members as enumerations. Idea is to prohibit programmers to give wrong value in specific fields. I have defined the element type as…
JERKER
  • 907
  • 8
  • 17
1
vote
1 answer

Biztalk SFTP Configuration Optimization

We are using Biztalk 2016 and biztalk has a 1000+ receive locations with SFTP adapter. We need to connection pooling and thats why we set our Connection Limit to 5 but sometimes SFTP adapter does not read our file in SFTP. Whats is the optimized…
ibrahimsen
  • 173
  • 2
  • 9
1
vote
0 answers

Why is two way send port not processing response?

We have a two-way receive port 'ReceivePort1', receiving message type of MessageA. A two-way send port 'SendPort1' subscribes to MessageA and sends it to a rest service 'MyRestService'. The rest service returns a response of message type MessageB,…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
1 answer

Biztalk MQSeries MQSC context Property MQMD_PutApplName issue

We are using BizTalk 2016 and MQSC adapter to send message to IBM MQ. We wanted to set MQMD_PutApplName property which we passed the value via Orchestration/Pipeline Component and we could see BizTalk is sending the value for MQMD_PutApplName…
Daniel
  • 11
  • 2
1
vote
1 answer

Error while creating send handler for WCF Custom Adapter in BizTalk 2016

While trying to add the host instances to the WCF Custom Adapter as a send handler I am getting the below error messages. I tried resetting my password and restarted and that didn't work. Also, I tried to change the domain of my machine and bring it…
1
vote
1 answer

BizTalk Null Reference Error when Editing Party Agreement Envelope Properties

I am using BizTalk 2016 with Feature Update 3 (CU7), and the BizTalk Server Administration Console version 3.12.774.0 In the BizTalk Group I go to the Parties Node Select a Party and go to it's Agreement in the Agreements list Open the Agreement…
PRS
  • 741
  • 1
  • 7
  • 27
1
2
3
14 15