I’m trying to setup MySite but the opération is “stopped” when I start creating Mysite Host SiteCollection, or the operation is pending and never completed.
I tried the powershell command :
New-SPSite $MySiteUrl -Name "MySites" -OwnerAlias $FarmSvcAccountName -Template (Get-SPWebTemplate –identity SPSMSITEHOST#0)
However, it’s always the same behavior : no error, creating site is pending but never completed
Can you copy or attach the ULS logs when running powershell.
Is this dev server or the production server?