Skip to primary content
Skip to secondary content

SharePointTechnicalSupport

Troubleshooting Steps SharePoint Online Support, SharePoint Training & SharePoint Help

Main menu

  • Home
  • SharePoint
  • YouTube
  • Author

Category Archives: User Profile

Post navigation

← Older posts
Newer posts →

SHAREPOINT 2013 ERROR RUNNING UPDATE-SPPROFILEPHOTOSTORE

Posted on 05/11/2016 by Deviprasad Panda
Reply
Error :
I am attempting to import user profile pictures from Active Directory but when running the  Update-SPProfilePhotoStore cmdlet it generates an error.  Here is the command I am running:
Update-SPProfilePhotoStore  -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation http://mysite.mydomain.local
and this is the error message:
UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have
updatespprofilephotostore_error
Solution:

I discovered that this error was generated because the user account running the command did not have the appropriate permissions in the User Profile Service Application (Central Administration ->Application Management -> Manage Service Applications -> User Profile Service -> Permissions).

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Email a link to a friend (Opens in new window) Email
  • Share on Telegram (Opens in new window) Telegram
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Pinterest (Opens in new window) Pinterest

Like this:

Like Loading...
Posted in SharePoint 2013, User Profile, Userprofile | Tagged SharePoint 2013, UserProfile | Leave a reply

“Invalid URI: The URI is empty. Contact your system administrator for help in resolving this problem” SharePoint 2013

Posted on 09/12/2015 by Deviprasad Panda
Reply

NCI had a task to create a proof of concept environment for SharePoint 2013 for a presentation to a top level exec. Installed and Configured a SharePoint 2013 farm on couple of VM’s with dedicated WFE/APP and SQL Server boxes, as this will be used as a POF and the reqcuirements were not clear how long the boxes will be used. MS has released the deployment guide for 2013 must read before thinking of creating a new farm.

Created a new web application on the new farm and a root level Site Collection based on Team Site Template. Till this moment everything was looking good. On accessing the Site got the following error :

SharePoint returned the following error: Invalid URI: The URI is empty. Contact your system administrator for help in resolving this problem.

My first encounter with an issue on 2013 on a vanilla environment, thought it would be good to have this as a reference.

Invalid URI

To resolve this, I had to create and configure my site i.e.

Created a new web app for my site
Created the my site host site collection as the root
Provisioned the User Profile Service App
Configured the My Site URL in Setup My Site in User Profile Service App
IISRESET
On accessing the Team Site didn’t find the error.

Each environment is different and unique, ULS Log viewer was the key to identify and troubleshoot this.

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Email a link to a friend (Opens in new window) Email
  • Share on Telegram (Opens in new window) Telegram
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Pinterest (Opens in new window) Pinterest

Like this:

Like Loading...
Posted in SharePoint 2013, User Profile, Userprofile | Tagged Invalid URI, SharePoint 2013, UserProfile | Leave a reply

Configure User Profile Service and MySite SharePoint 2013 Part I

Posted on 07/05/2015 by Deviprasad Panda
Reply

In this article we learn how to configure a user profile and My Site configuration in SharePoint 2013. In earlier versions of SharePoint, each user had a profile and a personal site (e.g., My Site).

The 2013 version of SharePoint splits My Site into three sections: Newsfeed, SkyDrive, and Sites. A global navigation bar provides access to each section. These social features are tightly integrated into SharePoint 2013, so you no longer need to launch a web browser to access them.

Use the following procedure to create a My Site Host site collection:

1.Verify that the user account that is performing this procedure has the following credentials:
The user account that performs this procedure is a farm administrator
The user account that performs this procedure is a member of the Administrators group on the computer that is running SharePoint Server.
2.First we have to create a web application for My Site; see:

userprofile mysite

userprofile mysite

3.On Central Administration, in the Application Management section, click Create site collections.
4.On the Create Site Collection page, in the Web Application section, select the My Site web application.
5.In the Title and Description section, type the title and description for the site collection.
6.In the Web Site Address section, select the path of the URL for the My Site host. In most cases, you can use the root directory (/).In the Template Selection section, click the Enterprise tab, and then select My Site Host.

mysite

mysite

7.In the Primary Site Collection Administrator section, type the user name (in the form ) for the user who will be the site collection administrator.
8.In the Secondary Site Collection Administrator section, type the user name for the secondary administrator of the site collection.
9.If you are using quotas to manage storage for site collections, in the Quota Template section, click a template in the Select a quota template list.
10.Click OK.

Use the following procedure to create a User Profile Service application:

1.Verify that the user account that is performing this procedure has the following credentials:
The user account that performs this procedure is a farm administrator
The user account that performs this procedure is a member of the Administrators group on the computer that is running a SharePoint Server.

2.On Central Administration, in the Application Management section, click Manage service applications.
3.On the Manage Service Application page, on the ribbon, click New, and then click User Profile Service Application.Image

userprofileserviceapplication

userprofileserviceapplication

4.In the Name section, type the User Profile service application name.

userprofileserviceapp

userprofileserviceapp

5.In the Application Pool section, select the application pool that the User Profile service application will run in (if it exists), or create a new application pool.
6.Accept the default settings for the profile database, the synchronization database, and the social tagging database (unless you want different names), and specify failover servers if you are using them.
7.In the Profile Synchronization Instance section, select the synchronization server.
8.In the My Site Host URL section, enter the My Site Host site collection URL that you created in the previous step.

userprofileserviceapp2

userprofileserviceapp2

9.In the My Site Managed Path section, enter the part of the path that, when appended to the My Site host URL, will give the path of the user’s My Sites. For example, if the My Site host URL is http://server:12345/ and you want each user’s My Site to be at http://server:12345/personal/<user name> then enter /personal for the My Site managed path. The managed path that you enter is created automatically. There does not have to already be a managed path with the name that you provide.

userprofileserviceapp3

userprofileserviceapp3

10.In the Site Naming Format section, select a naming scheme.
11.In the Default Proxy Group section, select whether you want the proxy of this User Profile Service to be a part of the default proxy group on this farm.
12.Click Create.
13.When the Create New User Profile Service Application page displays the message Profile Service Application successfully created, click OK.

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Email a link to a friend (Opens in new window) Email
  • Share on Telegram (Opens in new window) Telegram
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Pinterest (Opens in new window) Pinterest

Like this:

Like Loading...
Posted in Service Application, User Profile | Tagged configure-userprofile, MySite, Service Applications, SharePoint 2013, UserProfile, userprofile-mysite | Leave a reply

Post navigation

← Older posts
Newer posts →

Follow Blog via Email

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 9 other subscribers
 

Loading Comments...
 

You must be logged in to post a comment.

    %d