PS C:\Program Files\Microsoft Forefront Identity Manager\2010\Reporting\PowerShell> .\Start-FIMReportingInitialSync.ps1
Import-FIMConfig : Failure when making web service call.
SourceObjectID = e664d4b5-3874-40dc-81e0-53068a1480b3
Error = The web service client has encountered the following class of error: SystemConstraint
Details: Failed Attributes:
Additional Text Details: The Request contains changes that violate system constraints.
Correlation Identifier: 506742e1-ee39-4ed8-b79d-528da466e0f3
Failure Message:
Request Identifier:
At C:\Program Files\Microsoft Forefront Identity Manager\2010\Reporting\PowerShell\Start-FIMReportingInitialSync.ps1:46
char:47
+ $undone = $importObject | Import-FIMConfig <<<< -uri $uri;
+ CategoryInfo : InvalidOperation: (:) [Import-FIMConfig], InvalidOperationException
+ FullyQualifiedErrorId : ImportConfig,Microsoft.ResourceManagement.Automation.ImportConfig
Based on: http://blog.msresource.net/2012/05/03/failure-when-making-a-web-service-call-when-running-start-fimreportinginitialsync-ps1/
It says we should enable Reporting Logging. I made sure Reporting Logging enabled but still having problem.
I am stilling trying to find the solution and when I have one, I will update the post
Update
Go to computer\HKEY_Local_Machine\System\CurrentControlSet\Services\FIMService
Make sure Reporting Enable have value of 1
I ran the script again and this time I am not getting any error messages