After runing this powershell test
Test-SPContentDatabase -Name WSS_Content -WebApplication http://sharepoint2013
It ends up with below errors;
Category : MissingSiteDefinition
Error : True
UpgradeBlocking : False
Message : 1 Sites in database [WSS_Content] have reference(s) to a
missing site definition, Id = [3001], Lcid = [1033],
compatibility level = [14].
Remedy : The site definition with Id 3001 is referenced in the
database [WSS_Content], but is not installed on the current
farm for sites with compatibility level 14. The missing site
definition may cause upgrade to fail. Please install any
solution which contains the site definition and restart
upgrade if necessary.
Locations :
Category : MissingFeature
Error : True
UpgradeBlocking : False
Message : Database [WSS_Content] has reference(s) to a missing
feature: Id = [c769801e-2387-47ef-a810-2d292d4cb05d], Name =
[Report Server File Sync], Description = [Synchronizes
Report Server files (.rdl, .rsds, .smdl, .rsd, .rsc) from a
SharePoint document library to the report server when files
are added or updated in the document library.], Install
Location = [ReportServerItemSync].
Remedy : The feature with Id c769801e-2387-47ef-a810-2d292d4cb05d is
referenced in the database [WSS_Content], but is not
installed on the current farm. The missing feature may cause
upgrade to fail. Please install any solution which contains
the feature and restart upgrade if necessary.
Locations :
Category : MissingFeature
Error : True
UpgradeBlocking : False
Message : Database [WSS_Content] has reference(s) to a missing
feature: Id = [30a6403b-b04f-42cc-805a-bc4d77826253], Name =
[PowerPoint Broadcast], Description = [Enables the site to
host PowerPoint broadcasts.], Install Location =
[PowerPointBroadcastServer].
Remedy : The feature with Id 30a6403b-b04f-42cc-805a-bc4d77826253 is
referenced in the database [WSS_Content], but is not
installed on the current farm. The missing feature may cause
upgrade to fail. Please install any solution which contains
the feature and restart upgrade if necessary.
Locations :
Category : MissingSetupFile
Error : True
UpgradeBlocking : False
Message : File [Features\ReportServer\ReportViewer.dwp] is referenced
[23] times in the database [WSS_Content], but is not
installed on the current farm. Please install any
feature/solution which contains this file.
Remedy : One or more setup files are referenced in the database
[WSS_Content], but are not installed on the current farm.
Please install any feature or solution which contains these
files.
Locations :
Category : MissingSetupFile
Error : True
UpgradeBlocking : False
Message : File [SiteTemplates\PowerPointBroadcast\default.aspx] is
referenced [1] times in the database [WSS_Content], but is
not installed on the current farm. Please install any
feature/solution which contains this file.
Remedy : One or more setup files are referenced in the database
[WSS_Content], but are not installed on the current farm.
Please install any feature or solution which contains these
files.
Locations :
Category : MissingAssembly
Error : True
UpgradeBlocking : False
Message : Assembly
[Microsoft.ReportingServices.SharePoint.UI.ServerPages,
Version=10.50.0.0, Culture=neutral,
PublicKeyToken=89845dcd8080cc91] is referenced in the
database [WSS_Content], but is not installed on the current
farm. Please install any feature/solution which contains
this assembly.
Remedy : One or more assemblies are referenced in the database
[WSS_Content], but are not installed on the current farm.
Please install any feature or solution which contains these
assemblies.
Locations :
Category : Configuration
Error : False
UpgradeBlocking : False
Message : The [SharePoint - 80] web application is configured with
claims authentication mode however the content database you
are trying to attach is intended to be used against a
windows classic authentication mode.
Remedy : There is an inconsistency between the authentication mode of
target web application and the source web application.
Ensure that the authentication mode setting in upgraded web
application is the same as what you had in previous
SharePoint 2010 web application. Refer to the link
"http://go.microsoft.com/fwlink/?LinkId=236865" for more
information.
Locations :
I don't understand what i am getting wrong.