Troubleshooting event id 33333 logged by the DataAccessLayer
Sometimes after installing an agent or importing a management pack you may see event number 33333 logged by the Data Access layer. In many situations this error is caused by the fact that proxying is not enabled for a particular agent. In OpsMgr SP1, we have added a new rule to pickup this event and generate an alert. The alert looks like the following:
You can figure out using powershell the name of the agent that requires proxying to be enabled using the following command:
Get-MonitoringObject -id:'2090A6E7-27D2-425F-5617-6EE7B2291970' | ft DisplayName
This will provide the name of the agent that needs to have proxying enabled.
Note: You will need to replace the GUID that you use as the parameter to the cmdlet with the first GUID that you see in the alert.
Comments
Anonymous
January 23, 2008
PingBack from http://systemcenterguide.com/2008/01/24/event-id-33333-logged-by-the-dataaccesslayer/Anonymous
February 22, 2008
I also blogged about this some time ago, because there will be an alert raised with release of OpsMgr 2007 SP1http://blogs.msdn.com/mariussutara/archive/2007/11/09/agent-proxying-alert.aspxAnonymous
March 14, 2008
Hey BorisThanks for providing this info. Do you think you could make a script that we could set to turn the proxying on an agent automatically when this alert comes up?Anonymous
March 18, 2008
And this is <a href="the'>http://blogs.technet.com/smsandmom/archive/2008/03/13/opsmgr-2007-dataaccesslayer-event-id-33333-with-should-not-generate-data-about-this-managed-object.aspx">the reason</a> why you need to do this: The DataAccessLayer 33333 event with the "should not generate data about this managed object" message can occur when the agent proxy option is not enabled for domain controllers, cluster nodes or Exchange servers. This is also referenced in <a href="Discovery'>http://scom2k7.blogspot.com/2007/08/discovery-of-clustered-in-operations.html">Discovery of Clustered Servers in Operations Manger 2007</a>.Anonymous
March 18, 2008
Woops, you also need to restart the OpsMgr Health Service on the cluster nodes per KB 946427 <http://support.microsoft.com/kb/946427>.Anonymous
September 11, 2008
If you have ever seen this error referring to proxying needing turned on for your OpsMgr Management ServersAnonymous
September 11, 2008
Never seen it. Can you email me the whole error message (borisyan@microsoft.com)?