183 questions
0
votes
1
answer
91
views
Bizarre Issue with decimals and leading zeros in BizTalk EDI Batching Validation
We're running into a very strange issue with our installation of BizTalk Server 2013R2. For only one party, we cannot process EDI messages that have elements with amounts that are decimal with values ...
0
votes
1
answer
86
views
How to export Parties and Agreements from BizTalk Server 2013 R2?
We are going with Standalone parallel installation of BizTalk server 2020 instead inplace upgrade.
I am looking for an option to copy Trading Partner party's and Agreements from old server to new ...
1
vote
2
answers
143
views
BizTalk inline XSLT in mapping
Input schema have field . Based on the this node I need to generate one destination node. Destination is single schema. If partycode is Agent I want destination node with value of Fname.
If partycode ...
0
votes
1
answer
133
views
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 ...
0
votes
0
answers
77
views
How do I convert a string to a DateTime in BizTalk 2013R2?
Most of my BizTalk integrations write data to SQL Server databases. I've got an XLST direct message coming in from another application, and it's mapping to a SQL Server stored procedure.
There are 4 ...
1
vote
1
answer
121
views
Unable to read the stream produced by the pipeline when generate CSV without header with send pipeline BizTalk
I have to generate a CSV file without the header line.
So I created the following xsd :
<?xml version="1.0" encoding="utf-16" ?>
<xs:schema xmlns="http://Person....
0
votes
1
answer
430
views
BizTalk 2013r2 - Null elements in schemas
Trying to configure a schema so that it will always provide every element, regardless of whether it's populated or not.
I've tried setting the minOccurs to 1 and nillable to true on all elements in ...
0
votes
1
answer
38
views
Biztalk 2013r2 - Checking for multiple return schemas
I'm sending data to a REST service, but need to make sure I can handle response issues generated from the XML-RPC end of the service.
The problem is the return schema for a fault is completely ...
0
votes
0
answers
135
views
Calling a Referenced C# class from BizTalk
I'm trying to use a custom method to encode strings into an XML payload, so that it removes escape characters.
I aim to do this by building the payload in a Message Assignment, passing through the ...
0
votes
0
answers
227
views
BizTalk 2013r2 - C# String Replace in Expression Editor
I'm currently using an expression editor to build an XML payload within my orchestration, but I need to swap out any ampersands for the XML based escape character (&).
The unmodified XML is;
<...
0
votes
1
answer
1k
views
Is it possible to Migrate from BizTalk 2013 R2 to BizTalk 2020 without going through BizTalk 2016?
By migrating from BizTalk 2013 R2 to BizTalk 2020, I mean :
Take 2013 sources
Put them into VS 2019
Upgrade, compile and deploy
Test each flows
We use the 2013 SQL adapter a lot, so I'll have to ...
1
vote
1
answer
147
views
BizTalk send/receive - does it wait for completion of a called stored procedure?
I've setup a BizTalk design that chains a couple of send/receives to a SQL stored procedure (which inserts the data to relevant tables).
It's organised in a specific sequence, so data goes into Table ...
2
votes
1
answer
59
views
BizTalk 2013r2 (Visual Studio 2013) - Default Property Schema configuration
I'm developing in BizTalk 2013R2 using Visual Studio 2013, trying to create a property schema based on a large, lengthy source schema using Quick Promotion, however I'm having difficulty getting the ...
0
votes
1
answer
403
views
BizTalk 2013 R2 CU 8 instalaltion [closed]
While installing the Microsoft BizTalk Server 2013 R2 Cumulative update 8 to one BizTalk group, the setup fails because of some issue in MQSeries and Microsoft.BizTalk.GlobalPropertySchemas. No errors ...
0
votes
0
answers
277
views
Add Web Reference - 'The underlying connection was closed: An unexpected error occurred on a send' in Visual Studio 2013
Trying to repoint an existing BizTalk 2013 project to write to a new SharePoint 2016 list. The original development had it pointing to an on-prem SharePoint 2010 list, which was built using a Web ...
0
votes
1
answer
370
views
How can I store a JWT token in BizTalk 2013 R2?
I need to store a JWT token to use it through several instances of the same orchestration in BizTalk Server 2013 R2.
How can I store it and call it in each instances? Local storage? Registry key? ...
0
votes
0
answers
76
views
How to set up a handshake with BizTalk 2013 R2
For a proof of concept I'm working on, I need to implement handshaking.
As I am pretty new with this kind of validation, I don't really know how to start.
Do I need to develop a custom behavior or ...
0
votes
1
answer
51
views
BizTalk Tracking profile
I'm experiencing an issue with my tracking profile that spans multiple applications. after a deployment of one of the exoncerned applications, my tracking profile stops intercepting the data defined ...
0
votes
1
answer
1k
views
Handle SOAP Exception in BizTalk Orchestration
I am receiving a soap FAULT message through two way port and looks as below ,
<S:Fault xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns4="http://www.w3.org/2003/05/soap-...
0
votes
1
answer
313
views
BizTalk Send port rolling back changes
I have a TEST BizTalk 2013 R2 environment. It's paired with SQL Server 2014 and Windows Server 2012 R2. It's a mirror of our production environment which has been stable and without issue for over 6 ...
1
vote
1
answer
170
views
BizTalk looses port bindings when deploying
As the title says: every time I deploy from Visual Studio to BizTalk 2013 R2 the orchestration gets unbounded and unenlisted. The receive/send port looses its pipeline.
I have tried to clean cached ...
0
votes
1
answer
43
views
Create bitmap file and send it to a client
I need to create a bitmap file with below specification and send it to client using BizTalk
BIT NAME Attribute Length
- Msg Type n ...
0
votes
2
answers
389
views
Missing Functoid in BizTalk 2013r2 Map
I've picked source code for an existing BizTalk 2013r2 solution that I'm trying to compile using Visual Studio 2013.
I'm hitting the following error when trying to compile a map:
Mapper Compiler: ...
0
votes
1
answer
48
views
BizTalk installation issue
Getting below error while installing BizTalk server 2013 R2 in Windows 10.
SQL server 2014 is available in server
Under Groups while installation
Message:[DBNETLIB}[Connection open(...
0
votes
0
answers
156
views
Error sending message to Mule API from BizTalk
I am trying to post a message to Mule service, which is expected to respond with Success or Error Response. When I post a request directly to the Mule API using Postman, it gives a response as 200 ...
0
votes
1
answer
412
views
What alternatives are there for ISO schematron validation in BizTalk?
Currently the existing solution contains Saxon and Java dependencies, working with xslt documents as input for validation. However, ISO Schematrons are xml files containing Schematron Schema with ...
0
votes
2
answers
2k
views
Unable to connect to BizTalk group after enabling TLS 1.2 and disabling lower versions of SSL and TLS
After diabling lower security protocol versions SSL3.0, TLS1.0, TLS1.1 and enabling TLS 1.2, I am not able to connect to BizTalk group or use BizTalk server. The BizTalk server version I am using is ...
0
votes
1
answer
897
views
Handling accent characters while sending EDI message to a destination in BizTalk Server
I have a requirement in which I need to hardcode (is mandatory) a value ('A.H. La Kélisére') with accent characters, map this to a field in EDI schema and then send the message generated to a URI (...
0
votes
0
answers
45
views
BizTalk 2013r2 Orchestration - Wrong Message Payload
Running BizTalk 2013r2 Enterprise Edition with CU8 on a single server group.
Scenario:
I have an orchestration that's called by a parent orchestration. The child receives an "Application" message ...
0
votes
1
answer
41
views
BizTalk 2013R2 - Ambiguous Transformation failed error
Seem to be getting the following daily error with an application and can't see the cause;
Nothings changed to the mapping process within the orchestration
Nothings changed to the content of the data ...
2
votes
1
answer
844
views
Fixing an IIS website using BizTalk WCF WebHttpWebServiceHostFactory
Edit: fixed this problem. This ASP component was missing from IIS.
I've recently inherited a BizTalk system and it's previously developer left next to nothing in the way of notes, and in several ...
0
votes
1
answer
1k
views
Publish/expose RESTful API using WCF-WebHttp
I have a requirement to expose/publish a RESTful API service from BizTalk 2013 r2.
I have published a service in IIS and when I browse it is working, but I am unable to call the API from SOAP UI. I ...
0
votes
0
answers
190
views
BizTalk 2013 R2 connect to Sybase Database through ODBC (Two connect & CDATA)
I have a requirement in BizTalk to connect to sybase database.
we are using BizTalk 2013 R2. I tried all ways to connect but not successful.
ODBC(Twoconnect)
Its showing up in admin console and when ...
0
votes
0
answers
73
views
BizTalk: Outbound logical ports are not getting removed from orchestration
I have an orchestration that has 3 wcf-custom( with sqlbinding, calling stored procedures) adapters configured to 3 send ports. My requirement was to replace the WCF-Custom adapter calls with C# ...
0
votes
1
answer
461
views
BizTalk - Why does a suspended message appear in the console for a handled exception?
Here is an image of a common structure we have in a few of our BizTalk orchestrations:
So when we GET information from an API and the account doesn't exist, we terminate the orchestration. This ...
0
votes
1
answer
225
views
BizTalk 2013 R2 - Rate based Throttling on flooding messages
We have a solution that takes a message, and sends it to a web API.
Every day, an automatic procedure is run by another department that passes thousands of records into the messagebox, which seems to ...
1
vote
1
answer
209
views
When creating a singleton, why would the scope within the singleton be repeated?
As a follow-up to my question, I've been further looking at the design of an application that I see consistent issues with and while delving into understanding it properly (the documentation for it is ...
0
votes
0
answers
83
views
BizTalk 2013 R2 - Decision Shape not following correct logic path
Issue with an old Biz app (not designed or developed by myself).
Its orchestration receives a particular message, which is then fed into a Decision shape. If the below logic applies (as directly ...
0
votes
2
answers
513
views
Is there a way to exclude a file mask from a BizTalk receive location?
I have a receivelocation in a folder where we pull all files, .
We are now going to receive .xslt on the same folder, and wish to pull those files with another receivelocation. Is there a way to ...
0
votes
1
answer
74
views
Case Sensitivity on Decide Shapes in BizTalk 2013R2
Diagnosing an issue with a BizTalk app where part of it's logic doesn't seem to be triggering.
Currently it's designed to use a Decision Shape to filter on 2 values from a specific message.
One of ...
0
votes
1
answer
134
views
BizTalk 2013R2: Why does my orchestration initialise after being terminated according to the Orchestration Debugger?
I am currently looking at diagnosing some reoccurring issues within a BizTalk environment and currently that is the issue of zombie messages. I am aware of the conditions that create these errors and ...
0
votes
1
answer
177
views
JSON to XML Schemas in BizTalk 2013R2
Working on developing a BizTalk 2013R2 solution that calls a REST API, returns data, transforms the data against a map and spits out a .csv on the other side
There's a major hurdle I can't get around ...
0
votes
1
answer
810
views
BizTalk 2013R2 & SQL SERVER - Timeout Errors caused by Connection Leaks
We've been receiving hundreds of errors on BizTalk 2013R2 recently (running CU 8);
Timeout expired. The timeout period elapsed prior to obtaining a
connection from the pool. This may have ...
0
votes
1
answer
109
views
BizTalk 2013R2 / VS 2013 - Compatibility & Deployment to other servers
In the process of evaluating the way we develop and deploy apps to our 2 environments (Test & Live).
Current setup:
Test Server with VS 2013 and BizTalk 2013R2 installed (all app dev is done here,...
0
votes
2
answers
125
views
What wrong with my XSLT to extract a value that correspond to a node value?
I work on a BizTalk mapping and I made a XSLT script which pick up a value from an input which contains two schemas.
The input schema looks like this :
<ns3:Root xmlns:ns3="http://schemas....
1
vote
2
answers
372
views
Deploy BizTalk Schema Solution without redeploying dependent Solutions
I have three solutions. One is a schema solution that only has a schema File in it, lets call it the SchemaSolution.
The SchemaSolution is referenced in my other two solutions because the Solution1 ...
0
votes
1
answer
968
views
BizTalk Error: "...Please ensure that your input XML conforms to the schema for the operation."
The following error has been occurring recently in BizTalk and I have had no joy in troubleshooting the error myself:
The start element with name "TypedPollingResultSet0" and namespace "http://...
2
votes
1
answer
1k
views
Explanation of BizTalk envelope schemas and debatching
I'm currently self-studying BizTalk as part of a new role, and have picked up the core concepts of developing Orchestrations and configuring pipelines.
Recently I've been trying to get my head around ...
2
votes
2
answers
1k
views
JSON encoder generating JSON message adding empty quotes characters in BizTalk 2016
My XML message
<ns0:rootNode xmlns:ns0="http://project.Schemas.rootNode">
<bitmap></bitmap>
</ns0:rootNode>
after json encoder converting, below is the
{
"bitmap":...
0
votes
0
answers
137
views
How force teamcity to use BTDF 6.0
We are upgrading from BizTalk 2013 R2 to BizTalk 2016. While we were in BizTalk 2013 R2, we used version Deployment framework for Biztalk 6.0(BTDF). but for BizTalk 2016, we need to have BTDF version ...