Intro
Workbench Enterprise is a web-based alternative to our existing on-prem Workbench solution that includes some powerful new capabilities:- Multi-user — Multiple users can access and manage your pool of Workbench jobs.
- Web-based — You can use different platforms/browsers to remotely access and manage Workbench jobs even though the web server remains on-prem.
- Multi-platform — Works on Linux, Windows, and macOS.
- High availability — Better failover logic between jobs and the capability to split up large jobs between many different worker nodes on the server.
Prerequisites
You must have the following to use Workbench Enterprise:- Docker installed on your machine
- (Conditional) If you want to use an existing RabbitMQ account, provide the credentials
- The Workbench Enterprise grants—see below.
Note: If used, RabbitMQ encrypts all communication between the Control Center and the nodes. Only one RabbitMQ is required. If you have hundreds of nodes, you may consider linking multiple RabbitMQ instances to avoid overloading.
Required Grants
There are three grants required to use Workbench Enterprise:- Login to Workbench Enterprise — Required to log in to Workbench Enterprise. All users who want to use Workbench Enterprise must have this grant enabled for their role.
- Create Jobs in Workbench Enterprise — Allows the creation of jobs in Workbench Enterprise.
- Manage Workbench Enterprise — Allows a user to edit all jobs and configurations in Workbench Enterprise.
Configure Workbench Enterprise
The following sections describe the different locations and required steps to configure Workbench Enterprise.Domo Configuration
-
From the main nav, select
More
Admin . The Admin Settings display. - Under Authentication, select Workbench Enterprise. The Workbench Enterprise page displays.
-
Enter the URL(s) for your Workbench Enterprise instance so that you can use OAuth for secure access.

- Select Generate Key. The key displays in the Key field.
-
Select
Copy to copy the key to your clipboard.

Download Docker Images
Download the latest Docker images by running the following commands in a terminal window such as Windows command prompt, Mac terminal, or Linux terminal. When running Docker images on an ARM architecture, you will use the tagarm-latest:
Launch the Docker Image
On your local system, create a directory to store the Workbench Enterprise configuration and long-term storage. For example, on Linux, your directory could be: /usr/share/Domo Run the following Docker commands with the new file directory inserted in the highlighted section below. When running Docker images on an ARM architecture, you will use the tagarm-latest:
http://<your-host-computer>.
Configure a Reverse Proxy
You can use a reverse proxy together with Docker to enable browsing with HTTPS instead of HTTP with a certificate that you provide. Here is an example of a Nginx reverse proxy setup that works with Workbench Enterprise:One-Time Setup
On the One-Time Setup page, you must enter the following information:-
Under
RabbitMQ Setup, enter all required credentials in the appropriate fields.
- If you have an existing server you want to use, you must enter an admin credential.
- If you are using the RabbitMQ Server from the Docker command posted earlier, you are setting up the admin credentials and do not need existing ones.
- Under Domo Setup, enter your Domo domain.
- Paste the key you copied to your clipboard above from the Workbench Authentication.
- Select Submit. You are redirected to the Workbench Enterprise login page and can give Workbench Enterprise access to your Domo instance.

Log In
On the Workbench Enterprise login page, select Login With Domo.
Configure Your First Node
Note: Nodes currently work on Windows and Linux. This section contains instructions for configuration in each.
- As an administrator for your machine, launch your web browser and navigate to your Workbench Enterprise server.
- Log in to Workbench Enterprise.
- Go to Nodes.
- Download the Windows package.
- Extract the ZIP file and move the folder to a known location.
- From the Start menu on your machine, launch Command Prompt as an administrator. Follow the steps below depending on your system
Windows
-
Navigate to the folder where you placed the ZIP file and register your Workbench node as a Windows service by entering
- A protection mechanism exists to prevent the ThinClient from being run in standalone mode when it’s installed as a service. The service the ThinClient creates should be set up to launch automatically and restart on failure.
- After it’s installed as a service, the ThinClient must be managed through the service for all subsequent use.
- In Workbench Enterprise, go to Nodes > Untrusted.
-
Locate the node and select Trust to enable Workbench Enterprise to run jobs on the node.

