Prepare RPA, OCRWIN and BI configurations
Windows configs can be generated on the Integration Server. In this guide, you can find the steps how to do it manually.
Configuration files must be placed on the Integration Server, to the INSTALL_DIR/distr/win_confs directory according to the server role:
- RPA – INSTALL_DIR/distr/win_confs/rpa_configs
- OCRWIN – INSTALL_DIR/distr/win_confs/ocrwin_configs
- BI – INSTALL_DIR/distr/win_confs/bi_configs
To prepare configurations:
Log in to the Integration Server via SSH.
Change user to default user
wfuser.$ su - wfuser $ cd /opt/workfusion/wf_installer/Make sure that hostnames for desired server roles are filled with actual hostnames in hosts.yml:
- rpa_hostnames
- ocrwin_hostname
- bi_hostname
For RPA, if there is more than one hostname, divide them with commas.
Make sure that certificates are generated and located at <PACKAGE_DIR>/certificates.
For the BI server config generation:
Make sure that tableau_dashboard_user and tableau_dashboard_pass are filled with correct values.
$ ./install.sh edit_config intFor the RPA server config generation:
In case of multiple bots, specify the
rpa_bots_per_serverparameter and define the number of bots.$ ./install.sh edit_config intRun a configuration generation step for each server to generate config files:
RPA server:
$ ./install.sh generate_conf rpaOCRWIN server:
$ ./install.sh generate_conf ocrwinBI server:
$ ./install.sh generate_conf bi
These commands will ask for the Secrets Vault password that is used for encrypting the config.yml file.
Copy the appeared directories to the destination Windows hosts.