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

175 questions
6
votes
1 answer

How Set Attachment Name to Show Properly in Outlook

I'm creating an email with a MIME attachment from a BizTalk 2016 SMTP Send Port. However, I think any knowledge that anyone can share from any other language about the oddities of Outlook and MIME might help me fix the issue below. In Outlook, the…
NealWalters
  • 14,090
  • 34
  • 109
  • 199
4
votes
1 answer

BizTalk FF Disassembler - Only Working With Very Small Files

I have a BizTalk 2016 / VS 2015 Solution. There's a simple flat file schema that debatches each row by having a repeating record element have its "Max Occurs" property set to 0. The "config" part of the schema can be seen below:
Rob Bowman
  • 5,548
  • 19
  • 66
  • 137
4
votes
2 answers

BizTalk 2016: How to use HTTP Send adapter with API token

I need to make calls to a rest API service via BizTalk Send adapter. The API simply uses a token in the header for authentication/authorization. I have tested this in a C# console app using httpclient and it works fine: string apiUrl =…
Bee
  • 109
  • 2
  • 10
3
votes
2 answers

SAP Connector 3.0 and Consume Adapter Service

I have configured my developer machine and trying to develop a new project with SAP. I have already installed: 1. BizTalk Adapter Pack 2016 2. WCF LOB Adapter SDK 3. SAP .NET Connector 3.0 x64 .NET 4.0 But when I am trying in Visual Studio to…
felixmondelo
  • 1,224
  • 1
  • 10
  • 16
3
votes
1 answer

BizTalk 2016 Administrator fails with forced tls1.1+

We have a requirements to use TLS1.2 on all servers. This means forcing TLS1.2 system wide using the registry settings below. When I set these settings and reboot the server, I get the below error message when expanding the BizTalk Group menu in…
Bee
  • 109
  • 2
  • 10
3
votes
3 answers

Biztalk 2016 Fail to configuration Group

I am facing to a problem during configuration Biztalk 2016 Group [2017-01-06 16:25:27:0170 Error BtsCfg] The server has not been configured. To configure the server, run the BizTalk Server Configuration wizard and configure the Group…
Hong Nguyen
  • 405
  • 3
  • 13
2
votes
0 answers

BizTalk Server TMS Warning 12223

I am unable to make this warning go away, it is logged about every 5 minutes on our BizTalk servers. Failed refreshing token. Details: AADSTS500341: The user account [GUID] has been deleted from the [GUID] directory. To sign into this…
BRR
  • 21
  • 1
2
votes
0 answers

Is it possible to use multiple Table Looping Functoids in a BizTalk 2016 Mapping?

Is it possible to use multiple Table Looping Functoids in a BizTalk 2016 Mapping? I trying to build a Mapping in BizTalk 2016. In my source schema I have multiple records with multiple elements. What I want to do is map this to multiple instances of…
Ne0n
  • 21
  • 1
2
votes
2 answers

BizTalk 2016 sFTP WinSCP - No more messages can be received

Our BizTalk 2016 environment consists of 2 application server running in a group with CU5 and FP3. We have 24 applications deployed. Across this applications we have 27 receive locations with the new sFTP WinSCP adapter configured. For all sFTP…
2
votes
0 answers

Creating a Send Port through BTS Management API

I'm trying to create a Send Port using the BizTalk Management API (from BizTalk 2016, feature pack 2). But I have the following issue: a Send Port has a PrimaryTransport (standard on Send Ports) and a SecondaryTransport (in BizTalk UI: Backup…
bhoubraken
  • 41
  • 3
2
votes
1 answer

BizTalk adapter generate hierarchical schema

I am trying to use BizTalk adapter (SQL or WCF-SQL) to create a multilevel hierarchical schema. My query is like this SELECT CustomerQueueMessage.customer_queue_ID AS CustomerQueueMsgID, CustomerMaster.customer_ID AS…
user3417479
  • 1,590
  • 1
  • 13
  • 17
2
votes
1 answer

BizTalk SQL Server Job always fails after some hours

We have BizTalk 2016 running on SQL Server 2016 AlwaysOn. The SQL Server Agent Job MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb is doing its thing but after some hours it fails. Sometimes 10 hours sometimes 90 hours or anything in between. I…
fabsenet
  • 342
  • 1
  • 14
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
  • 14,090
  • 34
  • 109
  • 199
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
  • 11
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
2 3
11 12