Link to home
Start Free TrialLog in
Avatar of Member_2_6492660_1
Member_2_6492660_1Flag for United States of America

asked on

Sharepoint 2010 Review Problems Can not Clear Warning

Windows 2012 R2 Web Server
Windows 2008 R2 SQL Database Server

I have this error

Item
Title
Version History
Alert Me
Reanalyze
Health
Manage Permissions
Delete Item
Manage
Actions
Databases running in compatibility range, upgrade recommended.
2 - Warning
Confi guration
The following databases have versions that are older than the current
SharePoint software, but are within the backwards compatible range:
SharePoint Config,
sharepoint Admincontent ea3442db-419c-4b06-9363-9276476fe767,
WSS Logging.
To achieve optimal results from these databases, use Upgrade-
SPContentDatabase to upgrade Content databases, or psconfig.exe to
upgrade other databases. For more information about this rule, see
"http://go.microsoft.com/"ink"?LinkID—142697".
SPTImerService (SPTmerV4)
cose
Severity
Category
Explanation
Failing Servers
Failing Services
Rule Settings
Version: 574.0
Created at 11/5/20 IS 12:00 AM by System Account
Last modified at 6/7/2017 8:06 AM by System Account


I tried the upgrade-spcontentdatabase command no luck

tried the psconfig also now luck

any one have some good examples to correct this?

Thanks

Tom
ASKER CERTIFIED SOLUTION
Avatar of stacy simpkins
stacy simpkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Member_2_6492660_1

ASKER

Stacy

Thanks for the response

What about the other databases the messages talks about ?

SharePoint Config,
 sharepoint Admincontent ea3442db-419c-4b06-9363-9276476fe767


I ran your suggestion

PS C:\Users\spadmin>  (Get-SPUsageApplication).usagedatabase | ft name

Name
----
WSS_Logging

I will try the rest soon.

But that will only take care of one of the three

Thoughts
Hi Thomas, Sorry, my fault, I missed that you had asked about those two.  When you ran the Upgrade-SPContentDatabase, did you try it with the -SkipIntegrityChecks

Using that parameter will cause it to not look at missing features and the like.  Try it and then post back the error's from the log that it outputs, or run test-spcontentdatabase after you've ran it with the -skipintegritychecks, then put the output of the test-spcontentdatabase here in the post.

disclaimer: this post and all my posts on this site are my personal opinion and are not tied to my employer in any way, implied or otherwise.
Stacy

PS C:\Users\spadmin> Upgrade-SPContentDatabase SharePoint_AdminContent_ea3442db-419c-4b06-9363-9276476fe767 -skipintegritychecks
Upgrade-SPContentDatabase : The content database could not be found.
At line:1 char:26
+ Upgrade-SPContentDatabase <<<<  SharePoint_AdminContent_ea3442db-419c-4b06-9363-9276476fe767 -skipintegritychecks
    + CategoryInfo          : InvalidData: (Microsoft.Share...ContentDatabase:SPCmdletUpgradeContentDatabase) [Upgrade-SPContentDatabase], SPException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletUpgradeContentDatabase

Made no difference

Also the psconfig does not work I need a working example.

2 I copy and pasted the database name do not understand what the error message is talking about it lists the databases but does not find them

Thoughts
Fixed it

Ran this and now all good

 PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
I figured it out but Stacy put me on track So he gets the points

Thanks for the help