Azure – cXML DTD Messages
Following on from a previous post about cXML schemas I show how to migrate a cXML BizTalk solution to an Azure solution Additionally I give a way of
BizTalk Health Monitor Reports CU8 is not installed
Installing the latest BHM update and running a new report shows that CU8 is not installed I think the BHM is incorrectly reporting that I do not
BizTalk FTP Adapter – Duplicates
The Problem A receive FTP adapter is picking files up twice and creating duplicate during processing This article will investigate the cause and then give a
Login from an untrusted domain
Login failed The login is from an untrusted domain and cannot be used with Windows authentication (Microsoft SQL Server, Error: 18452 This error occurs for a
JSON Array – BizTalk JSON Encoder
JSON Array - Recap I have shown previously that the JSON encoder pipeline component creates a JSON array when there is only one repeating XML
Invalid schemas property definitions
MSI Import Error "Assembly contains property schemas, deployment/removal of which would cause certain document schemas property definitions to become
Creating BizTalk WCF-SQL Adapter schemas
Make sure you create WCF-SQL adapters against the target database Do not use stubs A stub generates metadata that may be different The Microsoft BizTalk
APIM & Restlet Studio – Converting RAML to Swagger
A group of API developers are creating API's for BizTalk Server to consume and they keep on sending us their RAML API definitions to start our development
JSON Encoder hangs forever
Does a JSON Encoder custom pipeline ever run forever for you This article explains why this is happening Furthermore I show how implementing best practice
WCF-WebHttp Adapter – Basic Authorisation
One of my colleagues Aravindh came to me on Thursday to tell me that he could not get HTTP basic authorisation working using the WCF-WebHttp adapter My first