| Author |
Scheduling the Receive Location
|
|
| Mary L 2005-08-23, 2:47 am |
| Here are things I need to know:
1. How can I write a code in my application to re-schedule the Receive
Location?
2. It is also desirable to start and stop the Send Port without using the
BizTalk Server Administration in the production machine. Is this possible and
how?
Thanks for any help in advance.
Mary
| |
| Nateshan 2005-08-24, 6:04 pm |
| 1) adm_ReceiveLocation table will have all the details. May be you can write
some wmi scripts to do the same.
2) You can write some WMI Scripts to start and stop the ports rather than
doing manually. You will find in biztalk installtion folder under path
\Microsoft BizTalk Server\SDK\Samples\Admin\WMI
Hope the above answers your questions
"Mary L" wrote:
> Here are things I need to know:
>
> 1. How can I write a code in my application to re-schedule the Receive
> Location?
> 2. It is also desirable to start and stop the Send Port without using the
> BizTalk Server Administration in the production machine. Is this possible and
> how?
>
> Thanks for any help in advance.
>
> Mary
| |
| Mary L 2005-08-24, 6:04 pm |
| Hi.
Thanks for the tips. I will check that out and let you know what I find out.
| |
| Marvin Smit 2005-08-29, 5:56 pm |
| Hi Mary,
you can also use the BizTalk object model for this.
Start with a BTSCatalogExplorer and dig down from there. You can
delete/change/remove/enable/start/etc./etc. all you want.
Hope this helps,
Marvin Smit.
ps; Please be aware the BTSCatalogExplorer changes are NOT active
untill you call the save on it.
On Wed, 24 Aug 2005 09:33:08 -0700, Mary L
<MaryL@discussions.microsoft.com> wrote:
>Hi.
>
>Thanks for the tips. I will check that out and let you know what I find out.
>
|
|
|
|