PrizmDoc Viewer v13.17 - Updated
Administrator Guide / PrizmDoc Application Services / Installing / Check the Connection to PrizmDoc Server
In This Topic
    Check the Connection to PrizmDoc Server
    In This Topic

    PAS has a simple URL that you can use to verify the connection to PrizmDoc Server:

    1. On the machine where you installed PAS, open your web browser and navigate to http://localhost:3000/servicesConnection. If you have changed the default port from 3000, use the correct port for your instance of PAS.
    2. If the connection is active, you will see OK on the page:

      If the connection is not available, you will see a blank screen:

    To troubleshoot connection issues between the Viewer and the backend, look at one of the following sections, depending on whether you have a self-hosted backend or PrizmDoc Cloud backend.

    Troubleshoot Connection Issues to Self-Hosted Backend

    If there is an issue with your connection, there are a few steps you can take to troubleshoot:

    1. Locate your PrizmDoc Application Services (PAS) config file. Assuming the standard install location would be C:\Prizm\pas\pcc.win.yml on Windows and /usr/share/prizm/pas/pcc.nix.yml on Linux.
    2. Look at the values set for the pccServer.hostName, pccServer.port, and pccServer.scheme to confirm they are correct:

      • pccServer.hostName should specify the machine where you installed PrizmDoc Server.
      • pccServer.port should specify the port that PrizmDoc Server is using, which is 18681 by default for both single-server mode and cluster mode. If the settings are not correct, update them and try again.
    3. If the values for these parameters are correct, try restarting PAS. Refer to Starting & Stopping PAS for instructions, and try again.

    If you are still unable to verify your connection to PrizmDoc Server, please contact Accusoft Support.

    Troubleshoot Connection Issues to PrizmDoc Cloud Backend

    If there is an issue with your connection, there are a few steps you can take to troubleshoot:

    1. Locate your PrizmDoc Application Services (PAS) config file. Assuming the standard install location, this would be C:\Prizm\pas\pcc.win.yml on Windows and /usr/share/prizm/pas/pcc.nix.yml on Linux.
    2. Look at the values set for the pccServer.hostName, pccServer.port, and pccServer.scheme to ensure the following (the pccServer.apiKey should be set to your API key):

      • pccServer.hostName: "api.accusoft.com"
      • pccServer.port: 443
      • pccServer.scheme: "https"
    3. If the values for these parameters are correct, try restarting PAS. Refer to Starting & Stopping PAS for instructions, and try again.

    If you are still unable to verify your connection to the PrizmDoc Cloud, please contact Accusoft Support.