This first part has been rewritten from original for sake of non-confusion.
I have created my first WebApplication in my Sharepoint 2013 Farm. I now want to move some of my SP 2010 Content Databases from a WebApplication over to this new test farm.
1. I have verified that my 2010 WebApplication is defined as Claims Based Authentication using Sharepoint 2010 Central Adminstration Authentication Providers.
2. I did a Backup of the Content Database and then Restored it on my new server that has SP 2013 using SQL Server Management Studio backup and restore.
3. I run the PowerShell command on my SP 2013 server of Test-SPContentDatabase -Name WSS_OLD_ContentDB -WebApplication http:NewWebApplicationURL.com
I get the following error message when I run this:
Category | Configuration |
Error | False |
UpgradeBlocking | False |
Message |
The [web_app_name] web application is configured with Claims authentication mode however the content database you are trying to attach is
|
Remedy |
There is an inconsistency between the authentication mode of target web |
Locations |
When I go ahead and run the Mount-SPContentDatabase cmdlet it finishes but I cannot get into my SiteCollection.
Is this a bug or am I not doing this right?