I am testing migration from SharePoint 2010 to 2013. I attached the 2010 content database to a separate site collection on an already deployed, working 2013 farm. The new site collection works in 2010, mostly (see below). Two issues, they may be related:
1. Only the site collection administrators have access to the 2010 (SP14) site collection that was migrated. The 2013 farm is running Claims with Kerberos Windows auth. On the new, separate application supporting the 2010 format content, I tried both NTLM and Kerberos authentication, but no luck. I set Claims Auth on the new application through PowerShell and didn't get any errors; Central Admin reports Claims Auth on the new application. It almost looks like the new application is not connected to the 2013 farm's User Profile Sync and Work Management Service Application, but I can't find anything obvious to check. Can someone point me in the right direction? Keep in mind that giving access to the separate application supporting the 2010 format is largely moot since only a subset of sites are bound to me migrated to 2013, and in other site collections/applications (see point no. 2 below).
2. I am trying to build a migration path for several sites to move them from the SharePoint 2010 mode site collection and application to existing, already running 2013 mode site collections on the same farm (so the source would be the site collection/application described in point no. 1 above). I am not allowed to set a migration path as farm administrator, neither through the GUI, nor through PowerShell. If someone has any ideas of where to look beyond ULS and/or Windows logs, I'd much appreciate it. The logs do not have any other useful information besides similar to this error (where $source is Get-SPSite of the SharePoint 2010 mode app and $credentials is Get-Credential set to my SP_Administrator account:
PS C:\Windows\system32> New-SPContentDeploymentPath -Name "TestSP14DeploymentPath" -SourceSPWebApplication $source.WebApplication -SourceSPSite $source -DestinationCentralAdministrationURL "http://<central-admin-url>:1432/" -DestinationSPWebApplication"http://<dest-app-url>/" -DestinationSPSite "http://<dest-app-url>/itimport/" -PathAccount $credentials -PathEnabled:$true
New-SPContentDeploymentPath : The request failed with HTTP status 401: Unauthorized.
At line:1 char:1
+ New-SPContentDeploymentPath -Name "TestSP14DeploymentPath" -SourceS ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...tDeploymentPath:SPCmdletNewContentDeploymentPath) [New-SPContentDeploymentPath], ArgumentException
+ FullyQualifiedErrorId : Microsoft.SharePoint.Publishing.Cmdlet.SPCmdletNewContentDeploymentPath
Any help would be appreciated. Thanks,
Radu
Radu P.