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 […]
User Profile Synchronisation Status Stuck at Stopping
Issue: SharePoint – Manage User Properties page showing error “Your search encountered an error. If the problem persists, contact the portal site administrator” User Profile […]
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, […]
Office Web App with SharePoint Sorry there was a problem and we cant open this document
Introduction I have a Web Front End server running via HTTPS protocol and the SSL Cert is self-signed (Strictly HTTPS Only). Meanwhile, I also have […]
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 […]