What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

IIS SMTP WMI Classes on Windows 2008 R2

Votes:

0

Hello,

Befor i was monitoring my SMTP gateway by the PRTG WMI SMTP sent and receive sensors, it was working fine, but it was on Windows 2003.

Now my IIS SMTP services are on Windows 2008 R2, and the Classes Win32_PerfRawData_SMTPSVC_SMTPServer are no more found by PRTG system.

I used the WMI Tester, i can't enumerate this class, but don't know why.

If i use this KB: http://support.microsoft.com/?scid=kb;en-us;820847&x=12&y=10 the result is fine with the Windows tester tool, but not with Paessler's one, always the same error: Class(es) not found: "Win32_PerfRawData_SMTPSVC_SMTPServer".

Is there a solution ?

thanks.

iis smtp wmi

Created on May 15, 2012 4:16:06 PM



15 Replies

Votes:

0

Hi,
please try running the following commands, which force the rebuild of the WMI Performance counters:

wmiadap.exe /f
wmiadap.exe /r

For further details on this commands, please refer to this article. Does it work now?
Best regards

Created on May 16, 2012 2:32:38 PM by  Konstantin Wolff [Paessler Support]



Votes:

0

Hi,

Just try, doesn't work. If i use the WBemtest Microsoft tool, i can connect to root/cimV2, enumerate win32_perfrawdata and can see the Win32_PerfRawData_SMTPSVC_SMTPServer class.

but with PRTG tool, impossible to query this class, even with tool on localhost.

Any idea ?

Created on May 16, 2012 2:59:02 PM



Votes:

0

Enumerating is one thing; if you double-click on the object in case within the WBEMTEST, do you see all the available counters?

Created on May 18, 2012 1:43:47 PM by  Patrick Hutter [Paessler Support] (7,225) 3 3



Votes:

0

Hi,

Yes i can see all properties of the class, as the print screen: http://www.hostimg.org/pictures/06fd642f92953ff93e9eea261a2a6f0b.jpg

Created on May 18, 2012 1:53:21 PM

Last change on May 21, 2012 2:37:11 PM by  Volker Uffelmann [Paessler Support]



Votes:

0

Hi, Im having the same issue. I can enumerate and view the class properties in WBEMTEST but WMI Explorer and PRTG netmon (12.2.1.1881) can't seem to see them at all. This is very weird.

I tried to create a custom sensor but i can't seem to get the syntax right for the WQL query to select the correct instance (there are 2: SNMP 1 and _Total)

select LocalQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer

select LocalQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer WHERE Server.name="SMTP 1"

any help would be greatly appreciated. Im not using exchange, just an IIS 6 virtual SMTP server. Thankyou

Created on May 21, 2012 11:20:02 PM



Votes:

0

Does perfmon.exe show the "SMTP Server" object?

Created on May 22, 2012 11:48:26 AM by  Patrick Hutter [Paessler Support] (7,225) 3 3



Votes:

0

Yes, perfmon show all SMTP Server counters.

Created on May 22, 2012 1:47:22 PM



Votes:

0

Yes it does exist. This is currently the only place where i have been able to gather the metrics for Local and Remote queue length.

Created on May 22, 2012 10:34:45 PM



Votes:

0

I also ran wbemtest.exe as the service account PRTG uses to access the SMTP server and was able to enumerate, view and query the class with no problems. (There are no failed audits in security log to suggest this anyway)

It might be worth noting the PRTG probe is a domain member and the SMTP server is not. The service account has been granted full administrative permissions. At first i thought it was a restriction on remotely calling the counters but this doesn't explain why WMI Explorer suffers the same issue when run on the local machine. Is this a bug??

Created on May 23, 2012 9:46:45 PM



Votes:

0

I've been working with Terry on this for our environment and would like to share some additional information:

I have created a vbscript file (content below), with embedded remote ip, username & password. When I run this manually on the PRTG core server from a command prompt ("cscript somescript.vbs"), it executes and returns the expected value from the remote machine. When I create a custom exe sensor and select this script, it repeatedly fails with [Response not wellformed: "C:\Program Files (x86)\PRTG Network Monitor\custom sensors\EXE\somescript.vbs(13, 1) (null): 0x80041010 "]. The query in this script is similar/same to the one Terry was using in the Custom WMI Sensor he was working on.

Copy/Pasting the query into the Paessler WMI Tester fails with the same hex error 0x80041010.

strComputer = "172.29.234.8" strUser = "s_prtg" strPassword = "somepassword"

strNamespace = "root/cimv2"

Set objLocator = CreateObject("WbemScripting.SWbemLocator") Set objWMIService = objLocator.ConnectServer(strComputer,strNamespace,strUser,strPassword) Set objResults = objWMIService.ExecQuery ("Select AvgRecipientsPermsgReceived from Win32_PerfRawData_SMTPSVC_SMTPServer WHERE name= 'SMTP 1'")

For Each colResult in objResults wscript.echo colResult.AvgRecipientsPermsgReceived Next

wscript.quit("0")

Created on May 23, 2012 10:51:17 PM



Votes:

0

Any news from your support team or do i need to create a ticket ?

Created on Jun 12, 2012 3:36:53 PM



Votes:

0

Please forward us a mail to [email protected], refering to this knowledge base article. This would expedite the transfer of information. Thank you.

Created on Jun 13, 2012 11:40:55 AM by  Patrick Hutter [Paessler Support] (7,225) 3 3



Votes:

0

Did this get resolved?

Created on Jul 16, 2012 11:47:47 AM



Votes:

0

I'm afraid it seems there is very little we can do there. PRTG and the Tester use the query

SELECT * FROM win32_perfrawdata_smtpsvc_smtpserver

if this class is not available as a WMI Class (so not accessable with perfmon and wbemtest), PRTG has nothing in its hands to read values from.

Created on Aug 14, 2012 1:02:07 PM by  Torsten Lindner [Paessler Support]



Votes:

0

We've recently updated the "WMI IIS 6.0 SMTP Sent" and the "WMI IIS 6.0 SMTP Received" Sensors to use our new hybrid technology. They will then be called "Windows IIS 6.0 SMTP Sent" and the "Windows IIS 6.0 SMTP Received". Both sensors can either use Performance Counters or WMI as data source(configurable in the group/device settings). This feature is already available in Canary(We highly recommend NOT to use the canary channel for your prodution system), will be available in Preview within the next days and in stable in a few weeks.

Please keep in mind, that the remote registry service needs to be running on the target system, otherwise PRTG can't query any performance counters.

Created on Nov 7, 2012 11:26:29 AM by  Johannes Herrmann [Paessler Support] (1,360) 2 2




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.