I am working on a Biztalk application that has been migrated from 2006 to 2010. What hasn't been recreated are the send and receive ports. Recreating the ports is proving to be tedious. Is there a way to migrate them?

有帮助吗?

解决方案

Right-click the application and choose Export -> Bindings.

This will create an XML file with all of the configuration (minus passwords!) on your disk. Move it to the new server and then right click your application again and choose Import -> Bindings.

This XML file also includes orchestration bindings, schema tracking and so on. If you just want send/receive ports, delete everything from the XML file that you do not need.

Important: be sure to have the correct adapters/hosts configured before importing the bindings, or you WILL get errors!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top