Today i was creating a new management pack in the Authoring Console. When I saved I didn’t get any errors, neither did I when I imported it. Shortly after event 1201 (management pack received), I received this event:
I know this is a problem with my newly created management pack, but the property reference id {8F538D63-86DA-C149-3C84-1F1AACE2DF930} doesn’t make any sense to me (I doubt it does for anybody).
Resolution:
To resolve this id, run this query against the OperationsManager database.
SELECT MT.TypeName, MTP.ManagedTypePropertyName FROM ManagedTypeProperty as MTP, ManagedType as MT WHERE MTP.ManagedTypePropertyId = ‘8F538D63-86DA-C149-3C84-1F1AACE2DF930’ AND MTP.ManagedTypeId = MT.ManagedTypeId
Happy id resolving!
Very helpful! Thank you
Returns nothing for me 🙁 SCOM 1801.