SharePoint Core Service Deployment Failed
Symptom
Automatic or manual deployment of Netwrix Auditor for SharePoint Core Service in Web Front-end (WFE) servers fails.
Cause
The service account used to upgrade or install Core Service has insufficient permissions.
Resolution
Review the permissions granted to the service account. Refer to the following article for additional information on required permissions: https://docs.netwrix.com/docs/auditor/10_8 (SharePoint — Permissions for SharePoint Auditing · v10.6).
Manual Installation
Refer to the following steps to manually install Core Service in all WFE servers:
-
Extract the SharePoint solution package—locate the
.msifile placed by default inC:\Program Files (x86)\Netwrix Auditor\SharePoint Auditing\SharePointPackageand extract the contents via 7-Zip. -
Once extracted, copy the
.wspfile to each WFE server. Run the following lines in each WFE in elevated PowerShell to install the solution package:
Add-SPSolution -LiteralPath c:\Netwrix.SharePoint.Audit.wsp
Install-SPSolution -identity Netwrix.SharePoint.Audit.wsp -GACDeployment -Local -Force
IMPORTANT: Replace the placeholder -LiteralPath path with the actual path for the .wsp package.
- Confirm the deployment in each server by running the following line in PowerShell:
Get-SPSolution -Identity 'Netwrix.SharePoint.Audit.wsp' | FT
Verify that Core Service is installed globally.
Related Articles
- https://docs.netwrix.com/docs/auditor/10_8 (SharePoint — Permissions for SharePoint Auditing · v10.6)