I've recently ran into some minor issues while installing a MySite web application, so I thought I'd share my findings with you.
If you need some help installing MySites for the first time, I found this great video tutorial by Hilton Giesenow on how to create a MySite web application: http://technet.microsoft.com/en-us/office/sharepointserver/ff356863.aspx
Problem 1
When you are presented with the error "Unknown Error" when you clicked on OK to create the web application and the log entry says something like:
Solution 1
Instead of using SQL Authentication in the Database Name and Authentication section under Database Authentication, select Windows Authentication (Recommended)
Problem 2
When you are presented with the error:
when trying to create your mysite page for the first time
Solution 2
Add 'personal' to the Managed Paths:
Problem 3
When you are presented with the error
"'Your personal site cannot be created because Self-Service Site Creation is not enabled. Contact your site administrator for more information."
when trying to create your mysite page for the first time
Solution 3
Turn on Self-Service site management:
If you need some help installing MySites for the first time, I found this great video tutorial by Hilton Giesenow on how to create a MySite web application: http://technet.microsoft.com/en-us/office/sharepointserver/ff356863.aspx
Troubleshooting
When you are presented with the error "Unknown Error" when you clicked on OK to create the web application and the log entry says something like:
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Database
Event ID: 3351
Date: 2010/12/10
Time: 03:58:51 PM
User: N/A
Computer: SVR-26
Description:
SQL database login failed. Additional error information from SQL Server is included below.
Login failed for user 'domain\nvanbreda'.
Solution 1
Instead of using SQL Authentication in the Database Name and Authentication section under Database Authentication, select Windows Authentication (Recommended)
Problem 2
When you are presented with the error:
"Your personal site cannot be created because the managed path "personal" has not been created for this site. Contact your site administrator for more information." |
Solution 2
Add 'personal' to the Managed Paths:
- Go to Central Administration > Application Management
- Click on Define Managed paths under the SharePoint Web Application Management heading
- Select the MySite web application from the Web Application list
- Enter the word 'personal' in the Path field, without the ''
- Select the Type as Wildcard inclusion
- Click OK. The personal path should be added to the Included paths list as a wildcard inclusion.
Problem 3
When you are presented with the error
"'Your personal site cannot be created because Self-Service Site Creation is not enabled. Contact your site administrator for more information."
when trying to create your mysite page for the first time
Solution 3
Turn on Self-Service site management:
- Go to Central Administration > Application Management
- Click on Self-Service site management under Application Security
- Set Enable Self-Service Site Creation to 'on'
- Click OK