Linux
-
Navigate to the folder where you placed the ZIP file and register your Workbench node as a Linux daemon by completing the following steps:
- Use chmod to update the ACL on EnterpriseThinClient to allow execution.
- Launch the EnterpriseThinClient -i
- In Workbench Enterprise, go to Nodes > Untrusted.
-
Locate the node you added and select Trust to enable Workbench Enterprise to run jobs on the node.
Nodes:- There is no limit to the number of nodes that can be connected to Workbench Enterprise.
- Jobs are not tied to specific nodes. They can be tied to “clusters,” which are assigned to nodes.
- The job will always execute on the first available node. If the job is assigned to a cluster, it will execute on the first node available in that cluster. If a node goes down, the job will execute on the next available node.
- There is no Workbench Enterprise master node. All nodes are treated the same way.
Configure Your First Shared Credential
To perform these steps, you must be logged in to Workbench Enterprise as an administrator.- Inside Workbench Enterprise, go to Admin > Shared Credentials.
-
Select New Shared Credentials > Database to open the creation modal.

-
Enter the values for the shared credential in the Database modal.

- Select Save Credentials.
Configure Your First Job
- Inside Workbench Enterprise, select Jobs in the left navigation.
- Select New Job.
- Enter a name for your job and select Submit.
- In the jobs list, locate and select your job.
- In the job details view, go to the Configure tab.
- Under Data, change the Connection Type to Connection String Builder.
- Select Use a database shared credential.
- Select the shared credential you configured earlier.
- Enter the query for your job.
- Select Save.
- Select Preview.
Import a Job to Workbench Enterprise
Follow these steps to import Workbench jobs into Workbench Enterprise:- In your previous Workbench installation, create a backup file that contains your job.
-
In Workbench Enterprise, go to
Admin > Workbench Import.

- Drop your Workbench backup file in the designated space.
- Under Backup file password, enter the password for your backup file and select Load Jobs.
- Select the jobs you want to import from the list and assign them a cluster.
- When you are ready, select Import.
Run Your First Job
After following the steps to configure your first job, do the following:- Inside Workbench Enterprise, select Jobs in the left navigation.
- In the jobs list, locate the job you want to run.
- Select
More > Execute.
Share Credentials
Workbench Enterprise admins can share credentials. In the left navigation, go to Admin > Shared Credentials.Use File Watch
You can use File Watch if the plugin you are using supports it. Follow these steps to configure File Watch:-
Find and select your job in the jobs list.

-
In the Schedule tab of the job details, check the box labeled Watch for changes in the Basic Schedule OR Advanced Schedule tab.
WBE will begin monitoring changes to your source. In the example below, WBE will watch for changes in File2.csv. If the file changes, the job will execute.


FAQ
Connectivity
Does Workbench Enterprise support JDBC?
Does Workbench Enterprise support JDBC?
JDBC is specific to Java-based technologies. Workbench Enterprise is not Java-based, so it can’t connect to JDBC drivers. Generally, if a JDBC driver exists, an ODBC driver also exists.
Does Workbench Enterprise support ODBC on non-Windows Workbench Enterprise platforms (like Linux or MacOS)?
Does Workbench Enterprise support ODBC on non-Windows Workbench Enterprise platforms (like Linux or MacOS)?
Yes, this is supported.
Upgrading & Plug-ins
Does Workbench Enterprise need to be updated manually?
Does Workbench Enterprise need to be updated manually?
The Control Center needs to be updated manually because it is a docker container. The nodes, by default, update automatically to be on the same version as the Control Center. This can be disabled on a per-node basis so that they can be manually updated within the Control Center.
Do standard Workbench plug-ins work with Workbench Enterprise?
Do standard Workbench plug-ins work with Workbench Enterprise?
No, plug-ins built for Workbench are specific to Workbench, and the same is true for Workbench Enterprise.
Are there known limitations for specific platforms?
Are there known limitations for specific platforms?
Currently, every plug-in works in every environment as long as the environment supports it and is properly configured.ODBC is harder to configure on Linux.