Work Process: SharePoint Server 2016

Name: SharePoint Administration
Service Name: SPAdminV4
Description: Performs administrative tasks for SharePoint
Path to Executable: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\BIN\WSSADMIN.EXE

WSSADMIN properties
 
Name: SharePoint Insights
Service Name: SPInsights
Description: Microsoft SharePoint Insights is a hybrid solution that helps SharePoint administrators manage their infrastructure more efficiently. After it is configured properly, it will upload data to Microsoft and give administrators access to different reports in Office 365.
Path to Executable: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\BIN\OfficeDataLoader\Microsoft.Office.BigData.DataLoader.exe
 
Name: SharePoint Search Host Controller
Service Name: SPSearchHostController
Description: Performs host deployment and management for SharePoint search components.
Path to Executable: C:\Program Files\Microsoft Office Servers\16.0\Search\HostController\hostcontrollerservice.exe

HostControllerService
 
Name: SharePoint Server Search 16
Service Name: OSearch16
Description: Administers and crawls content from repositories.
Path to Executable: C:\Program Files\Microsoft Office Servers\16.0\Bin\mssearch.exe

mssearch
 
Name: SharePoint Timer Service
Service Name: SPTimerV4
Description: Sends notifications and performs scheduled tasks for SharePoint
Path to Executable: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\BIN\OWSTIMER.EXE

owstimer
 
Name: SharePoint Tracing Service
Service Name: SPTraceV4
Description: Manages trace output
Path to Executable: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\BIN\wsstracing.exe

wsstracing
 
Name: SharePoint User Code Host
Service Name: SPUserCodeV4
Description: Executes user code in a sandbox
Path to Executable: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\UserCode\SPUCHostService.exe
 
Name: SharePoint VSS Writer
Service Name: SPWriterV4
Description: SharePoint VSS Writer
Path to Executable: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\BIN\SPWRITER.EXE

 
Name: Microsoft Project Server Calculation Service 2016
Service Name: ProjectCalcService16
Description: Microsoft Project Server Calculation Service manages the lifecycle and the communication of the processes that handle modifications to projects.
Path to Executable: C:\Program Files\Microsoft Office Servers\16.0\Bin\Microsoft.Office.Project.Server.Calculation.exe
 
Name: Microsoft Project Server Events Service 2016
Service Name: ProjectEventService16
Description: Microsoft Project Server Events Service executes events triggered by changes to entities on the ProjectServer.
Path to Executable: C:\Program Files\Microsoft Office Servers\16.0\Bin\Microsoft.Office.Project.Server.Eventing.exe
 
Name: Microsoft Project Server Queue Service 2016
Service Name: ProjectQueueService16
Description: Microsoft Project Server Queue Service executes project related jobs asynchronously. Example queue jobs: Save project, publish project, submit timesheet.
Path to Executable: C:\Program Files\Microsoft Office Servers\16.0\Bin\Microsoft.Office.Project.Server.Queuing.exe

Click on the image to view larger resolution

Work Process_1

Work Process_2

Work Process_3

Work Process_4

Crawl error Processing this item failed because of an unknown error when trying to parse its contents sharepoint

During various search troubleshooting i came across the following crawling error in the Crawl log of a SharePoint 2013 environment.

Processing this item failed because of an unknown error when trying to parse its contents. (Error parsing document ‘http://********.*****.com/Project/abcd/Q_M/ABX/SitePages/Homepage.aspx’. Sandbox worker pool is
closed.; ; SearchID = *******************)

In order to fix this you can try to perform the following action plan:
Open “Local Policies
Click on “User rights assignment

user-rights-assignment

Make sure that the search service account has the following rights:
Replace a process level token

adjust-memory-quotas-for-process

Adjust memory quotas for a process

adjust-memory-quotas-for-process-properties

Impersonate a client after authentication

impersonate

Please make sure that the policies don’t get changed afterwards.

After implementing the above changes please run a clear configuration cache
After clearing the cache, start a full crawl and the errors should be gone.

Start SharePoint Service Application Proxy using Powershell

If your Usage and Health Data Collection Proxy is in a stopped state here is a quick bit of PowerShell to to get it started:

$sap = Get-SPServiceApplicationProxy | where-object {$_.TypeName -eq “Usage and Health Data Collection Proxy”}
$sap.Provision()

The above can easily be adapted to allow you to start any Service Application Proxy