Discussion:
SCOM web console error message: Event ID 10 : Data cannot be displayed
(too old to reply)
unknown
2009-10-07 08:53:22 UTC
Permalink
I have a similar error but the event log description (using the auxsource switch) is below.

When i go to the SCOM web console and try to view monitoring 'Alerts View', i get the error message

"Data cannot be displayed. The page that you requested could not be displayed. The URL you submitted is invalid or malformed"


SCOM 2007 SP1
RMS and Webconsole are on OS 2008 STD 32bit
Database Server & Reporting Server are on OS 2008 ENT 32bit
SQL 2005 Standard SP2 for all SQL components
IIS 7


- System

- Provider

[ Name] Web Console

- EventID 10

[ Qualifiers] 0

Level 2

Task 0

Keywords 0x80000000000000

- TimeCreated

[ SystemTime] 2009-10-07T08:08:02.000Z

EventRecordID 1427355

Channel Operations Manager

Computer RMS FQDN

Security


- EventData

Instance: xxxxxxxxxxxxxxxxxxx. Error: GetMonitoringAlertById ('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx') failed: An object of type MonitoringAlert with Id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx was not found.


This has been working perfectly for the past 6 months. even after i applied the SP1, it still worked with no problems until monday morning! I have uninstalled and reinstalled the web console component with no luck. I've also installed the web console component on the SCOM DB server and the same error comes up!!!

Does anyone know what the problem is and why i cant see the Alerts View?


Thanks,
Sam

EggHeadCafe - Software Developer Portal of Choice
Some Useful Javascript Debugging Functions
http://www.eggheadcafe.com/tutorials/aspnet/3e2c8093-4f26-41c4-83d2-cefc71222c71/some-useful-javascript-de.aspx
Matt Duguid
2009-11-19 02:01:02 UTC
Permalink
The SCOM console keeps a cache of alerts and others things in a file named
momcache.mdb which is stored in your profile.

To fix, I closed the console, located this file in my profile
(C:\Users\%username%\AppData\Local\Microsoft\Microsoft.Mom.UI.Console\momcache.mdb
*yours may be in a slightly different location*), renamed "momcache.mdb" to
"momcache.old" and reopened the console. A new file was created The cache was
repopulated and I could delete alerts that previously gave me this error,

Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: An object of
type MonitoringAlert with Id..........etc
--
Matt Duguid
Post by unknown
I have a similar error but the event log description (using the auxsource switch) is below.
When i go to the SCOM web console and try to view monitoring 'Alerts View', i get the error message
"Data cannot be displayed. The page that you requested could not be displayed. The URL you submitted is invalid or malformed"
SCOM 2007 SP1
RMS and Webconsole are on OS 2008 STD 32bit
Database Server & Reporting Server are on OS 2008 ENT 32bit
SQL 2005 Standard SP2 for all SQL components
IIS 7
- System
- Provider
[ Name] Web Console
- EventID 10
[ Qualifiers] 0
Level 2
Task 0
Keywords 0x80000000000000
- TimeCreated
[ SystemTime] 2009-10-07T08:08:02.000Z
EventRecordID 1427355
Channel Operations Manager
Computer RMS FQDN
Security
- EventData
Instance: xxxxxxxxxxxxxxxxxxx. Error: GetMonitoringAlertById ('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx') failed: An object of type MonitoringAlert with Id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx was not found.
This has been working perfectly for the past 6 months. even after i applied the SP1, it still worked with no problems until monday morning! I have uninstalled and reinstalled the web console component with no luck. I've also installed the web console component on the SCOM DB server and the same error comes up!!!
Does anyone know what the problem is and why i cant see the Alerts View?
Thanks,
Sam
EggHeadCafe - Software Developer Portal of Choice
Some Useful Javascript Debugging Functions
http://www.eggheadcafe.com/tutorials/aspnet/3e2c8093-4f26-41c4-83d2-cefc71222c71/some-useful-javascript-de.aspx
Loading...