We are having issues with the newsfeed in our new sharepoint 2013 environment not showing. It reports "It's pretty quiet here. follow more people to see activity in your newsfeed.... If you click everyone it says we are still collecting the latest news. Sometimes (rarely) the news feed will show info then it disapears. We have done the following.
get-cacheclusterhealth : this shows up and healthy.
Get-Cachehost |fl which shows up and the correct port.
One thing I have noticed is it keeps using the FQDN when running this command, however the appfabric regkey and config file reference the netbios name. Not sure if that matters.
Sometimes it says the server is low on memory and the cache has been evicted. We add more memory (up to 30 Gig now)
One front end web and one backend sql with 500 people in the system using it very rarely.
We get errors Timer event id 6398
The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID be39733d-14b4-4a31-82be-cb9cd5494a34) threw an exception. More information is included below.
Unexpected exception in FeedCacheService.IsRepopulationNeeded: Connection to the server terminated,check if the cache host(s) is running .
We have tried
Stop-SPDistributedCacheServiceInstance -Graceful
Remove-SPDistributedCacheServiceInstance
Add-SPDistributedCacheServiceInstance
We have verified that the UPS has the correct permissions on the web app to the app pool that is running both the UPS and distributed cache services.
We have added "network service" full control to sharepoint folders and app fabric folders.
We patched the appfabric to the latest version
We are running Sharepoint 2013 server with PU and CU from April
I have googled everything I can find and nothing seems to work.
help would be great!