I'm having an issue with the health analyzer rule 'Content databases contain orphaned items' - it seems to be no longer able to run without causing a rule execution failure and showing up under review problems and solutions.
I've looked at the procedure mentioned below and there is indeed a parameter @fix that is required and does not have a default value, so as a test I added a default value to it (after backup procedure up) and then the error message changed to a message of an unexpected parameter being passed - though I forgot to take note of the parameter name.
Additional info on my setup:
- Windows 2012 fully updated
- SharePoint Foundation 2013 SP1 fully updated including patches from last month
- Single server with MSSQL 2012 on same server
- This is not a production server
Title
Content databases contain orphaned items.
Severity
0 - Rule Execution Failure
Category
Availability
Explanation
Procedure or function 'proc_SecRepairOrphanRoleAssignments' expects parameter
'@fix', which was not supplied.
Remedy
Enabling automatic repair for this rule will delete the orphaned items. For more information about this rule, see "http://go.microsoft.com/fwlink/?LinkID=142694".
Failing Servers
Failing Services
SPTimerService (SPTimerV4)
Thanks