Universal Connector XML File
I am using the Universal connector to send scom alets to a 3rd party system. Is it up and working fine. I am working on my side of the process and need to identify each alert in scom to an alert in my system. It appears the Problem Id filed that comes over in the XML file from SCOM will uniquely identify the alerts. Is there someplace I can get these problem id numbers for the alerts so I can map them in my system. ex. Problem Id eacab937-6ccf-451f-2889-136899309125 is equal to DHCP Service Stopped in scom. In my system it is eevnt id 20000. Is there a place I can go get these numbers. Is it in the MP's
June 29th, 2011 12:10pm

No, this is not in management packs, at least not in a way you can directly look up, so I wouldn't try starting there. If you see an alert in the console, you should be able to get the Alert ID's in the alert details pane one by one as they occur.Microsoft Corporation
Free Windows Admin Tool Kit Click here and download it now
June 29th, 2011 10:51pm

You can retrieve them from the database, using powershell: Get-Alert -Id 'eacab937-6ccf-451f-2889-136899309125' But you should build your own "matching table" I guess.Regards, Marc Klaver http://jama00.wordpress.com/
June 30th, 2011 3:53am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics