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
Once more, can you please run this PowerShell cmdLet
Get-SPSite | ?{$_.url -eq ‘<Site url>’} | % {$_.RootWeb.SiteAdministrators} | select @{name=’Site’;expr={$_.ParentWeb.Url}}, LoginName
Also,
Can you please open the IIS and in Application pool, Please see the name of the user that running the Application pool of this site (Web Application)
if it is set to network user, Please set it to any user.
Also please run the following PowerShell cmdLet to set Secondar owner name of the Site Collection
Set-SPSite -Identity "<Site URL>" -SecondaryOwnerAlias "domain/user"
And then use this user to open the site.
Sorry, I had a typo, thats why it didnt return anytihing.
Okay I can see that i get some my systecaccount as user, and some other users… like
htttp://server/ i:0#.w | domain\user1
htttp://server/ i:0#.w | domain\user2
htttp://server/ i:0#.w | domain\user3
htttp://server/ i:0#.w | domain\user4
htttp://server/ i:0#.w | domain\systemaccount
Shouldnt I just get the SCA users ?
Yes, I am able to log in into the SharePoint central administration with the systemaccount. The powershell commando you have given me does not return anything, it does not throw an error but neither does it return some loginname or email.
Is my migrating process correct, to first create a classic web-app, then test the restored content DB, then fix the errors, mount it, and after mouting it, then convert the web-app to claims, and migrate the users within it to claims?
are you able to logged in SharePoint central admin.
Try to get site collection admin name using following command prompt
Add-PSSnapin Microsoft.sharepoint.powershell
Get-SPSite | % {$_.RootWeb.SiteAdministrators} | select @{name=’URL OF Site‘;expr={$_.ParentWeb.Url}}, LoginName, Email.
And Please do let me know the result
Hi again Ajeet
My problem is also that I cannot sign in with my Systemaccount/InstallationAccount either. So I can not test the User Information list.