在 Biztalk 中复制接收位置
我有一个 Biztalk 应用程序,需要大约十几个几乎完全相同的接收位置(其中一个属性,即远程 FTP 站点上的文件夹,它们之间是不同的)。理想情况下,我想采用我已经创建的一个位置,并让 Biztalk 对其进行多次复制,然后我只需编辑每个副本的属性,使其正确。
有没有一种简单的方法来复制现有的接收位置,或者我是否必须手动创建所有十几个位置?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需手动编辑绑定文件即可。导出应用程序的绑定。复制接收位置块并粘贴。修改具体内容。将绑定重新加载到应用程序中。
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.
您可以使用对象模型或 WMI 程序对其进行编码。不幸的是,我知道在 GUI 中做到这一点的方法。
尼尔·沃尔特斯
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