Sent date: 05/13/2008
From: "Ulysses" <(email address - cut out)am>
Message:Thanks. I saw that Blog and it may turn out to be helpful. I was hoping to
find some code that showed how to display this information on a web page or
browser and it appears this shows how to get the information in the command
prompt window. I may be able to get a C# developer to use this code from
the Blog as a template for brining this data into SharePoint or into a IE
browser.
Sent date: 05/13/2008
From: "Randal van Splunteren" <(email address - cut out)>
Message:Hi,
This might help you:
http://blogs.msdn.com/chrisromp/archive/2008/04/02/using-wmi-to-monitor-send-ports-and-receive-locations-in-biztalk-server.aspx
HTH,
Randal van Splunteren
"Ulysses" <(email address - cut out)am> wrote in message
news:(email address - cut out)...
Show quoted text
> Is there a way to set up monitoring for the Receive Locations so I can
> proactively react to times when a receive location status is inadvertently
> disabled. I do not want to have to log into the BizTalk Server
> Administrator Console to view the status of the Receive Locations. If
> possible I would like to have the standard console view of the Receive
> Locations (i.e., Name, Status columns) accessible via a SharePoint
> dashboard view or via a SQL Query view or some .NET page view.
>
> Any help would be appreciated. My Google Search "Monitoring Receive
> Locations" "BizTalk" returned no records. I have tried to search on other
> words and phrases without finding much. Please help.
Sent date: 05/19/2008
From: "Ulysses" <(email address - cut out)am>
Message:I have found the simple solution I was looking for. I am simply going to
write a trigger on the adm_ReceiveLocation table in the BizTalkMgmtDb
database such that when the status changes I will get an email. Also I will
write a view that will show the status and place this view in Reporting
Services. Thanks. No further assistance is needed.
Sent date: 05/21/2008
From: Ayman Dabees
Message:Another idea, use MOM (if you have the licence :) ) to monitor BTS, and send
emails/sms if a receive port was disabled.. also you can use the WMI script
(as an action in MOM)to re-enable the location if you wish
HTH
ADabees
"Ulysses" wrote:
Show quoted text
> I have found the simple solution I was looking for. I am simply going to
> write a trigger on the adm_ReceiveLocation table in the BizTalkMgmtDb
> database such that when the status changes I will get an email. Also I will
> write a view that will show the status and place this view in Reporting
> Services. Thanks. No further assistance is needed.
>