mom: missing data in top 100 mailboxes by size...
ran into a problem today where an administrator told me that their "top 100 mailboxes by size" report stopped working. now, to define the boundaries of "stopped working", let's evaluate these few things:
- report works for other servers
- report worked a month ago
- check if the report contains data
- check if data exists in the console
- check if data exists in the reporting tables
select top 10 * from sdkperformanceview where computername = [problemserver] and performanceobjectname='mcexchdg'i get back counters for mcexchdg but not for the expected "mailbox mb" counter! hmmm. so apparently the data never did exist for this server. so at least we know the thing never worked for this server, instead of thinking something changed along the way. to figure out what was happening, instead of being a good administrator and googling it, potentially finding results that could save me hours, i decided to use the script "exchange 2003 - collect mailbox statistics" to troubleshoot. in order to do this, i went through the following:
- replace all createevent entries with wscript.echo
- comment out on error resume next
- use local reference of computer name instead of scriptcontext.targetnebioscomputer
Comments
Post a Comment