Questions tagged [biztalk-2020]
76 questions
1
vote
1 answer
How to implement a dropdown list in BizTalk custom pipeline
I have search for how to implement a dropdownlist of choose in a BizTalk custom Pipeline that's show in the BizTalk Admin console part of the property windows, but the samples doesn't work for BizTalk 2020.
Can anyone show me a working sample for…

Rajah Devistalan
- 13
- 2
1
vote
0 answers
BizTalk relationship between AS2 MDN report and Tracked Service Instances
Is it possible to find a relationship between the AS2 Message report and Tracked Service instances report?
I have the scenario of receiving messages via AS2 and sending them to an SFTP. What I would like to do is to have visibility from the EDI…

Oana Jișa
- 11
- 1
1
vote
1 answer
BizTalk 2020 XSLT 3.0 - Errors were reported during stylesheet compilation
I'm trying my first XSLT 3.0 in BizTalk 2020, and doing a "test map" in Visual Studio 2019.
Below is the from the output window:
Invoking component...
…

NealWalters
- 17,197
- 42
- 141
- 251
0
votes
0 answers
An error occurred while receiving the HTTP
I configure a send port in bizTalk 2020. After a test I have the next issue:
The adapter failed to transmit message going to send port "mySendPortName"
with URL https://myurl....
Details:"System.ServiceModel.CommunicationException: An error occurred…

Ivan Yurchenko
- 31
- 4
0
votes
0 answers
Calling TLS1.2 CONFIGURED api in BizTalk 2020
I am getting below error while calling API from the application which is in BizTalk 2020.
I have done the steps mentioned in
BizTalk: Configure TLS 1.2 on BizTalk Server (technet.microsoft.com)
Still I am getting below error
An error occurred…

bigB
- 55
- 9
0
votes
1 answer
The type or namespace name 'ParsingEngine' does not exist in the namespace 'Microsoft.BizTalk'
I have a BizTalk 2013r2 solution that I'd like to upgrade to run on BizTalk 2020.
I've cloned the repo and opened on a new VM with Visual Studio 2019. It presented the message that is was going update the code. All seems to be ok except for problem…

Rob Bowman
- 7,632
- 22
- 93
- 200
0
votes
1 answer
BizTalk 2020 with BTDF & Azure Pipelines - Application dependencies
Currently transitioning from BizTalk 2013r2 to 2020, and implementing Azure Pipelines to automate deployment with BTDF.
So far, we're able to deploy our Core applications, but we've just realised there are dependencies with the 'child applications'…

mrc85
- 73
- 10
0
votes
0 answers
How does BizTalk (2020) know which version of Oracle.DataAccess to use?
I was originally trying to use Oracle 19c, but it wasn't working with our User-Defined-Types DLls, so I decided to make it the same as our BT2016 system, using 12.1.
So originally, the old Windows 2.0 GAC has 2.122.19.1 installed. I removed it, and…

NealWalters
- 17,197
- 42
- 141
- 251
0
votes
0 answers
BizTalk Office 365 Mail Adapter is unable to pick specific attachment as body
I am trying to reproduce POP3 Adapter email retreival with Office 365 Mail Adapter to retreive email's attachment and parse its content.
This was done by POP3's settings Apply MIME Decoding = True, Body Part Index = 2.
There are no equivalent…

JERKER
- 907
- 8
- 17
0
votes
2 answers
BizTalk 2020 Oracle Error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information
Getting this error:
Error Description: System.Reflection.ReflectionTypeLoadException:
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Server stack trace:
at…

NealWalters
- 17,197
- 42
- 141
- 251
0
votes
0 answers
BizTalk Sftp Receive Location cant get Attributes ( Event Log )
We are using BizTalk Server 2020 with a Receive Location ( Sftp Adapter - Winscp ), which downloads files from a Sftp Server.
The Url we poll the files from is: sftp://://* ( so we poll all the files located in root directory ).
Every time we poll a…

NDDev
- 106
- 5
0
votes
1 answer
BizTalk 2020 - HTTP request unauthorized with client authentication scheme 'Negotiate'. The authentication header received/server was 'Negotiate'
We have an orchestration using a SendPort to call an in-house webservice that is not on the same machine as BizTalk. The exact same application runs fine on BizTalk 2016, but fails on BizTalk 2020.
Error Description: System.Net.WebException: The…

NealWalters
- 17,197
- 42
- 141
- 251
0
votes
1 answer
BizTalk 2020 - The system cannot find the file Oracle.DataAccess, Version=4.122.18.3
I'm working on a clean BizTalk 2020 install (with Cumulative Update 4). I installed the Oracle Client 19c (both 32-bit and 64-bit). According to a white paper from Sandro Pereira this is the highest supported version.
I've read this StackOverflow,…

NealWalters
- 17,197
- 42
- 141
- 251
0
votes
1 answer
Subscribe to an XML-Message in another BizTalk application
we've started to use BizTalk in our company and now I am facing the following scenario which I am not sure how to properly implement.
Scenario
There is an application, let's say com.xmlapp, that receives data and constructs an XML message in its…

Alex K
- 100
- 3
- 15
0
votes
0 answers
There was a failure executing the receive pipeline
I'm using Microsoft BizTalk Server 2020 with Office365 Outlook Email adapter in a Receive Port.
Adopting a custom pipeline (with custom component) receiving a mail, when a pipeline error occurs, the message doesn't suspend, and I've these errors in…

lorenzo
- 11
- 4