Partilhar via


Change IP Address on BizTalk Server

Change IP Address of the BizTalk boxes is supported except below senarios:

1, If the server has the MSMQ adapter, in which case the server needs to be reinstalled(https://support.microsoft.com/kb/836487)

2, If you are using IP Addresses anywhere in your configuration instead of of server names (eg.remote host IP) , then you have to export all of your bindings in the server and make sure you are not pointing back to the server itself somehow.

3, During installations period, sometimes the entire system run with IP Addresses instead of host names (MS DTC with no authentication). Check it in your BizTalk Configuration Tool, on the View Menu select Databases and review the database server list to make sure they are all using Server names not IP Addresses. Then in the Configuration tool, select each node and make sure nothing is using IP Addresses.

Comments

  • Anonymous
    October 19, 2010
    Hi Kerrey, I have a doubt about this post... If the BizTalk server has the MSMQ adapter but it is not used by the applications, is it necessary to reinstall the server when the change of the IP will be done, please? Thanks a lot. Cheers.

  • Anonymous
    October 19, 2010
    Hi, I don't think it will be a problem if you are not using MSMQ adapter. My comment is that you need a recovery plan if you decide to change the IP address. Good luck.

  • Anonymous
    October 19, 2010
    Thanks Kerrey!