BizTalk TMS is an additional component required for the BizTalk Server 2016 Feature Pack 3. This component is in charge of the management of OAuth token refresh for the 3 new adapters that comes with …
There are a lot of use cases where we need to deep dive into Logic Apps runs to understand what happened and to determine the context of the execution.
The content of the execution is, for example, …
Microsoft has announced (on 05/31/2017) that BizTalk Services will be retired (https://azure.microsoft.com/en-au/updates/azure-biztalk-services-simplifying-our-azure-offerings/).
Let’s go back …
The BizTalk ESB Toolkit contains a great pattern of error management, based on a database for the storage of the errors in the environment. It’s the SQL Server database named EsbExceptionDb.
This …
When you want to promote a property in the context of a message from a pipeline component, you simply use the Promote method of the Context class.
It is sometimes necessary to keep a property in the …