The personal site managed path created on the web application hosting the Personal Site site collections, so why can't it find the correct managed path. Well, in fact the User Profile application is not looking at the list of managed paths on the web application, it’s looking at the list of managed paths defined on the SPContentService.
New-SPManagedPath -RelativeURL "personal" -HostHeader
To verify the command added the managed path correctly, re-execute the following PowerShell from a SharePoint console window:
To find out what managed paths you have defined on your Content Service, you can run this bit of PowerShell from a SharePoint PowerShell console window:
Get-SPManagedPath -HostHeader
New-SPManagedPath -RelativeURL "personal" -HostHeader
To verify the command added the managed path correctly, re-execute the following PowerShell from a SharePoint console window:
Get-SPManagedPath –HostHeader
I've updated this and still have We're almost ready. any other suggestions?
ReplyDeleteThanks!