Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top