How-To align specific ports between BizTalk environments

Almost always when you develop an application based on Microsoft BizTalk you configure several ports.

 

When will be necessary to deploy the application in the production system may be necessary to create that ports. Sometimes, export and import bindings is not always possible and recreate the ports manually can be costly and error prone.

 

So, I created a simple tool that allows you to align two systems based on BizTalk Server by copying specific ports from a source system to a target system.

 

clip_image002

 

With this application you can check the existence of applications, receive ports, receive locations, send ports and send port groups, and decide to create specific objects on the target system.

 

This tool does not update the ports on the target system but merely creates them if they do not exist.

 

It is possible to download a sample version at https://github.com/pellitteris/BizTalkDiff.

 

Leave a comment