Hello.
After applying the June CU 2011 my logs get the following errors every 1 minute:
Import works, relative accounts have control of DB and file system, miisclient.exe loads no problem.
Any advice appreciated...
Log Name: Application
Source: Forefront Identity Manager
Date: 26/07/2011 11:16:00 AM
Event ID: 3
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: xxx
Description:
System.InvalidOperationException: This Forefront Identity Manager system resource cannot be deleted.
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="2011-07-26T01:16:00.000000000Z" />
<EventRecordID>66545</EventRecordID>
<Channel>Application</Channel>
<Computer>xxx</Computer>
<Security />
</System>
<EventData>
<Data>System.InvalidOperationException: This Forefront Identity Manager system resource cannot be deleted.</Data>
</EventData>
</Event>
Log Name: Application
Source: Forefront Identity Manager
Date: 26/07/2011 11:15:00 AM
Event ID: 3
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: xxx
Description:
Microsoft.ResourceManagement: System.InvalidOperationException: This Forefront Identity Manager system resource cannot be deleted.
at Microsoft.ResourceManagement.Utilities.ExceptionManager.ThrowException(Exception exception)
at Microsoft.ResourceManagement.WebServices.ResourceManagementService.Delete(Message request)
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="2011-07-26T01:15:00.000000000Z" />
<EventRecordID>66544</EventRecordID>
<Channel>Application</Channel>
<Computer>xxx</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.ResourceManagement: System.InvalidOperationException: This Forefront Identity Manager system resource cannot be deleted.
at Microsoft.ResourceManagement.Utilities.ExceptionManager.ThrowException(Exception exception)
at Microsoft.ResourceManagement.WebServices.ResourceManagementService.Delete(Message request)</Data>
</EventData>
</Event>
ULS Log:
UserProfileApplication.SynchronizeMIIS: Error updating users with FIM permissions: Microsoft.ResourceManagement.WebServices.Faults.ServiceFaultException: The endpoint is unable to process the message
at this time.
at Microsoft.ResourceManagement.WebServices.Client.ResourceManagementClient.DeleteResource(UniqueIdentifier resourceIdentifier, ContextualSecurityToken securityToken)
at Microsoft.ResourceManagement.WebServices.ResourceManager.DeleteResource()
at Microsoft.Office.Server.Administration.UserProfileApplication.RemoveFIMUser(SchemaManager schemaManager, String accountName)
at Microsoft.Office.Server.Administration.UserProfileApplication.SynchronizeMIISAdminsList(Hashtable htPermittedUsers)
at Microsoft.Office.Server.Administration.UserProfileApplication.SetupProfileSynchronizationEnginePermissions().