Skip to main content

August 17, 2026

Accessing Omnissa Access Connector Log Files

To debug and troubleshoot problems, you can view the Omnissa Access connector log files, which are stored on the connector server. The Directory Sync, User Auth, Kerberos Auth, and Virtual App services each have their own log files.

Connector Log Files




Type of Log FileLog File LocationDescription
Installation log fileConnectorInstallerFolder\Access_Connector_Installer.logMessages related to installation
User Auth service log filesINSTALL_DIR\Access Connector\User Auth Service\logs\eas-service.logMessages related to authentication
Directory Sync service log filesINSTALL_DIR\Access Connector\Directory Sync Service\logs\eds-service.logMessages related to directory sync
Kerberos Auth service log filesINSTALL_DIR\Access Connector\Kerberos Auth Service\logs\eks-service.logMessages related to Kerberos authentication
Virtual App service log filesINSTALL_DIR\Access Connector\Virtual App Service\logs\eis-service.logMessages related to virtual apps integration
Enterprise services vertex logsINSTALL_DIR\Access Connector\User Auth Service\logs\eas-vertx-access.log
INSTALL_DIR\Access Connector\Directory Sync Service\logs\eds-vertx-access.log
INSTALL_DIR\Access Connector\Kerberos Auth Service\logs\eks-vertx-access.log
INSTALL_DIR\Access Connector\Virtual App Service\logs\eis-vertx-access.log
Information about the API requests on the enterprise services.
Enterprise services process standard output logsINSTALL_DIR\Access Connector\User Auth Service\logs\UserAuthService.out.log
INSTALL_DIR\Access Connector\Directory Sync Service\logs\DirectorySyncService.out.log
INSTALL_DIR\Access Connector\Kerberos Auth Service\logs\KerberosAuthService.out.log
INSTALL_DIR\Access Connector\Virtual App Service\logs\VirtualAppService.out.log
Information about the process running the enterprise services.
Enterprise services process standard error logsINSTALL_DIR\Access Connector\User Auth Service\logs\UserAuthService.err.log
INSTALL_DIR\Access Connector\Directory Sync Service\logs\DirectorySyncService.err.log
INSTALL_DIR\Access Connector\Kerberos Auth Service\logs\KerberosAuthService.err.log
INSTALL_DIR\Access Connector\Virtual App Service\logs\VirtualAppService.err.log
Error information about the process running the enterprise services.
Enterprise services process wrapper logsINSTALL_DIR\Access Connector\User Auth Service\logs\UserAuthService.wrapper.log
INSTALL_DIR\Access Connector\Directory Sync Service\logs\DirectorySyncService.wrapper.log
INSTALL_DIR\Access Connector\Kerberos Auth Service\logs\KerberosAuthService.wrapper.log
INSTALL_DIR\Access Connector\Virtual App Service\logs\VirtualAppService.wrapper.log
Information about the process running the enterprise services such as Java options and process ID.

Enabling DEBUG Mode for Connector Log Files

To help troubleshoot issues with your deployment, you can enable DEBUG mode for the servicename-service.log files. In DEBUG mode, debug messages are written to the log files and provide detailed information about issues.

Contact Support for information on how to turn on DEBUG mode.

Tailing Connector Log Files

You can tail log files to view the bottom n number of lines from a log file. You can also use the -wait option with the tail command to monitor the logs. With the -wait option, the specified number of lines are printed to the console every time the log is updated.

  1. In the connector server, open Windows PowerShell.

  2. Navigate to the folder that contains the log file.

  3. Enter the following command:

    Get-Content logFile -Tail numberOfLines –wait

    For example:

    Get-Content eds-service.log -Tail 2 –wait

Additional Information

For information about increasing the size and number of log files, see Increasing the Size and Number of Omnissa Access Connector Log Files.

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…