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, then installed the SharePoint features. Once this was complete, I ran the Config wizard which also completed successfully. Now when I am
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 can receive mail from users. By default, the emails will then be stored in that list, but custom processing of the emails
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 one in the organization had the credentials for the Farm or any service accounts. Not only did I find out no one
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 of Microsoft.SharePoint.Upgrade.SPIisWebSiteWssSequence failed. Upgrade SPIisWebSiteWssSequence ajywk ERROR Exception: The system cannot find the path specified. Upgrade SPIisWebSiteWssSequence ajywk ERROR at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.PropertyValueCollection.PopulateList() at
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 this a try! Create the Lists Calendar List – use the out of the box Calendar list and add these fields Seats
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 link in: https://(Server_name)/mysite” We all know that Management Reporter is an integrated support output destination for SharePoint. The report allows you to
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 contents right down here! Add-PSSnapin Microsoft.SharePoint.PowerShell#### Define Variables ### #where Database Server Name equals your database server $DBServer = ‘Database Server Name’
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 “Would you like to remove the above Search Service Application and all associated search data? Press Y or N” IF ($Response -eq
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 corrupted such as the search crawl database and the link store. There are several topologies for search you can build to get
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 where persisting information per user session is required. This is a case study we have done for our project referring below mentioned
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]