Questions tagged [biztalk-2020]
76 questions
4
votes
1 answer
BizTalk AS2EDI track EDI message
We are using an AS2 connection both for receiving and sending EDI messages. We configured the communication to be encrypted/compressed and signed.
Is it possible to track the EDI messages
on receive - after decryption and compression on…

Corovei Andrei
- 1,646
- 6
- 28
- 42
2
votes
1 answer
BizTalk - create log file for pipeline fault (There was a failure executing the receive pipeline)
Starting with this version, BizTalk can route fault messages, and that's pretty good. Let's say I'm receiving a badly-formatted positional txt file and a receive pipeline can't let the message get into the orchestration. I can see that between the…

Hardik
- 116
- 1
- 10
2
votes
1 answer
How to use XSLT2.0 in BizTalk?
I'm trying to using XSLT 2.0 in BizTalk 2020. But I'm getting this below error.
'current-dateTime()' is an unknown XSLT function.
How to get rid of this? Do I need Saxon Engine to use 2.0?

iamramanavenkat
- 33
- 4
2
votes
1 answer
BizTalk jsonencodes null-boolean to empty string
Our Dynamics CRM system exports an entity that contains boolean elements. The values the element can have are: true, false, and null. The null value is used if it's not known if the element is secret or not. For example Dynamics will export the…

erik
- 509
- 6
- 16
2
votes
1 answer
BizTalk: Microsoft.Practises.ESB suspends messages on send port ALL.Exceptions with SQL-error
We are using the ESBExceptionDb in BizTalk 2020 to log error information. Recently, we have started go get the following error being suspended on application Microsoft.Practises.ESB on send port…

onmi
- 87
- 1
- 9
2
votes
0 answers
BizTalk BlobStorageAdapter - Promote Blob Metadata as BizTalk properties
I'm using the AzureBlobStorage adapter in BizTalk 2020 and to receive blobs from Azure Blob Storage. The blobs have metadata which I want to use within my orchestration. So I created and deployed a schema containing the metadata keys as…

Chris
- 495
- 5
- 18
1
vote
1 answer
Import/Export BizTalk Health Monitor Profile ( including Settings )
We use BizTalk Health Monitor (Version 5.0) as additional Monitoring Tool for our BizTalk Environment.
Within BHM we created a Monitoring Profile which fits our needs and we would like to "backup" our Profiles having an export scheduled on a regular…

NDDev
- 106
- 5
1
vote
1 answer
How to build .DLL for Oracle UDTs in BizTalk?
We have .DLLs from BizTalk 2016 that work. I want to regenerate them for BizTalk 2020 and a different version of the Oracle adapter. I've been told that if the stored procs use User Defined Types (UDTs) then you have to create a .DLL. (This .DLL…

NealWalters
- 17,197
- 42
- 141
- 251
1
vote
1 answer
BizTalk 2020 Http Authorization configuration ( Basic - Credentials + Certificate and OAuth2 )
Im using BizTalk 2020 with all kinds of WCF Sendports.
At the moment i'm improving the security of our end systems which leads also to changes to our WCF-Sendports.
I would like to use OAuth2.0 or Basic Auhentication ( using Basic Credentials and…

NDDev
- 106
- 5
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…

Hardik
- 116
- 1
- 10
1
vote
1 answer
Configure http return codes from BizTalk to client
I have problem in BizTalk 2020 a receive location that configured with BasicHTTP WCF Adapter is returning 500 internal server error when it should be returning 400 bad request. The receive location is functioning correctly the receive location has a…

CmC
- 11
- 2
1
vote
0 answers
BizTalk 2020 with MQSC adapter Cancel message
I'm migrating a BizTalk 2013 R2 env to BizTalk 2020 and facing an issue with the adapter MQSC. The flow uses the IBM client installed with Host Integration 2020. When restarting Host instances, receive location receive randomly a cancel message that…

Hichamveo
- 475
- 3
- 16
1
vote
0 answers
MSBUILD : error MSB1009: Project file does not exist. [error]Process 'msbuild.exe' exited with code '1'
I am deploying the BizTalk project into Azure DevOps for CI/CD. In Azure DevOps, I created a new Agent called "newagent"[DevAgentPool].
I am receiving the above error when trying to build a pipeline. I have looked at the other answers to this…

mohammad aftab
- 11
- 1
- 3
1
vote
1 answer
BizTalk 2020: obfuscate sensitive tracked data sent to application insights
I have enabled the analytics options in BizTalk Server 2020. All the data is sent to Azure Application Insights. But there is too much sensitive data like username and password that are not encrypted in the customDimensions of the send port…

MQV
- 11
- 1
1
vote
1 answer
Unit test BizTalk 2020 artefacts using Visual Studio 2019 leads to Intellisense issue
I encounter an issue when trying to use unit testing for BizTalk 2020 artefacts in Visual Studio 2019.
Here are the steps I have followed :
I create new empty BizTalk project "Testing" and configure it for unit testing in project properties.
I…

Steve R
- 13
- 3