Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have a pending upgrade error that I'm a bit unsure on. From what I've read this may be the solution or I need to re-run the products & technologies wizard - hopefully its that straightfoward

psconfig -cmd upgrade -inplace b2b -force

A sample of the log file here:

[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Finished invoking the Check() method of rule, Microsoft.SharePoint.Administration.Health.FeatureInfo. Status = Failed
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: The rule failed.
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Completed processing an SPObjectProcessor-based rule
[SPBestPracticesAnalyzer] [DEBUG] [12/8/2011 6:09:58 PM]: BPA Object named Full Run reports percentage done as 100 and a status of InProgress
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Loaded Rule Assembly: Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Invoking the Check() method of rule, Microsoft.SharePoint.Administration.Health.AamUrls
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Finished invoking the Check() method of rule, Microsoft.SharePoint.Administration.Health.AamUrls. Status = Failed
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: The rule failed.
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Completed processing an SPObjectProcessor-based rule
[SPBestPracticesAnalyzer] [DEBUG] [12/8/2011 6:09:58 PM]: BPA Object named Full Run reports percentage done as 100 and a status of InProgress
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Loaded Rule Assembly: Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Invoking the Check() method of rule, Microsoft.SharePoint.Administration.Health.LargeList
[LargeList] [DEBUG] [08/12/2011 6:09:58 PM]: Searching for large lists in content database WSS_Content_Scholaris...
[LargeList] [DEBUG] [08/12/2011 6:09:58 PM]: Found large list sites/LOR/LOR with 5090 items in content database WSS_Content_Scholaris...
[LargeList] [DEBUG] [08/12/2011 6:09:58 PM]: Searching for large lists in content database WSS_Content...
[LargeList] [DEBUG] [08/12/2011 6:09:58 PM]: Searching for large lists in content database SharePoint_AdminContent_01be4374-459a-4270-ae22-85933130196f...
[LargeList] [DEBUG] [08/12/2011 6:09:58 PM]: Found large list HelpFold with 5804 items in content database SharePoint_AdminContent_01be4374-459a-4270-ae22-85933130196f...
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: Finished invoking the Check() method of rule, Microsoft.SharePoint.Administration.Health.LargeList. Status = Failed
[SPObjectProcessor] [DEBUG] [08/12/2011 6:09:58 PM]: The rule failed.
share|improve this question

closed as too localized by SPDoctor Dec 15 '11 at 13:02

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

psconfig -cmd upgrade -inplace b2b -force 

This was the fix in the end

share|improve this answer
This seems to be the same command that gave the original error. I am going to close this question as I don't think it is going to help anybody else, but I'm glad you managed to resolve your problem. – SPDoctor Dec 15 '11 at 13:02

Not the answer you're looking for? Browse other questions tagged or ask your own question.