Introduction SharePoint 2010 Workflow includes an action called Lookup Manager of a User. This action was not included in SharePoint 2013 Workflow. The purpose of this blog post is to show how that ...
by Jason Ramsey
I recently had to prototype an event receiver that I wrote in my development environment designed to trigger on the migration of data from SharePoint 2007 to 2013 using DocAve Migrator. Since I ...
Having a disclaimer popup in SharePoint is something that is necessary for many businesses and their internal external web sites. This is usually a mandate for legal requirements for tracking legal agreements. Recently we had ...
After working with Microsoft for over a month to try to resolve an issue where Open with Explorer does not work when access externally through WAP (Web Application Proxy), we finally have a ...
If you are building a SharePoint 2013 Apps you will need at some point in your development lifecycle to do load testing for your app to see how it will behave under big ...
by Rob Aycock
As SharePoint Online matures into a viable alternative to its on-premises counterpart, many people are asking the question Which version is right for my organization? As is usually the case, the answer is “It ...
I was working on SharePoint 2013 pilot project and I need to integrate customized HTML into Master page for this (publishing site). SharePoint 2013 comes up with new feature called “Design Manager” (This feature available ...
Visual Studio allows developers to deploy/publish Apps to a site (site collection) which has been created using the ‘Developer Site Template’. Recently, I was working with a SharePoint 2013 App for one of ...
by Waqas Sarwar
Today, I configured the SharePoint 2013 Farm with 2 WFE and 2 Apps server. Everything went smooth with no issues or errors . Central Admin was working, I successfully created the Search, MMS, ...
by Waqas Sarwar
Today, while I was configuring a test farm for my client, I got stuck on a strange issue. Everything was configured by default. I had ran and installed the pre-requisite’s via the GUI, ...
Introduction One of the neat features that is available in on-premises SharePoint but not in Office 365 is the email-enabled list. This feature allows a list to have a special email address that ...
by Kirk Alsup
I wanted to share a script I came across (developed by Ivan Josipovic) that will hopefully help many others out there in the future. I recently inherited a SharePoint/Project Server environment that no ...
When performing the SharePoint 2013 SP1 upgrade, I received the following error in the Upgrade log file (modified for readability): INFO Updating the 'IntranetPool' application pool to run in integrated mode. SPIisWebSiteWssSequence ajywk ERROR Action 4.0.14.0 ...
by Rick Mucha
Ever have someone ask you to build a registration form for training or sign-up sheet for an event on SharePoint? Seems simple enough until you go to do it… Well next time that happens give ...
One of the developers ran into an error with Management Reporter while he was trying to publish publish a report link to SharePoint. It threw the error: “Unable to create the related report ...
Sometimes for a multitude of reasons search topologies will fail. This can be from anything from a cumulative update that failed, to a psconfig.exe execution that stopped or failed. Also databases can get ...
This is the script we used for the removal process… Add-PSSnapin Microsoft.SharePoint.PowerShell #Removing Existing Search Service Applications $SSAS = Get-SPEnterpriseSearchServiceApplication ForEach ($SSA in $SSAS) { $SSA | FT Name, ID, ApplicationPool $Response = Read-Host -Prompt ...
This script is what we used to rebuild the topology. Notice the first section define variables this must be set to what you are using in your environment. or you can view the ...
by Biju Joseph
ASP.NET Session state is disabled by default in SharePoint 2010 installation. However, there may be need in custom solutions, web parts & third party tools like Telerik reports on top of SharePoint 2010 framework ...
Overview Office 365 brings a new development paradigm for us to learn for continuing delivering rich SharePoint 2013 solutions, including a new ‘Visual Studio in the cloud’ with the Napa toolset. To learn ...
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]