Configure Epic

Last Updated: May 15, 2026

Give Epic print administrators control of their print environment inside and outside of Epic with Vasion Print. Eliminate the need to install print queues on the Epic print servers altogether and move to a driver-less print model, reducing the work required to maintain the print environment.

There are two places you need to configure settings for the Epic connector, in the Vasion Print Admin Console and inside Epic's administrative settings.

To use the Epic Connector functionality, contact your Vasion Print representative.

Requirements

Endpoints

Here are the endpoints for this feature. The <serviceclientname> is the IP address or hostname of your Service Client.

Copy Code

Receive Job

https://<serviceclientname>/ReceiveJob
Copy Code
Batch Open
https://<serviceclientname>/BatchOpen
Copy Code
Batch Close
https://<serviceclientname>/BatchClose

Ubuntu Service Client

Customers with an Ubuntu (LTS) 22.04 Service Client must run an additional command on the Service Client after configuring the steps below. The command initializes the service.

Copy Code
sudo ln -s "$(cat /etc/pl_dir)/service_client/service-output-management/bin/libmako-adapter-lib.so" "$(cat /etc/pl_dir)/service_interface/lib/libmako-adapter-lib.so" 

Turn On the Epic Connector Service

  1. In the Admin Console, select the Service Client where you want to configure Epic.
  2. Select the Output Automation tab.
  3. Enter the Domain Name of the Service Client machine.

    Output Automation tab showing the DNS Name section

    This Domain Name must match the device certificate name and the Service Client must map this Domain Name to its local IP address. If this field is empty, the service will fail to start, and adds a "Failed to get host address" to the log.

  4. Scroll down to the API & IPP Print Service section and select Enable API Print Service.

    1. If needed, change the port number to match your Epic settings. The Epic default port is 31990.

      API Print Service section of the Output Automation tab

    2. Select Enable Basic Authentication.

      1. Select and delete the generated code.
      2. Enter the Epic endpoint record (E0A) basic authentication username and password.
      3. Use the format username:password

      Authorization code section of the Output Automation tab

    3. Enter the information for your certificate using one of the following options:

      1. Path to Certificate: Enter the file path to where your .pem and .key files are stored on the Service Client.

        Path to certificate option in the Output Automation tab

      2. Enter Certificate: Paste the contents of the certificate and key files into the corresponding text boxes.

        Enter certificate opition in the Output Automation tab

  5. In the API Status Update Credentials section, use the Source System dropdown to select Default or Epic.
    1. Default: Enter the Username and Password for the EMP Record credentials.

      API Credentials section showing the Default option selected and the Username and Password fields availabe.

    2. Epic: Use the Authentication Type dropdown to select OAuth 2.0 or Username / Password.

      1. Username/Password: Enter the Username and Password, prepending the username with emp$ for Epic.

        1. Use the Environment dropdown to select Production or Non-Production.

        API Credentials section showing the fields for username, password, and environment.

      2. OAuth 2.0: Enter your Epic URL (including the scheme https:// or http://) in the Epic URL field.

        1. Leave the JWKS URL as is.
        2. Use the Environment dropdown to select Production or Non-Production.

        API credentials section showing the OAuth 2.0 credential options.

  6. Select Save.

The Status section shows a green circle and states the service is Online when everything is configured correctly.

Output Automation service status

API Print Service

For information on the API Services and print options, visit the API Print Service documentation.

Optional Next Step

Troubleshooting Help