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 […]
Setting up a Single-box SharePoint 2013 Virtual Machine.
First thing first, below are some files which you would need in order to setup your own SP2013 Environment. VMware Workstation 9 – here SharePoint […]
namespace ‘xsd’ error when saving SharePoint Navigation
I bumped into this error when trying to set target audience for SharePoint Publishing Navigation. This issue happened only on IE 10, if i used […]
Show Dialog Modal in SharePoint 2013
The quick way to open a sharepoint 2013 dialog modal form is via Javascript below [sourcecode language=”javascript”] function OpenPopUpPage(url, callback, width, height) function OpenPopUpPageWithTitle(url, callback, width, height, title) […]
SharePoint 2013 – Newsfeed not showing anything.
After successfully setup my User Profile Services + User Profile Synchronisation Services. I then setup “My Site” in which you need to manually create a […]
Unable to connect the Search Services
I’ve already setup the environment correctly base on the Technet guide. The farm topology is 1 WFE, 1APP (which runs the Search Service Instance), 1 […]
How to grant Local Administrator rights
The following steps show you how to grant a domain user or local user with Local Administrator rights. Logon to the machine/server that you want […]
How to find your SharePoint Farm Account
Surprisingly, if you are new to SharePoint, you may be confused by the fancy terminology such as, SharePoint Setup Account, SharePoint Database Access Account, SharePoint […]
User Profile Synchronisation Started
Holy cow. Finally got my User Profile Synchronisation Service started successfully!! I’ve been cracking my head for these few days, tried reading and reading again […]