SharePoint returned the following error: Invalid URI

by | Mar 5, 2015 | SharePoint | 0 comments

SharePoint returned the following error: Invalid URI

Today one of my clients sent to me new request. On the team site they have a problem with SharePoint site feed webpart. Web part displays strange error: SharePoint returned the following error: Invalid URI: The URI is empty. Contact your system administrator for help in resolving this problem, just like below.

[adblockingdetector id=”5770e6ed85560″]

SharePoint Site Feed Error

SharePoint Site Feed Error

Ok, that was some think new to me… They told that User Profile service has been configured, but SharePoint Health Analyzer shows following error “Verify each User Profile Service Application has a My Site Host configured”. What’s wrong? SharePoint site feed webpart require activated feature “Site feed”. In this case it was activated. I deactivated and activated, without success – I still get: “SharePoint returned the following error: Invalid URI error”.

Let’s move forward. Site feed for proper work require configured My Sites. I checked it, but the My sites seems to have proper configuration. What’s wrong? I would like to avoid creating from scratch new User Profile service…

The clue was error in SharePoint Health Analyzer: “Verify each User Profile Service Application has a My Site Host configured”. When I go to Technet site where this error was described I found many steps how to resolve the SharePoint Health Analyzer rule “Verify each User Profile service application has a My Site Host configured.” I made almost all described step without success, still get “SharePoint returned the following error: Invalid URI”. Finally I get to the last step: Associate the My Site host with a User Profile Service service application by using Windows PowerShell. Finally! I run following script:

Set-SPProfileServiceApplication -Identity $ap -MySiteHostLocation http://mysites.wingtip.com/
Set-SPProfileServiceApplication -Identity $ap -Name “User Profile Synch App 3” -MySiteHostLocation http://mysites.wingtip.com/

And that was it. After IISReset command SharePoint site feed webart runs without any problem.

Written by Tomasz Szulczewski

Hi, my name is Tomasz Szulczewski, and I have been in love with information technology for over 25 years, but I still have an IT passion and feel like a geek. I am a person who is problem solver who thinks that not all people must be experts in IT.

Related Posts

What is SharePoint in Office 365?

What is SharePoint in Office 365?

What is SharePoint in Office 365, and why is SharePoint for small business the critical product? So you bought a Microsoft 365 license, and your tenant is online. You open a browser, and you have no idea what to do next? Don't worry; I will try to give you a few...

read more
Hubfly

Hubfly

A few days ago I have a chance to play with SharePoint online solution called Hubfly and I was really impressed with his capabilities. And here is my review. So let’s start from the begging. I wrote a few times on this blog that the main problem with SharePoint is...

read more

0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.