Duplicate Biztalk Reception Location

I have a Biztalk application that requires about a dozen host locations that are almost the same (one property, a folder on a remote FTP site, is different). Ideally, I would like to take one location that I have already created and Biztalk to copy it several times, and I will just edit the properties for each copy to correct it.

Is there an easy way to duplicate an existing receiving location, or do I have to create all dozens of locations manually?

+2


source to share


2 answers


Just edit the binding file manually. Export application bindings. Copy the receiving site block and paste it. Change the specifics. Reload the bindings into the application.



+4


source


You can code it using the object model or WMI program. Unfortunately, I know how this can be done in the GUI.



Neil Walters

0


source







All Articles