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
Questions tagged [biztalk-2016]
213 questions
0
votes
2 answers
How to create a BizTalk Application btaproj
I am using BizTalk 2016 and I want to enable build from VSTS.
Build fails because it asks for some *.json files.
After some investigation I reached the conclusion that I have to create
a btaproj file. Add a BizTalk Server application to Visual…

user3417479
- 1,830
- 3
- 18
- 23
0
votes
2 answers
Disable private key protection
When using a self-signed Certificate for signing outgoing AS2 messages with BizTalk I get an error
The MIME encoder failed to sign the message because the certificate has private key protection turned on ..."
with a suggestion
please disable…

larjon
- 21
- 1
- 4
0
votes
1 answer
BizTalk BAM Browser - Column Chooser - works on Win 7 but not BizTalk Server (Win 2012/R2)
My laptop is Windows 7 with IE 11.0.9600.18665 and when I access the BAM portal everything works fine.
BizTalk 2016 is installed on Win 2012/R2, with IE 11.0.9600.18666. But on the Win 2012 server, when I click "Activity Search", select an…

NealWalters
- 17,197
- 42
- 141
- 251
0
votes
2 answers
BizTalk Latency increases after 1 minute of initial call
I'm running an orchestration in BizTalk server 2016, with a 2-way WCF Receive Port (IIS), and a SAP adapter Send Port, to run a light query in SAP. I'm trying to optimize performance.
My question is: when I call my Orchestration for the first time…

Andreof
- 1
- 1
0
votes
1 answer
BizTalk 2016 Oracle.DataAcces 4.121.1.0 not found, 2.112.4.0 installed
We recently changed to a new BizTalk version from 2010. We are trying to configure our first ReceivePort on it, but we are running into the error that seems to indicate that the version of the Oracle.DataAcces that is in the cache is very…

Andy
- 2,248
- 7
- 34
- 57
0
votes
0 answers
Host Integration server 2016 and BizTalk Arabic text support
I am using BizTalk server 2016 and Host integration server 2016 to connect to DB2 and retrieve the data
Everything is working fine except when text in DB2 is Arabic BizTalk is receiving ??? in data.
I did try this IBM Arabic Language Problem (Host…
0
votes
1 answer
How do I get the BAM Add-Ons in BizTalk 2016/Excel 2016
I want to create a BAM activity/view. I have Office 32-bit. Do I need to open some specific BAM spreadsheet/model first?
This page shows how it works in Excel 2007: https://msdn.microsoft.com/en-us/library/aa559526(v=bts.20).aspx But I haven't…

NealWalters
- 17,197
- 42
- 141
- 251
0
votes
1 answer
Take Set-Cookie from incoming message and place in Cookie in outgoing message
I have a scenario where I receive a request, and based on that request I have to do a few web service calls to a backend system. All is done in an orchestration. The backend system is session based, so first I perform a login and then I want to do…

Magnus Våge
- 305
- 3
- 12
0
votes
1 answer
Does providing an XML Schema collection for a Stored Procedure work with WCF-SQL Send Port?
Consider the following simplified XML schema collection
CREATE XML SCHEMA COLLECTION CD.AcceptMessageSchema AS '

Bensonius
- 1,501
- 1
- 15
- 39
-1
votes
0 answers
How to start Stop Biztalk Application via powershell or cmd (Biztalk Server 2016 )
We are using Biztalk server 2016 and trying to start Stop biztalk application via powershell or cmd.
Basically i am planning to create a batch file or ps1 file then execute that file Just after deployment and automate some steps on Biztalk…

Tech_dopamine
- 103
- 2
-1
votes
1 answer
BizTalk Server 2016: Receive a zip file and unzip it
I followed the exact same steps given in the following blog, but the output file is still in zip format with increase in file size and file gets…

Harsh Shelar
- 13
- 3
-1
votes
1 answer
Need to remove white space between words in BizTalk 2016
I need to remove spaces between words in BizTalk 2016.
The source schema will contain a string with spaces in words, but before mapping it to the destination schema I need to remove spaces in between the words.
One example of the exact requirement…

Harsh Shelar
- 13
- 3
-1
votes
1 answer
Receive messages from IBM Websphere MQ using MQseries adapter in BizTalk 2016
I need to connect to IBM WebSphere MQ using BizTalk 2016.
Can this be done using out of the box MQSeries Adapter? Do we need anything else to get this working (For example IBM Websphere MQ client) or only out of the box MQSeries Adapter is enough?
I…

user1104946
- 680
- 1
- 9
- 30
-1
votes
1 answer
BizTalk SharePoint Adapter and SharePoint Online permissions to update SharePoint lists
I would like to know what permissions are required to be able to update a SharePoint list from BizTalk using SharePoint Adapter (CSOM). Site provider only want to grant permissions necessary, and hence I need to know the common denominator.
I am not…

JERKER
- 907
- 8
- 17
-1
votes
2 answers
How to fix WinSCP error 'System.Xml.XmlException: Root element is missing' on SFTP Port
I'm getting the following error on our BizTalk 2016 instance with a SFTP receive port when it polls to connect to a SFTP site:
The Messaging Engine failed to add a receive location "OURPORTNAME" with URL…

Andy Midd
- 79
- 9