Duplicate a receive location in Biztalk

1k views Asked by At

I have a Biztalk application the requires about a dozen receive locations that are all almost exactly the same (one property, the folder on a remote FTP site, is different between them). Ideally, I'd like to take one location I've already created, and have Biztalk copy it a bunch of times, and I'll just edit the properties for each copy so it's correct.

Is there an easy way to duplicate an existing receive location, or do I have to create all dozen locations by hand?

2

There are 2 answers

2
Christian Loris On BEST ANSWER

Just edit the binding file by hand. Export the bindings of the application. Copy the receive location block and paste it. Modify the specifics. Reload the bindings into the application.

1
NealWalters On

You could code it by using the Object Model or a WMI program. Unfortunately, I know of know way to do it in the GUI.

Neal Walters