SharePoint 2013 Workflow manager installation on single server Dev Farm 18 April 2018 The installation of workflow manager for development environment can be done on single server SharePoint 2013 farm, but it is highly recommended to install it on separate server for UAT and production environments. Prerequisites You need local admin rights on the server […]
Updating SharePoint 2013 page’s Page Layout using PowerShell 3 April 2013 I have just enabled SSL on our live intranet site and run the full crawl to index everything to https rather than http. Everything works fine apart from default page. It shows error, when I checked the log file it shows the following error […]
Capture SharePoint 2010 environment information before upgrade to SharePoint 2013 Farm 3 April 2013 In one of my previous post I mentioned how to clean the SharePoint 2010 web application before upgrade to SharePoint 2013. In this post, I will explain what Information in required from SharePoint 2010 Farm during the SharePoint 2013 upgrade planning. […]
SharePoint 2013 Sign in as different user option not available 22 March 2013 As some of you noticed that in SharePoint 2013 welcome menu options “Sign in as Different User” is not available by default. You need this for various reasons and there is a work around to achieve it. SP 2010 default Welcome Menu […]
SharePoint 2013 web application SSL binding 21 March 2013 Imagine you have created two SharePoint 2013 web applications. They are hosted on same web front end server with default post 80.The web applications URL’s are something like web1.eblogin.com and web2.eblogin.com. You want to enable SSL on both web applications and have wildcard SSL certificate (*.eblogin.com). […]
Post upgrade Issue: SharePoint 2013 custom list “Quick edit” button is disabled 21 March 2013 I am in middle of testing a SharePoint 2010 to SharePoint 2013 project upgrade. I have faced couple of issues, the one is that the List “Quick edit” button is disabled in SharePoint 2013 after upgrade content database from SharePoint […]
Upgrade Web application from SharePoint 2010 Farm to SharePoint 2013 Farm 12 March 2013 The following steps will explain the upgrade process of SharePoint web application from SP 2010 to SP 2013 Farm Backup the Content database from SP2010 server using SQL management studio Move the database to SharePoint 2013 SQL server. Restore the content […]
Clean the SharePoint 2010 Environment before upgrade to SharePoint 2013 12 March 2013 It is highly recommended to do bit cleaning before you do an upgrade of SharePoint 2010 environment to SharePoint 2013.We need to make sure that environment is running and fully functioning, and should clean up all those contents which doesn’t required upgrade. […]
Customise SharePoint 2013 Blog site template 20 January 2013 You can find the OOTB onet.xml of blog site template at the following location C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\SiteTemplates\Blog I was surprised that there is not any default.aspx page for this blog template which was available in SharePoint 2010. The OOTB SharePoint 2013 blog site […]
Programmatically show processing screen in SharePoint 2010 25 May 2012 Some time when writing a custom solution in SharePoint which takes some time to process, it is nice to show end user some message screen saying something like “Please wait we are dealing with your request”. In SharePoint 2010 this functionality is available out of […]