RE: Exchange WebMonitor
Finally got my test lab back. If you edit the anonymous access account under the directory security tab of the virtual folder in IIS admin by changing the user to an Exchange Admin it will not fail at the impersonation command in WMI. I am sure that giving this user less permissions will work, but I haven't gotten that far yet. -Original Message- From: Saul Gonzalez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:56 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor Privileged account? How would I do that? Thanks again Saul -Original Message- From: Jennifer Baker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:12 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 This means access denied. You will need to run it as a privileged account. -Original Message- From: Saul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:02 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor :-( Can you explain this to me. Where do I put this and what is it? Thank you so much for you help. Saul > WBEM_E_ACCESS_DENIED 0x80041003 > > -Original Message- > From: Saul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:47 PM > To: Exchange Discussions > Subject: RE: Exchange WebMonitor > > > I am no programmer so I have no idea. This is what I found at line 30. > Any ideas? > > ' Get the WMI instances of the Exchange Servers. > line 30 > set ExchServers = GetObject("winmgmts: > impersonationLevel=impersonate}!/root/cimv2/applications/exchange").Inst ance > sOf("ExchangeServerState") > > For each ExchServer in ExchServers > if ExchServer.version >= 3000 then ' Exchange 2000 version > > > > Did you see what was at line 30 in the script? You might want to start > > there. > > > > -Original Message- > > From: Saul [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 02, 2002 2:34 PM > > To: Exchange Discussions > > Subject: Exchange WebMonitor > > > > > > Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten > > this to work? I followed the instructions and I am getting an error? > > > > Here is the error Im getting; > > > > The page cannot be displayed > > There is a problem with the page you are trying to reach and it cannot be > > displayed. > > > > > > > > > > > > > Please try the following: > > > > Click the Refresh button, or try again later. > > > > Open the xx.xx.xx.xx home page, and then look for links to the information > > you want. > > HTTP 500.100 - Internal Server Error - ASP error > > Internet Information Services > > > > > > > > > > > > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 > > > > > > Browser Type: > > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > > > Page: > > GET /Monitor/servers_and_connectors.asp > > > > Time: > > Wednesday, January 02, 2002, 2:29:57 PM > > > > > > More information: > > Microsoft Support > > > > > > _ > > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > > Archives: http://www.swynk.com/sitesearch/search.asp > > To unsubscribe: mailto:[EMAIL PROTECTED] > > Exchange List admin:[EMAIL PROTECTED] > > _ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://
RE: Exchange WebMonitor
Just catching up on this list so sorry for the late reply. The account the WebMonitor is using must have access on the Exchange servers to read the information it is wanting from WMI. In my experience you get what you pay for with this tool. Some things get miss reported a lot such as memory and CPU usage on the server. Using it to monitor queues though is useful and it is a decent tool if budget prohibits you from purchasing something. Dave Cook Exchange Administrator Kutak Rock, LLP 402-231-8352 [EMAIL PROTECTED] -Original Message- From: Saul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 4:34 PM To: Exchange Discussions Subject: Exchange WebMonitor Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten this to work? I followed the instructions and I am getting an error? Here is the error Im getting; The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed. Please try the following: Click the Refresh button, or try again later. Open the xx.xx.xx.xx home page, and then look for links to the information you want. HTTP 500.100 - Internal Server Error - ASP error Internet Information Services Technical Information (for support personnel) Error Type: (0x80041003) /Monitor/servers_and_connectors.asp, line 30 Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Page: GET /Monitor/servers_and_connectors.asp Time: Wednesday, January 02, 2002, 2:29:57 PM More information: Microsoft Support _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] ## The information contained in this electronic mail transmission (including any accompanying attachments) is intended solely for its authorized recipient(s), and may be confidential and/or legally privileged. If you are not an intended recipient, or responsible for delivering some or all of this transmission to an intended recipient, you have received this transmission in error and are hereby notified that you are strictly prohibited from reading, copying, printing, distributing or disclosing any of the information contained in it. In that event, please contact us immediately by telephone (402)346-6000 or by electronic mail at [EMAIL PROTECTED] and delete the original and all copies of this transmission (including any attachments) without reading or saving in any manner. Thank you. ## _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED]
RE: Exchange WebMonitor
What if you run the ASP application /Monitor in low isolation. This ASP app will be running under the system context and not the IWAM_servername account. See if that works. Mike -Original Message- From: Jennifer Baker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 7:28 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor Open the page while chanting (only works if you use an english accent): "I'm afraid I can't get this bloody script to work, my noodle's gone for a burton." -Original Message- From: Saul Gonzalez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:56 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor Privileged account? How would I do that? Thanks again Saul -Original Message- From: Jennifer Baker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:12 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 This means access denied. You will need to run it as a privileged account. -Original Message- From: Saul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:02 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor :-( Can you explain this to me. Where do I put this and what is it? Thank you so much for you help. Saul > WBEM_E_ACCESS_DENIED 0x80041003 > > -Original Message- > From: Saul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:47 PM > To: Exchange Discussions > Subject: RE: Exchange WebMonitor > > > I am no programmer so I have no idea. This is what I found at line 30. > Any ideas? > > ' Get the WMI instances of the Exchange Servers. > line 30 > set ExchServers = GetObject("winmgmts: > impersonationLevel=impersonate}!/root/cimv2/applications/exchange").Inst ance > sOf("ExchangeServerState") > > For each ExchServer in ExchServers > if ExchServer.version >= 3000 then ' Exchange 2000 version > > > > Did you see what was at line 30 in the script? You might want to start > > there. > > > > -Original Message- > > From: Saul [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 02, 2002 2:34 PM > > To: Exchange Discussions > > Subject: Exchange WebMonitor > > > > > > Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten > > this to work? I followed the instructions and I am getting an error? > > > > Here is the error Im getting; > > > > The page cannot be displayed > > There is a problem with the page you are trying to reach and it cannot be > > displayed. > > > > > > > > > > > > > Please try the following: > > > > Click the Refresh button, or try again later. > > > > Open the xx.xx.xx.xx home page, and then look for links to the information > > you want. > > HTTP 500.100 - Internal Server Error - ASP error > > Internet Information Services > > > > > > > > > > > > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 > > > > > > Browser Type: > > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > > > Page: > > GET /Monitor/servers_and_connectors.asp > > > > Time: > > Wednesday, January 02, 2002, 2:29:57 PM > > > > > > More information: > > Microsoft Support > > > > > > _ > > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > > Archives: http://www.swynk.com/sitesearch/search.asp > > To unsubscribe: mailto:[EMAIL PROTECTED] > > Exchange List admin:[EMAIL PROTECTED] > > _ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List a
RE: Exchange WebMonitor
Open the page while chanting (only works if you use an english accent): "I'm afraid I can't get this bloody script to work, my noodle's gone for a burton." -Original Message- From: Saul Gonzalez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:56 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor Privileged account? How would I do that? Thanks again Saul -Original Message- From: Jennifer Baker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:12 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 This means access denied. You will need to run it as a privileged account. -Original Message- From: Saul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:02 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor :-( Can you explain this to me. Where do I put this and what is it? Thank you so much for you help. Saul > WBEM_E_ACCESS_DENIED 0x80041003 > > -Original Message- > From: Saul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:47 PM > To: Exchange Discussions > Subject: RE: Exchange WebMonitor > > > I am no programmer so I have no idea. This is what I found at line 30. > Any ideas? > > ' Get the WMI instances of the Exchange Servers. > line 30 > set ExchServers = GetObject("winmgmts: > impersonationLevel=impersonate}!/root/cimv2/applications/exchange").Inst ance > sOf("ExchangeServerState") > > For each ExchServer in ExchServers > if ExchServer.version >= 3000 then ' Exchange 2000 version > > > > Did you see what was at line 30 in the script? You might want to start > > there. > > > > -Original Message- > > From: Saul [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 02, 2002 2:34 PM > > To: Exchange Discussions > > Subject: Exchange WebMonitor > > > > > > Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten > > this to work? I followed the instructions and I am getting an error? > > > > Here is the error Im getting; > > > > The page cannot be displayed > > There is a problem with the page you are trying to reach and it cannot be > > displayed. > > > > > > > > > > > > > Please try the following: > > > > Click the Refresh button, or try again later. > > > > Open the xx.xx.xx.xx home page, and then look for links to the information > > you want. > > HTTP 500.100 - Internal Server Error - ASP error > > Internet Information Services > > > > > > > > > > > > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 > > > > > > Browser Type: > > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > > > Page: > > GET /Monitor/servers_and_connectors.asp > > > > Time: > > Wednesday, January 02, 2002, 2:29:57 PM > > > > > > More information: > > Microsoft Support > > > > > > _ > > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > > Archives: http://www.swynk.com/sitesearch/search.asp > > To unsubscribe: mailto:[EMAIL PROTECTED] > > Exchange List admin:[EMAIL PROTECTED] > > _ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED]
RE: Exchange WebMonitor
Privileged account? How would I do that? Thanks again Saul -Original Message- From: Jennifer Baker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:12 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 This means access denied. You will need to run it as a privileged account. -Original Message- From: Saul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:02 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor :-( Can you explain this to me. Where do I put this and what is it? Thank you so much for you help. Saul > WBEM_E_ACCESS_DENIED 0x80041003 > > -Original Message- > From: Saul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:47 PM > To: Exchange Discussions > Subject: RE: Exchange WebMonitor > > > I am no programmer so I have no idea. This is what I found at line 30. > Any ideas? > > ' Get the WMI instances of the Exchange Servers. > line 30 > set ExchServers = GetObject("winmgmts: > impersonationLevel=impersonate}!/root/cimv2/applications/exchange").Inst ance > sOf("ExchangeServerState") > > For each ExchServer in ExchServers > if ExchServer.version >= 3000 then ' Exchange 2000 version > > > > Did you see what was at line 30 in the script? You might want to start > > there. > > > > -Original Message- > > From: Saul [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 02, 2002 2:34 PM > > To: Exchange Discussions > > Subject: Exchange WebMonitor > > > > > > Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten > > this to work? I followed the instructions and I am getting an error? > > > > Here is the error Im getting; > > > > The page cannot be displayed > > There is a problem with the page you are trying to reach and it cannot be > > displayed. > > > > > > > > > > > > > Please try the following: > > > > Click the Refresh button, or try again later. > > > > Open the xx.xx.xx.xx home page, and then look for links to the information > > you want. > > HTTP 500.100 - Internal Server Error - ASP error > > Internet Information Services > > > > > > > > > > > > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 > > > > > > Browser Type: > > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > > > Page: > > GET /Monitor/servers_and_connectors.asp > > > > Time: > > Wednesday, January 02, 2002, 2:29:57 PM > > > > > > More information: > > Microsoft Support > > > > > > _ > > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > > Archives: http://www.swynk.com/sitesearch/search.asp > > To unsubscribe: mailto:[EMAIL PROTECTED] > > Exchange List admin:[EMAIL PROTECTED] > > _ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED]
RE: Exchange WebMonitor
> > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 This means access denied. You will need to run it as a privileged account. -Original Message- From: Saul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 3:02 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor :-( Can you explain this to me. Where do I put this and what is it? Thank you so much for you help. Saul > WBEM_E_ACCESS_DENIED 0x80041003 > > -Original Message- > From: Saul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:47 PM > To: Exchange Discussions > Subject: RE: Exchange WebMonitor > > > I am no programmer so I have no idea. This is what I found at line 30. > Any ideas? > > ' Get the WMI instances of the Exchange Servers. > line 30 > set ExchServers = GetObject("winmgmts: > impersonationLevel=impersonate}!/root/cimv2/applications/exchange").Instance > sOf("ExchangeServerState") > > For each ExchServer in ExchServers > if ExchServer.version >= 3000 then ' Exchange 2000 version > > > > Did you see what was at line 30 in the script? You might want to start > > there. > > > > -Original Message- > > From: Saul [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 02, 2002 2:34 PM > > To: Exchange Discussions > > Subject: Exchange WebMonitor > > > > > > Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten > > this to work? I followed the instructions and I am getting an error? > > > > Here is the error Im getting; > > > > The page cannot be displayed > > There is a problem with the page you are trying to reach and it cannot be > > displayed. > > > > > > > > > > > > > Please try the following: > > > > Click the Refresh button, or try again later. > > > > Open the xx.xx.xx.xx home page, and then look for links to the information > > you want. > > HTTP 500.100 - Internal Server Error - ASP error > > Internet Information Services > > > > > > > > > > > > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 > > > > > > Browser Type: > > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > > > Page: > > GET /Monitor/servers_and_connectors.asp > > > > Time: > > Wednesday, January 02, 2002, 2:29:57 PM > > > > > > More information: > > Microsoft Support > > > > > > _ > > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > > Archives: http://www.swynk.com/sitesearch/search.asp > > To unsubscribe: mailto:[EMAIL PROTECTED] > > Exchange List admin:[EMAIL PROTECTED] > > _ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED]
RE: Exchange WebMonitor
:-( Can you explain this to me. Where do I put this and what is it? Thank you so much for you help. Saul > WBEM_E_ACCESS_DENIED 0x80041003 > > -Original Message- > From: Saul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:47 PM > To: Exchange Discussions > Subject: RE: Exchange WebMonitor > > > I am no programmer so I have no idea. This is what I found at line 30. > Any ideas? > > ' Get the WMI instances of the Exchange Servers. > line 30 > set ExchServers = GetObject("winmgmts: > impersonationLevel=impersonate}!/root/cimv2/applications/exchange").Instance > sOf("ExchangeServerState") > > For each ExchServer in ExchServers > if ExchServer.version >= 3000 then ' Exchange 2000 version > > > > Did you see what was at line 30 in the script? You might want to start > > there. > > > > -Original Message- > > From: Saul [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 02, 2002 2:34 PM > > To: Exchange Discussions > > Subject: Exchange WebMonitor > > > > > > Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten > > this to work? I followed the instructions and I am getting an error? > > > > Here is the error Im getting; > > > > The page cannot be displayed > > There is a problem with the page you are trying to reach and it cannot be > > displayed. > > > > > > > > > > > > > Please try the following: > > > > Click the Refresh button, or try again later. > > > > Open the xx.xx.xx.xx home page, and then look for links to the information > > you want. > > HTTP 500.100 - Internal Server Error - ASP error > > Internet Information Services > > > > > > > > > > > > > Technical Information (for support personnel) > > > > Error Type: > > (0x80041003) > > /Monitor/servers_and_connectors.asp, line 30 > > > > > > Browser Type: > > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > > > Page: > > GET /Monitor/servers_and_connectors.asp > > > > Time: > > Wednesday, January 02, 2002, 2:29:57 PM > > > > > > More information: > > Microsoft Support > > > > > > _ > > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > > Archives: http://www.swynk.com/sitesearch/search.asp > > To unsubscribe: mailto:[EMAIL PROTECTED] > > Exchange List admin:[EMAIL PROTECTED] > > _ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED]
RE: Exchange WebMonitor
WBEM_E_ACCESS_DENIED 0x80041003 -Original Message- From: Saul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 2:47 PM To: Exchange Discussions Subject: RE: Exchange WebMonitor I am no programmer so I have no idea. This is what I found at line 30. Any ideas? ' Get the WMI instances of the Exchange Servers. line 30 > set ExchServers = GetObject("winmgmts: impersonationLevel=impersonate}!/root/cimv2/applications/exchange").Instance sOf("ExchangeServerState") For each ExchServer in ExchServers if ExchServer.version >= 3000 then ' Exchange 2000 version > Did you see what was at line 30 in the script? You might want to start > there. > > -Original Message- > From: Saul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:34 PM > To: Exchange Discussions > Subject: Exchange WebMonitor > > > Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten > this to work? I followed the instructions and I am getting an error? > > Here is the error Im getting; > > The page cannot be displayed > There is a problem with the page you are trying to reach and it cannot be > displayed. > > > > > > Please try the following: > > Click the Refresh button, or try again later. > > Open the xx.xx.xx.xx home page, and then look for links to the information > you want. > HTTP 500.100 - Internal Server Error - ASP error > Internet Information Services > > > > > > Technical Information (for support personnel) > > Error Type: > (0x80041003) > /Monitor/servers_and_connectors.asp, line 30 > > > Browser Type: > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > Page: > GET /Monitor/servers_and_connectors.asp > > Time: > Wednesday, January 02, 2002, 2:29:57 PM > > > More information: > Microsoft Support > > > _ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED]
RE: Exchange WebMonitor
I am no programmer so I have no idea. This is what I found at line 30. Any ideas? ' Get the WMI instances of the Exchange Servers. line 30 > set ExchServers = GetObject("winmgmts: impersonationLevel=impersonate}!/root/cimv2/applications/exchange").InstancesOf("ExchangeServerState") For each ExchServer in ExchServers if ExchServer.version >= 3000 then ' Exchange 2000 version > Did you see what was at line 30 in the script? You might want to start > there. > > -Original Message- > From: Saul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:34 PM > To: Exchange Discussions > Subject: Exchange WebMonitor > > > Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten > this to work? I followed the instructions and I am getting an error? > > Here is the error Im getting; > > The page cannot be displayed > There is a problem with the page you are trying to reach and it cannot be > displayed. > > > > > > Please try the following: > > Click the Refresh button, or try again later. > > Open the xx.xx.xx.xx home page, and then look for links to the information > you want. > HTTP 500.100 - Internal Server Error - ASP error > Internet Information Services > > > > > > Technical Information (for support personnel) > > Error Type: > (0x80041003) > /Monitor/servers_and_connectors.asp, line 30 > > > Browser Type: > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > Page: > GET /Monitor/servers_and_connectors.asp > > Time: > Wednesday, January 02, 2002, 2:29:57 PM > > > More information: > Microsoft Support > > > _ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED]
RE: Exchange WebMonitor
Did you see what was at line 30 in the script? You might want to start there. -Original Message- From: Saul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 2:34 PM To: Exchange Discussions Subject: Exchange WebMonitor Exchange 2000 resource kit comes with a webmonitor? Has anyone gotten this to work? I followed the instructions and I am getting an error? Here is the error Im getting; The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed. Please try the following: Click the Refresh button, or try again later. Open the xx.xx.xx.xx home page, and then look for links to the information you want. HTTP 500.100 - Internal Server Error - ASP error Internet Information Services Technical Information (for support personnel) Error Type: (0x80041003) /Monitor/servers_and_connectors.asp, line 30 Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Page: GET /Monitor/servers_and_connectors.asp Time: Wednesday, January 02, 2002, 2:29:57 PM More information: Microsoft Support _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED] _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin:[EMAIL PROTECTED]