After running the database attach upgrade and getting the site collection running. SharePoint is advising about some problems.
1- Databases running in compatibility range, upgrade recommended. The following databases have versions that are older than the current SharePoint software, but are within the backwards compatible range:
- WebAnalyticsServiceApplication_StagingDB
- SharePoint_Config
- SharePoint_Search_Service_Application_CrawlStoreDB
- SHSharePoint_Search_Service_Application_PropertyStoreDB
- SharePoint_AdminContent
- WSS_Search
- SharePoint_Search_Service_Application_DB
- Managed Metadata Service
- WSS_Logging
- WebAnalyticsServiceApplication_ReportingDB
The remedy is to use Upgrade-SPContentDatabase to upgrade Content databases. But when I run the cmd I get the following; Get-SPContentDatabase : The content database could not be found.
If I run Get-SPContentDatabase, I get only two databases, the WSS_Content and the SSP_Content.
2- Databases require upgrade or not supported. This is for the SSP_Content database. When I run the cmd for upgrade I get an error. Invalid object name 'Webs'.
3- Missing server side dependencies Invalid object name 'Webs'. I checked the content database and there is no table called Webs. Dont know for sure if this table is part of the content database for SHP2010. But it is in the content database for SHP2007.
Any guidance or help to fix this errors will be very appreciated.