|
Home > Archive > BizTalk Server Tools > September 2005 > How to remove a send group ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to remove a send group ?
|
|
| xuzhong 2005-08-30, 8:01 am |
| In my BTS server , not install VS.net .
How to remove a send group by script ?
| |
| Marvin Smit 2005-08-30, 5:58 pm |
| Hi,
You will have to use WMI or the BtsCatalogExplorer OM.
Writing some c# console app (on a dev machine ofcourse) that would do
this should take about 10 minutes.
You can also connect to the BizTalk config DB from another machine and
use the BTS Explorer in VS again ;)
Hope this helps,
Marvin Smit.
On Tue, 30 Aug 2005 07:33:23 -0500,
xz_king@sohu-dot-com.no-spam.invalid (xuzhong) wrote:
>In my BTS server , not install VS.net .
>How to remove a send group by script ?
| |
| Marvin Smit 2005-08-30, 5:58 pm |
| addition:
I think there lots of cmd-line tools be now (written by the community)
being able to do this.
Hope this helps,
Marvin Smit
On Tue, 30 Aug 2005 15:43:26 +0200, Marvin Smit
<marvin.smit@gmail.com> wrote:
[vbcol=seagreen]
>Hi,
>
>You will have to use WMI or the BtsCatalogExplorer OM.
>
>Writing some c# console app (on a dev machine ofcourse) that would do
>this should take about 10 minutes.
>
>You can also connect to the BizTalk config DB from another machine and
>use the BTS Explorer in VS again ;)
>
>Hope this helps,
>
>Marvin Smit.
>
>
>On Tue, 30 Aug 2005 07:33:23 -0500,
>xz_king@sohu-dot-com.no-spam.invalid (xuzhong) wrote:
>
| |
| xuzhong 2005-09-13, 5:57 pm |
| thanks .
|
|
|
|
|