Troubleshooting Tips

SharePoint Manager Plus is not starting

SharePoint Manager Plus uses Postgres database by default and the database connectivity needs 33315 port to work. Check if any other application runs in the same port. If so change the default port number in the database_params.conf in the conf folder of product location (url=jdbc:postgresql://localhost:[Your_Port_Number_here]/spmpdb?useUnicode=true&characterEncoding=UTF-8) or free the port 33315 (Recommended).

User account Privileges

User account used for configuring the On-Premise Farm server must have the below mentioned privileges

SharePoint Manager Plus Farm Configuration

What should I do if "Access is denied" error message shown?

Possible Reasons

Solutions

Note:

In case of your Remote machine (SharePoint Server machine) and Client machine (SharePoint Manager Plus installed machine) being in different domains, run the below commands in the client machine, opening the PowerShell as administrator, (Check if any Public network connection is available in the machine. If so, change it to Domain or Private and Proceed)

"Cannot access the farm" error message displayed. What should I do?

Possible Reasons

Solutions

Note:

In case of your Remote machine (SharePoint Server machine) and Client machine (SharePoint Manager Plus installed machine) being in different domains, run the below commands in the client machine, opening the PowerShell as administrator, (Ignore this if you had already done this step)

What should I do if "Remote/Local PowerShell Settings required in order to add farm" error message shown?

Possible Reasons

Solutions

Run the below commands in Client machine's PowerShell as administrator,

Run the below command in Remote machine's PowerShell as administrator,

"PowerShell Version is less than 2" error shown. What should I do?

SharePoint Manager Plus needs the PowerShell version 2 or above to work. Upgrade your PowerShell version.

"Remote/Local Powershell settings required" error shown. What should I do?

Solutions

Note: Follow the below pre-requisites for enabling Remote PowerShell on both remote server machine (SharePoint Server) and local machine (where SharePoint Manager Plus is installed)

Perform the below steps on the SharePoint Server Machine: Open the PowerShell as administrator

Perform the below steps on the Local Machine (where SharePoint Manager Plus is installed): Open the PowerShell as administrator

Commands to increase maximum memory allocated per shell, recommended size is 1024 MB.

Commands to increase maximum concurrent shells allowed per user, recommended count is 30.

Note:

In case of remote server and local machine being in different domains, run the below commands in the local machine

Farm Configuration Failure / Synchronization Fail ( The request not supported error ):

SharePoint Manager Plus uses CredSSP authentication to connect to the remote server to fetch SharePoint data. Credential Security Support Provider protocol (CredSSP) is an authentication provider that processes authentication requests for other applications.

A remote code execution vulnerability exists in the Credential Security Support Provider protocol (CredSSP). To address this security vulnerability, Microsoft rolled out a security update ( CVE-2018-0886 | CredSSP Remote Code Execution Vulnerability ) for the affected Operating Systems. Both the client and server need to be updated, or Windows and third-party CredSSP clients may not be able to connect to Windows or third-party hosts.

Example, when trying to connect using Remote Desktop Connection, you may receive the below shown error.

Troubleshooting Tips

When trying to establish a Remote Powershell connection you may receive the below shown error.

Troubleshooting Tips

The list of other possible errors :

Click here to know more about the issue.

You can fix this issue by installing the Microsoft security update  in both the client and remote server.

You can download the security update for a particular Operating System from here.

Syncing

There is problem with my automated scheduled sync. It doesn't happen.

Sync Now is not working

Required Local Group Policy Settings

This group policy settings needs to be done in machine where SharePoint Manager Plus application is installed.

To enable client-side CredSSP to allow user credential delegation for winrm for your target machine in the domain, set the following policy values:

Creating custom PowerShell session configuration

Perform the below steps on the SharePoint Server Machine: Open the PowerShell as administrator,

Now, open the SharePoint Manager Plus installation location and go to ManageEngine\SharePoint Manager Plus\bin folder,

Windows Azure AD v2 (AzureAD) module must be installed to sync Azure AD Users.

Windows Azure AD v2 (AzureAD) module must be installed to sync Azure AD users. Please follow the below mentioned steps with administrative rights:

  1. If you had already installed PowerShellGet and nuget package provider, proceed to step (2).
    • Install PowerShellGet using this link
    • Install nuget package provider in PowerShell with the following command Install-PackageProvider -Name Nuget -MinimumVersion 2.8.5.201 -Force;
  2. Now, use the below command to install Azure AD v2 (AzureAD) module Install-Module -Name AzureAD -Force
  3. If the problem still persists, your firewall might be blocking it. Please contact support@sharepointmanagerplus.com.

Azure AD module is incompatible with 32-bit version of the product.

You must be using 32 bit version of Sharepoint Manager Plus. Windows Azure Active Directory Module v2 (AzureAD) must be installed to get users from Azure Active Directory, which is not available in 32 bit version.

Hence follow the below mentioned steps, 

  1. Download and install Sharepoint Manager Plus (64-bit)
  2. To install Azure Active Directory Module v2 (Azure AD):
    • Install PowerShellGet using this link
    • Install nuget package provide in PowerShell with the following command Install-PackageProvider -Name Nuget -MinimumVersion 2.8.5.201 -Force;
    • Now, use the below command to install Azure AD v2 (AzureAD) module Install-Module -Name AzureAD -Force
    • If the problem still persists, your firewall might be blocking it. Please contact support@sharepointmanagerplus.com.

Copyright © 2024, ZOHO Corp. All Rights Reserved.