The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
36 views

Implications of disabling distributed cache in SP2013 on all servers?

We have a Sharepoint 2013 deployment where we are running low on memory, and we are not able to allocate more memory for this server any time soon. As a mitigation of this problem, we are considering ...
1
vote
1answer
39 views

Add reference to AppFabric dll for custom caching

I'm trying to add reference to the following dll so I can make use of AppFabric to cache some custom objects. I've looked at this page ...
0
votes
0answers
353 views

AppFabric crashing on SharePoint 2013

SharePoint 2013 running on Windows Server 2008 R2, updated with the latest CUs (March, April, June, see http://technet.microsoft.com/en-us/sharepoint/jj891062.aspx). All O.S. updates installed. It's ...
0
votes
0answers
29 views

SharePoint 2010 SSRS Report Manage Processing Options cannot click OK to save changes

When attempting to change Data Refresh Options for an SSRS report I'm unable to click the OK button to save changes. The button appears to press in the browser, however no event fires. Its almost as ...
1
vote
0answers
31 views

What is a SPPersistedUpgradableObject and the IUpgradable interface mean?

SPPersistedUpgradableObject is a SPPersistedObject that implements the IUpgradable interface. The MSDN is seriously lacks any documentation other than it: Provides members for managing an ...
0
votes
0answers
580 views

Distributed Cache Service Accounts

Recently saw a health warning in my 2013 CA that stated: The farm account is used for the SharePoint timer service and the central administration site, it is highly privileged and should not be ...
1
vote
1answer
136 views

assign a cache profile for authenticated users

You have a SharePoint Server 2010 server farm. You need to assign a cache profile for authenticated users. What should you do? A.From Site Settings, modify the Site Collection output cache. B.From ...
0
votes
1answer
848 views

Site Feed can't be Activated

I can't make "Site Feed" activated from Managed Site Features. It says An unexpected error has occurred. I get logs with get-splogevent -starttime (get-date).addminutes(-1) | fl message > ...
4
votes
3answers
5k views

Sharepoint 2013 Distributed Cache cacheHostInfo null

I have setup a development environment for SharePoint 2013 so we can begin testing our 2010 content, however I am running into trouble starting the Distributed Cache service. Note that this is ...
0
votes
0answers
26 views

Same revision tag on style CSS on two computers, different look!

2 computers , both use IE8, 1 CSS file with same revision = 2 different look ! Told in another way. I'm having a publishing site that feed users with the same site and the same style file with the ...
1
vote
2answers
621 views

JS files returning Cached (Old) Versions Despite Update

We are currently in the wild throes of a migration from SP 2007 to SP 2010. I'm attempting to move some custom JavaScript Validation from the current production site to our staging site. My ...
2
votes
1answer
476 views

Alternative to HttpContext.Cache within a Timer Job

A coworker of mine has created a centralized Logging utility that works throughout our SP projects. It does a good job of queuing up a large number of logs, deals with logging level, etc. However, ...
0
votes
1answer
50 views

What can be scenarios of Blob cache suffering from sync and / or corruption issues

I was reading answer to this question I wonder what can be possible scenarios any type of Cache in sharepoint suffering from corruption issues. EDIT Please only mention your personal experiences, ...
2
votes
1answer
670 views

How do you clear the list schema cache for a re-deploy without rebooting the SharePoint server(s)?

In our development environments we need to re-deploy our codebase on a regular basis. We go through a deployment process where we do the following steps (all through PowerShell): Delete our old ...