3,598 questions
2
votes
3
answers
170
views
SQL Server stored procedure passed a Biztalk XML message not returning field values when parsing the XML text
Our integration team want to send a XML parameter from their Biztalk server containing values to be written to a SQL Server table using a stored procedure, and have sent me an example for me to create ...
-1
votes
0
answers
32
views
How to properly decode ETW trace events emitted by BizTalk XLANG and other biztalk dlls
I’m trying to capture and decode internal BizTalk Server XLANG traces using ETW. I start an ETW session using tracelog:
{BiztalkFolder}\trace.cmd -start btstest
BizTalk code (decompiled) shows it uses ...
0
votes
0
answers
44
views
BizTalk 2020 - Could not find file 'Microsoft.BizTalk.TOM.resources'
I have a newly installed BizTalk Server 2020 with the latest CU pack also installed. This server also has Visual Studio 2019 installed. I've able to build BizTalk solutions on this machine ok. However,...
0
votes
0
answers
33
views
Is there a way to send an Excel file with BizTalk SharePoint adapter using ClientID and ClientSecret?
As say in the title, I need to send an excel file to a SharePoint with ClientID and ClientSecret credentials.
I put the clientId in the username text box of adapter, same with the clientSecret in ...
0
votes
0
answers
35
views
How to unit test a pipeline in BizTalk 2020? Option to create a New Test is unavailable in VS2019
I'm following the steps in this page to attempt unit testing of one of my custom pipelines. In that article, step 6 says "On the main menu, click Test, and then click New Test."
But in my ...
0
votes
0
answers
22
views
IIS return 404 when trying to access Applications.svc with BizTalk Rest API
I'm trying to use REST API of BizTalk 2020 to manage Receive locations from a web site.
When I try to access to ReceiveLocations.svc via URL : http://Localhost:8082/BizTalkManagementService/...
0
votes
1
answer
78
views
SQL > WCF-SQL send port in BizTalk
I'm trying to upgrade one of my send ports in BizTalk from using SQL to WCF-SQL, is there a way to do this without generating new schemas and instead applying the old SQL schemas to the new WCF-SQL ...
0
votes
0
answers
41
views
BizTalk 2020 - <any> element mapping issue
I've got a BizTalk 2020 map that has;
a source schema with 2 fields; RecID and an element
a target schema with a variety of generic elements
The map is performing simple point to point ...
0
votes
2
answers
56
views
Error when parsing message in Biztalk orchestration
I am passing following xml as input message in an orchestration.
and trying to extract value of "Number" field using the following xpath
identifier = xpath(XMsg, "/[local-name()='x' and ...
0
votes
0
answers
32
views
How to send the receive port name to a SQL procedure using WCF-Custom send port
I want to send the receive port name to a SQL procedure. I am using the message body shown here, but I get an event log error
The start element with name "BTS.ReceivePortID" and namespace &...
0
votes
0
answers
55
views
BizTalk Health Monitor V5 doesn't send e-mail on a schedule or when critical warning is detected
I'm trying to monitor my BizTalk Server 2020 with BHM V5.0.9118. I created a "Monitoring profile" and setted it like the following picture:
The Mail Settings window:
I have 2 send ports ...
0
votes
1
answer
65
views
BizTalk Health Monitor V5 crashes when creating custom rules
I'm trying to create a new custom rule in BHM V5.0.9118. I open the "Profile settings" window then go to "Rules" tab then check "List custom rule only" and then click &...
1
vote
0
answers
32
views
How to Handle Multiple Batch in Single File In EDI Using Biztalk?
I have Successfully Load EDI file using Biztalk but it handle Single Batch it time but now i need to Load Multiple Batch in Single Batch File here is my Orchestration so can any help into it to load ...
0
votes
1
answer
146
views
BizTalk 2020 WCF-Sql Polling Receive Location no Response
I have a BizTalk 2020 CU5 Server. It has an application with a receive location polling a Sql Server database running a simple select.
A copy of the database has been moved to another server, for ...
0
votes
1
answer
184
views
Tracking message events in BizTalk 2020 stopped working
We're running BizTalk 2020, and we've got an issue with tracking events.
One day around a week ago new events suddenly stopped tracking. If I process something, and it fails, I can see appropriate ...