Skip to main content

Reveal Review Publication

Appendix (Troubleshooting)

This section will focus in on some common errors that may occur during the initial installation process of Reveal AI.

SQL Server Connection Issues

These are some common setup issues that may cause your SQL Server to not communicate with the Reveal AI Application.

  1. Enabling TCP/IP and Named Pipes ports

    • Open Control Panel.

    • Open Administrative Tools.

    • Open Computer Management.

    • Under “Services and Applications” expand the SQL Server Configuration Manager dropdown.

      60414e3b8c26f.png
    • For the 3 sections highlighted above right click and “Enable” the TCP/IP and Named Pipes fields:

      • SQL Native Client 11.0 Configuration (32 bit).

      • SQL Server Network Configuration.

      • SQL Native Client 11.0 Configuration.

    • Once you enable the sections above open “Windows Services”.

    • Restart your SQL Services.

      60414e3d82059.png
  2. Ensure that the SQL Services highlighted above are Running.

    • SQL Full-text Filter Daemon Launcher

    • SQL Server

    • SQL Server Agent

    • SQL Server Browser

    • SQL Server CEIP service

    • SQL Server VSS Writer

Installing .NET Framework + ASP.NET

This is how to properly download and install the .NET Framework + ASP.NET for your Reveal AI webserver.

  1. Open Server Manager.

    60414e3f4c31b.png
  2. Select “Add roles and features”.

  3. On the left-hand navigation choose “Server Roles”.

  4. Under “Roles” expand the following drop down menus >> Web Server (IIS) >> Web Server >> Application Development.

  5. Check the following boxes:

    • .NET Extensibility 4.8

    • ASP.NET 4.8

      606387fbd46c5.png
  6. Click Next.

  7. On the “Features” tab expand the .NET Framework 4.8 features dropdown. Make sure the following boxes are checked and Click Install:

    • .NET Framework 4.8

    • ASP.NET 4.8

      606387fe08c77.png
Deployment on Non-US/UK Environment

When deploying on a non-US/UK environment you will need to confirm that your Windows Region and IIS settings are not using values that could break Reveal AI functionality.

  1. Region Settings – On ALL Reveal AI servers you will need to confirm that the Windows Region settings are set to a language that will read a decimal as "." and a comma as ",". If this is not the case please change this setting to English (United States) on ALL impacted servers.

    60414e45f137e.png
  2. IIS .NET Globalization – On your Reveal AI web server confirm that the Culture + UI Culture Settings for the Default Website are set to English (United States) (en-us) from its default (Invariant Language (Invariant Country).

    60414e48340af.png
My AI Service Is Not Starting

If you are getting the following error messages while trying to install your NexLP AI Service follow the steps below to help troubleshoot the issue: Installing... '--Jvm' is not recognized as an internal or external command, operable program or batch file. Done. Press any key to continue . . .

60414e4a077bb.png

After seeing this message the service should be installed but it will not start because there is no information populated on the service_edit_GUI.bat file.

60414e4ba9765.png
  1. The most likely cause of this is in the config_this_service.bat file, where there may be some unrecognizable characters in the SET C_SERVER_SERVICE_PASSWORD not letting the batch file populate the java paths for the service.

    60414e4d4ef42.png
  2. You will need to remove those characters from the SET C_SERVER_SERVICE_PASSWORD field.

  3. Run the delete_this_service.bat file from the Service Local folder and then reinstall the Service. It should look better:

    60414e4eebb4d.png
I Cannot Open the Reveal AI Processing Application

Please review the following steps should your Reveal AI Processing Application not open when you double-click NexlpProcessingApplication.exe.

  1. Right-click NexlpProcessingApplication.exe and open Properties.

  2. Navigate to the ‘General’ Tab.

  3. You should find the following Security Setting.

  4. Please make sure to check the circled Security option: This file came from another computer and might be blocked to help protect this computer. [_] Unblock. Sometime moving files across servers can cause a security concern on your environment.

    60414e505bcf4.png
Creating a .udl File

Follow these steps in setting up a UDL file to test the connectivity to an external SQL Server physically separate from the Reveal AI SQL Server for data ingestion. Before testing please confirm that the default SQL port (1433) is open on both the Reveal AI Web server and the server of the source databases.

  1. Create a .txt file on the desktop of your Reveal AI web server.

  2. Change the extension from .txt to .udl and open the file.

    • Enter the name of the SQL Server to which you are trying to connect.

    • You can use Win Auth if you are logged in as the user that is running the Reveal AI Application Pool in IIS for the Reveal AI Web Apps; if not enter the Username and password of that account.

    • If the connection is successful the database list from that SQL Server should populate within a few seconds. If that is not the case please review the error message along with any related information from the Windows Event Viewer.

      60414e52538de.png
HTTP 500 Internal Error When Trying to Hit the Web Application

"After some struggles I found out that in IIS manager->My Site->Authentication->Anonymous Authentication->Edit, the identity used for anonymous authentication was set to a specific user by default (IUSR). Setting it to use the application pool identity fixed it for me."

60414e5466c56.png
Server Error in ‘/StoryEngineWebClassic’ Application
  1. For additional error logging on the Reveal AI Web server:

    • Open the web.config file in the StoryEngineWebClassic folder.

    • Add the following tag to your config file right below the <connectionStrings>.

      • <system.web>

      • <customErrors mode="Off"/>

      • </system.web>

  2. After you add this in save your web.config file.

  3. Reload the front-end application, hitting either the COSMIC setting or Users/Group (under System Administration) to trigger the error you were seeing before.

  4. This time there should now be some more information about the error on screen.

    60414e5673979.png