| Author |
Receive Location Event?
|
|
| esgraham 2004-11-23, 5:56 pm |
| Is there an event that could be used in a program to
alert the team when a receive location becomes disabled?
Thanks.
| |
| Matt Meleski 2004-11-23, 8:46 pm |
| If you have not already tried or seen something like this, this is a post,
to listen to a WMI event to listen to a message being suspended:
http://martijnh.blogspot.com/2004/0...e-listener.html
I am not sure if there is a WMI event to listen for a Port being disabled,
and if there is this
code could be altered to listen for it ? Perhaps somebody else has done this
and
will answer.
You may have already seen , this , but I'll put this here for reference fpr
anybody else :
http://msdn.microsoft.com/library/d...e_core_doqr.asp
Unfortunately, there are scripts to start and stop ports, but not to listen
for one being disabled
Matt
"esgraham" wrote:
> Is there an event that could be used in a program to
> alert the team when a receive location becomes disabled?
>
> Thanks.
>
| |
| Balaji Thiagarajan 2004-11-24, 7:52 am |
| Unfortunately, there is no event for Receive location. You may need to
periodically poll the IsDisabled property to monitor the health of the
receive location. Refer
http://msdn.microsoft.com/library/d...cation_sfru.asp
--
Balaji Thiagarajan
MCP (BizTalk)
http://biztalkbits.blogspot.com
--
"esgraham" <anonymous@discussions.microsoft.com> wrote in message
news:168001c4d1ad$982e3910$a501280a@phx.gbl...
> Is there an event that could be used in a program to
> alert the team when a receive location becomes disabled?
>
> Thanks.
| |
| bizgirl 2004-12-25, 2:46 am |
| Hi
I want to send email to the administrator when there is a suspended message.
I am a newbie to biztalk , so i am not aware of how to do this . Please
guide or any sample source code please.
"esgraham" wrote:
> Is there an event that could be used in a program to
> alert the team when a receive location becomes disabled?
>
> Thanks.
>
| |
| bizgirl 2004-12-25, 2:46 am |
| hi
"esgraham" wrote:
> Is there an event that could be used in a program to
> alert the team when a receive location becomes disabled?
>
> Thanks.
>
| |
| Matt Milner 2004-12-27, 8:46 pm |
| Look at the WMI samples in the Programmer's reference for sample code to
capture this event. you can then program against hte WMI objects to the get
data you want for your email and any .net code for sending emails at that
point.
Alternatively, you can use the MOM management pack for BizTalk Server to
make this easier if you are running MOM in your environment.
matt
"bizgirl" <bizgirl@discussions.microsoft.com> wrote in message
news:787B45B1-3CC9-424D-8B73-0C58F495B3D8@microsoft.com...[vbcol=seagreen]
> Hi
>
> I want to send email to the administrator when there is a suspended
> message.
> I am a newbie to biztalk , so i am not aware of how to do this . Please
> guide or any sample source code please.
>
>
>
> "esgraham" wrote:
>
|
|
|
|