Hi!
At my customer we get a lot of this event:
Event ID = 31553
Data was written to the Data Warehouse staging area but processing failed on one of the subsequent operations.
Exception 'SqlException': Sql execution failed. Error 2627, Level 14, State 1, Procedure ManagedEntityChange, Line 368, Message: Violation of UNIQUE KEY constraint 'UN_ManagedEntityProperty_ManagedEntityRowIdFromDAteTime'. Cannot insert duplicate key in object 'dbo.ManagedEntityProperty'. The duplicate key value is (13066, Nov 11 2013 3:40PM).
One or more workflows were affected by this.
Workflow name: Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntity
I have found some solution that include to run SQL quries but this isunsupported. The unsupported solution is located at http://www.systemcentercentral.com/fixing-event-id-31553-on-scom-management-server/
I have rune the Select quries:
Select *
FROM [OperationsManagerDW].[dbo].[ManagedEntityProperty] where ManagedEntityRowId= 13066
and get the result:
48858 | 13066 | <Root><Property Guid="AFB4F9E6-BF48-1737-76AD-C9B3EC325B97" /><Property Guid="11927069-6957-DFCF-A277-08A784221325">ACDCEDB7-100C-8C91-D664-4629A218BD94</Property><Property Guid="349171AA-1FAD-2E7A-5D59-9A471535E971">172800</Property><Property Guid="31837DF6-3222-947B-3FC7-3AC446F67557">300</Property><Property Guid="9DF5FD68-00D7-BFF5-44B2-2B7FE0F62705">emea-gb-lts-edge</Property></Root> | NULL | 2013-11-11 15:40:31.313 | NULL | 2013-11-11 15:41:42.850 | 2013-11-11 15:41:42.850 |
Is there any supported solution to solve this problem?
//Mats A