---
title: "Document Searchability Troubleshooting Guide"
canonical_url: "https://www.nutrient.io/guides/document-searchability/audit-and-ocr/troubleshooting-guide/"
md_url: "https://www.nutrient.io/guides/document-searchability/audit-and-ocr/troubleshooting-guide.md"
last_updated: "2026-06-01T16:54:29.762Z"
description: "Easily troubleshoot configuration issues in Document Searchability v2.6 with our comprehensive guide, enhancing your setup experience."
---

# Resolve Document Searchability configuration issues

Version 2.6\
March 2024

### Introduction

This brief guide is intended to summarize the most common configuration issues that can affect the operation of Document Searchability version 2.x. The Release Notes has more information on more specific errors. You can also check [Document Searchability blogs](/blog/) for even more information.

## Installation

The installation process is relatively straight forward by following the steps on the GUI. The installation should be carried out whilst being logged in as a System Administrator. In cases where the logged-on user does not have full admin privileges some components will fail to install.

A recommended approach is to run the Aquaforest_searchlight.msi through the command prompt. You will need to open an instance of command prompt with the ‘Run as Administrator’ option.

## Post installation

## SharePoint URL format

Below is an example of how to set the SharePoint URL format when setting up a document library in Document Searchability.

SharePoint 2010:

- Actual URL:

[https://SharePoint2010/site/myLibrary/myForms/AllItems.aspx](https://SharePoint2010/site/myLibrary/myForms/AllItems.aspx)

- Supported URL format in Document Searchability:\
  [https://SharePoint2010/site/myLibrary](https://SharePoint2010/site/myLibrary)

SharePoint 2013:

- Actual URL:\
  [https://SharePoint2013/site/Library/_layouts/15/start.aspx#/mylibrary/Forms/AllItems.apsx](https://SharePoint2013/site/Library/_layouts/15/start.aspx#/mylibrary/Forms/AllItems.apsx)

- Supported URL format in Document Searchability:\
  [https://SharePoint2013/site/Library/mylibrary](https://SharePoint2013/site/Library/mylibrary)

## Running the Diagnostic Tool

Once installed you can run the **Diagnostic Tool** which can be accessed from the **Help & Support** tab on the main screen.![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image8.png)

This will initiate the diagnostic wizard which will run various checks to determine if your system meets all the requirements needed to run Document Searchability. If there are dependencies that are not installed, download them using the link in the diagnostic tool and install them. If you notice any failures during the run contact the support team.![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image9.png)

## Long Path Support

When enumerating documents to process, Document Searchability can come across documents that exceed the file path length enforced by windows. These files are skipped and not processed.

Starting from Windows 10 and Windows Server 2016, there is now support for long paths. However, long paths support is not enabled by default. You need to enable the following policy to take advantage of this new feature.

Open Global Policy Editor (**Start > Run > gpedit.msc**) and enable “**Enable Win32 long paths**”.![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image10.png)

Restart the Document Searchability UI and service after making changes to this policy.

## Empty drop-down lists

This is a symptom seen on Windows Server 2008 and Windows Server 2012. If you experience the dropdown lists being empty within Document Searchability and are using one of the above operating system, then you will need to enable the “Application Server” Role. The following screenshots illustrate how to enable the “Application Server” Role:![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image11.png)![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image12.png)![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image13.png)![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image14.png)![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image15.png)

## Certificate Error

If Document Searchability tries to access a site that has an invalid SSL certificate, it will fail with an error message like “_Could not establish trust relationship for the SSL/TLS secure channel._”

There are 2 settings in the **Searchlight.config** file that can be used to fix this.![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image16.png)

- **recognizedCertificateThumbprints**

Use this setting to add the thumbprint/fingerprint (SHA-1) of the certificate that is causing the issue. More thumbprints can be added by separating each one with a comma. This is recommended way as it instructs Document Searchability to only ignore errors of recognized certificates.

See how to retrieve the thumbprint or fingerprint of the invalid certificate using [Chrome](#Chrome), [Firefox](#Firefox) and [Edge](#Edge) web browser below.

- **ignoreAllCertificateErrors**

Set this setting to true to ignore all errors for all certificates.

**NOTE:** Document Searchability UI and service must be restarted after making the change.

### Retrieving certificate thumbprint/fingerprint

To retrieve a site’s certificate’s thumbprint, first open the site in a web browser. If the certificate is invalid, a warning will be shown in the address bar.

- **Chrome**![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image17.png)

1. Click **Not secure** > **Certificate (Invalid)**

2. A popup window will appear![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image18.png)

3. On the **Details** tab, select **Thumbprint** and copy the value in the **recognizedCertificateThumbprints** setting in **Searchlight.config**.
   - **Firefox**![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image19.png)

4. Click the padlock icon with an exclamation mark

5. Click the arrow new to **Connection not secure**

6. A new popup will be shown. Click **More Information**![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image20.png)

7. In the new popup window, under **Security**, select **View Certificate**![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image21.png)

8. Copy the value of **SHA-1** under **Fingerprints** and paste it in the **recognizedCertificateThumbprints** setting![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image22.png)

   - **Edge**![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image23.png)

9. Click **Certificate error** > **View certificate**

10. In the popup window, copy the value of **SHA1 fingerprint** and paste it in the **recognizedCertificateThumbprints** setting.![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image24.png)

## HTTP Error 500.19 – Internal Server Error![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image25.png)

The cause of this error can be found by running the **Diagnostic Tool**![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image26.png)

As shown above, the **URL Rewrite module** is not installed. This is required if you use the web interface.

[Download](http://download.microsoft.com/download/6/7/D/67D80164-7DD0-48AF-86E3-DE7A182D6815/rewrite_2.0_rtw_x64.msi) and install it.

You may encounter the following error when installing the URL Rewrite module “IIS Version 7.0 or greater is required to install IIS URL Rewrite Module 2”:![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image27.png)

To fix this:

1. Open Registry Editor (Regedit)

2. Go to **HKEY\_LOCAL\_MACHINE\SOFTWARE\Microsoft\InetStp**\![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image28.png)

3. Modify the **MajorVersion** and set the **Decimal** value to **9**\![](@/assets/guides/document-searchability/audit-and-ocr/troubleshooting-guide/image29.png)

4. Install the URL Rewrite Module

5. Go back to the registry editor and change the **MajorVersion** back to **Decimal** value of **10**

---

## Related pages

- [Open source components and copyright acknowledgements](/guides/document-searchability/audit-and-ocr/acknowledgements.md)
- [Enhance your document searchability with OCR modules](/guides/document-searchability/audit-and-ocr/aquaforest-searchlight-modules.md)
- [Effortless document location updates and deletions](/guides/document-searchability/audit-and-ocr/database-manager.md)
- [Make your documents searchable with OCR technology](/guides/document-searchability/audit-and-ocr.md)
- [Mastering OAuth2 for Exchange Online configuration](/guides/document-searchability/audit-and-ocr/exchange-online-oauth2-configuration.md)
- [Essential guidelines for document searchability](/guides/document-searchability/audit-and-ocr/installation-and-licensing.md)
- [Upgrade from Document Searchability 1.3x to 2.0](/guides/document-searchability/audit-and-ocr/upgrade-guide.md)
- [Nutrient Document Searchability release notes](/guides/document-searchability/audit-and-ocr/release-notes.md)

