Hello,
I am migrating a Sp10 to a SP13 environment. Right now I am just trying alot of stuffs and is working in the Test-environment.
My steps,
- Create a classic-web app.
- Restore all the necessary DBs to the SQL server.
- Created all the service applicaitons and pointed them to their respective databases.
- Tested my contentDB, fixed the errors, mounted it to the Web-app, and converted the Web-app to Claims.
When i try to enter my root-site-collection I am prompted with login, I tried alot of different accounts, users, but none of them will let me in, three atempts and then a blank site.
I used a setup-user to create all services, and install SP, and the users is in the DB and everything, but I cannot log-in. What could be wrong ? Tried google, tried to migrate users to claims, tried alot of things, but I cannot get access.
/emo
Ok, a general thing I figuered out was that my target Web-App was createt using Kerberos. After i switched it over to NTLM, i could access all my migrated sites, without upgrading them first.
Stupid, stupid, error… 🙂
Thank you Ashutosh, it looks like that i first can enter the sitecollections AFTER the upgrade. I have now tried it with one sitecollection and it works.
I have alot of customized sitecollection, so i will need to spend some time configuring them so I can upgrade them too in the end.
Thanks to you too Ajeet for spending time on me :), and thanks for the intro to some valuable powershell commands.
Thanks
Hello Emo,
It’s look like visual upgrade issue. Please execute below powershell commands:
In PowerShell run Get-spsite
The site you just upgraded should be listed as type 14.
Run Test-SPSite http://server/sitecollection
Warnings are ok in this test but errors are not good.
Finally run Upgrade-SPSite http://server/sitecollection –VersionUpgrade
You will get your site in SP 2013 and let me know if still issue remains.
Thanks,
Ashutosh
Hi again
My app-pool is running by the apointed serviceaccount, and that is also the systemaccount, and the same user I installed SP.
By running your first PowerShell commando on my root sitecollection I again get fem users, two of which are primary and secondary SCAs, and three other users that I dont know why is shown there.
I have tried to add new SCAs, but nothing is changed. I also tried to do the migration again from the scratch, and did not konvert the webapp and the users to claim yet, but still same issue.