Skip to main content
OnCommand Workflow Automation 5.1

Enable remote access to the OnCommand Workflow Automation database on Windows

Contributors

By default, the OnCommand Workflow Automation (WFA) database can be accessed only by clients that are running on the WFA host system. You can change the default settings if you want to access the WFA database from a remote system.

  • You must have logged in to the WFA host system as an admin user.

  • If a firewall is installed on the WFA host system, you must have configured your firewall settings to allow access from the remote system.

The default WFA installation path is used in this procedure. If you changed the default location during installation, you must use the custom WFA installation path.

Steps
  1. Open Windows Explorer, and navigate to the following directory: WFA_install_location\WFA\bin

  2. Perform one of the following actions:

    To…​ Enter the following command…​

    Enable remote access

    .\wfa --db-access=public --restart

    Disable remote access

    .\wfa --db-access=default --restart