Run post-installation procedures
Check the installation
Once the installation is completed, check WorkFusion Platform with Business Process (BP) and Manual Task:
- To check WorkFusion S3, OCR, RPA, AutoML and WorkSpace run Environment Health Check.
- All the checks must produce the "OK" status.
Activate the OCR license
Activate the license on the OCR Server as described in the OCR License topic.
Activate the WF ELK license
Activate the WF ELK license as described in the WorkFusion ELK License topic.
Activate the Tableau license
After WorkFusion Analytics Server or WorkFusion Analytics Desktop are installed, you must activate the Tableau component. To complete the activation process, receive the WorkFusion Analytics Server and Desktop product keys from the WorkFusion team.
There are two ways to activate or deactivate product keys depending whether the computer has internet access or not. Follow the official Tableau guide that best suits your scenario.
Activate:
For more information on licenses, see Manage the WorkFusion Analytics license.
Import SSL certificates
The SSL certificates are required for correct rendering of web pages over HTTPS. If you have installed Workfusion Intelligent Automation Cloud version 10.0 using the self-signed certificates, remeber to add the ca.crt to your browser.
To acquire the certificate:
- In your browser, type the address of installed Control Tower or any other server, for example, BEP or INT, and add "/ca.crt" to it: http://<control-tower-instance>-ct1.workfusion.com/ca.crt.
- Press Enter. The certificate is downloaded to your computer.
Setup backups
Setup the cold-backup procedure, which should be aligned with your company backup policy.
Configure BEP (optional)
The following commands must be run on the Integration server.
To update models, run the following commands:
$ cd INSTALL_DIR
# Will update the models, merging the already uploaded with the new ones
$ ./bep_models_uploader.sh <PATH_TO_MODELS_PACKAGE>
# Use -o flag to overwrite everything with the new models instead of merging
$ ./bep_models_uploader.sh -o <PATH_TO_MODELS_PACKAGE>