Good day,
I inherited a SP2013 Enterprise Server, single box, app and db on one system environment. I am trying to get it going again, fixing things to solidify the foundation of it so it can become a useable Intranet. My current issue is the User Profile Synchronization Service. My predecessor had a very duct tape and bubble gum solution for the User Profile Sync and in his absence no one can get this to work.
I have muddled through a good number of error and resolved them. My current issue is as follows,
When I start the User Profile Synchronization Service, i have a series of errors from the FIMSynchronization Service stating the following.
The server encountered an unexpected error while performing an operation for a management agent.
"BAIL: MMS(16912): mastate.cpp(6096): 0x8023060f (The version identifier passed in is not the latest): Supplied version 30 does not match the current version 31
BAIL: MMS(16912): ma.cpp(547): 0x8023060f (The version identifier passed in is not the latest)
BAIL: MMS(16912): ma.cpp(805): 0x8023060f (The version identifier passed in is not the latest)
Forefront Identity Manager 4.0.2450.51"
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="FIMSynchronizationService" />
<EventID Qualifiers="49152">6309</EventID>
<Level>2</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-10-28T21:05:18.000000000Z" />
<EventRecordID>3050314</EventRecordID>
<Channel>Application</Channel>
<Computer>****I am masking this*****</Computer>
<Security />
</System>
<EventData>
<Data>BAIL: MMS(16912): mastate.cpp(6096): 0x8023060f (The version identifier passed in is not the latest): Supplied version 30 does not match the current version 31
BAIL: MMS(16912): ma.cpp(547): 0x8023060f (The version identifier passed in is not the latest)
BAIL: MMS(16912): ma.cpp(805): 0x8023060f (The version identifier passed in is not the latest)
Forefront Identity Manager 4.0.2450.51</Data>
</EventData>
</Event>
There is then 2 more error log entires. Here is one of them.
Microsoft.ResourceManagement.ResourceManagementException: Exception from HRESULT: 0x8023060F ---> System.Runtime.InteropServices.COMException (0x8023060F): Exception from HRESULT: 0x8023060F
at MIISRCW.IMMSManagementAgent.ModifyMAData(String pszMADataXML, String& ppszUpdatedXML)
at Microsoft.ResourceManagement.SyncConfig.SetMaData(Guid maGuid, String maData)
at Microsoft.ResourceManagement.ActionProcessor.SyncConfigActionProcessor.Update(Guid objectId, CultureInfo locale, IList`1 updateParameters, Guid cause)
--- End of inner exception stack trace ---
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Forefront Identity Manager" />
<EventID Qualifiers="0">3</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-10-28T21:07:18.000000000Z" />
<EventRecordID>3050338</EventRecordID>
<Channel>Application</Channel>
<Computer>****I am masking this***</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.ResourceManagement.ResourceManagementException: Exception from HRESULT: 0x8023060F ---> System.Runtime.InteropServices.COMException (0x8023060F): Exception from HRESULT: 0x8023060F
at MIISRCW.IMMSManagementAgent.ModifyMAData(String pszMADataXML, String& ppszUpdatedXML)
at Microsoft.ResourceManagement.SyncConfig.SetMaData(Guid maGuid, String maData)
at Microsoft.ResourceManagement.ActionProcessor.SyncConfigActionProcessor.Update(Guid objectId, CultureInfo locale, IList`1 updateParameters, Guid cause)
--- End of inner exception stack trace ---</Data>
</EventData>
</Event>