Despite setting the properties “UseShared” for SPWeb object to “True”, it does not show the correct Parent’s Global Navigation nodes. I have this requirement where […]
Internet Explorer IE 10 cannot open SharePoint 2013 Document Library in Windows Explorer
As stated in the post title, this error below thrown after clicking Open with Explorer. This happen only when you are using Internet Explorer 10 in Windows 7 or […]
Distributed Cache Status Down, CacheHostInfo is null
This problem troubled me for like 2 days consecutively while i have to stay in the data center (with the crazily cool air-con) to troubleshoot, […]
WebHost failed to process a request AND SQL database login for Config on instance SQL failed
After setting up my SharePoint 2013 for both Web Front End Server and Application Server. I encountered the following error in my WFE server Source: […]
Set multiple SQL databases Recovery MODE to Simple
It is always handy to have an automated script to perform task for you. Manual click vis SSMS could be tedious and prone to error. […]
Setting up Subscription Setting – SharePoint 2013
[sourcecode type=”powershell”] $appPool = Get-SPServiceApplicationPool "SharePoint Web Services Default" $appSubSvc = New-SPSubscriptionSettingsServiceApplication –ApplicationPool $appPool –Name "Subscription Settings Service Application" –DatabaseName Settings_Service $proxySubSvc = New-SPSubscriptionSettingsServiceApplicationProxy –ServiceApplication […]
Javascript to trigger Connect to Outlook feature in SharePoint 2013
For usability, you may need to include buttons for users to download SharePoint calendar instance to MS Outlook in your custom application page. Adding this […]
Visual Studio 2012 does not have SharePoint 2013 template
Funny thing occurred when i try to open Visual Studio 2012 and there is no Project Template for SharePoint 2013. If you are having the […]
How to configure AppFabric Caching Memory Usage
In the server that runs the AppFabric Services. Open the Windows Menu and type “SharePoint 2013 Management Shell” and run as Administrator Enter the following […]
SharePoint 2013 Pre-requisite Error – Application Server Role and Web Server (IIS) Role
Bumped into this error when trying to manually setup SharePoint 2013 pre requisite installation. The Configuration stopped at step Configuring Application Server Role and Web […]