Installation
Requirements
The complete installation of enaio® is required. Installation of the DMS service is also required.
Installation
When using os_service-manager_setup.exe located in the \Backend\Service-Manager\ directory for the installation, the services are installed and updated.
Enable the 'repository-manager' service and, if not already installed, the DMS service during the installation.
The Service Manager Update located in the \Backend\ directory can also be used for updates. Further steps are required for updates, depending on the version of enaio® repository-manager.
Assignments between content repositories and enaio® document types and their fields are checked when the 'repository-manager' service is started: Endpoint 'manage/health/dmsObjectModel'. If there are errors, then the service is running, but it is shown as 'down' in the enaio® services-admin.
Generally, a certificate for data consistency and security must be imported and integrated in enaio® service-manager and the repositorymanager-prod.yml configuration file and the SAP SSL configuration must be modified accordingly to communicate with SAP.
Default Settings
enaio® repository-manager is installed with the following default settings. Customizations, if necessary, should be performed before starting the services. Remember that YML files have a specific syntax.
Port | 8010 is the default port for 'repository-manager' services. If you need to change the port, only do so in the servicewatcher-sw.yml file. You will need to restart enaio® service-manager afterward. |
enaio® appconnector | enaio® appconnector is expected to communicate over the same server (IP 127.0.0.1) and over port 8060 by default. If this is not the case, then use the repositorymanager-prod.yml configuration file to customize the address. |
Working directory |
By default, the working directory is created by enaio® service-manager in the \rm\working-dir subdirectory of the data directory. You can use the working-dir parameter of the repositorymanager-prod.yml configuration file to customize it. |
The repositorymanager-prod.yml Configuration File
The repositorymanager-prod.yml configuration file is installed by enaio® service-manager in the \config directory during the installation. You can generally use the enaio® repository-manager interfaces to specify the mandatory parameters. Optional parameters can be entered in the configuration file using a text editor.
A configuration file with all parameters is available for download.
Parameters of the configuration file:
If SSL is enabled for the 'dms' service, the following entry must be added to the repositorymanager-prod.yml configuration file:
enaio.host: <hostname/IP-address>
hostname/IP-address: The host name (FQDN) or the IP address is specified, depending on the certificate.
Connections via enaio® gateway
The communication between enaio® and enaio® repository-manager can be secured via enaio® gateway:
Connection | Direct connection | enaio® gateway connection |
---|---|---|
ArchiveLink | <repository-manager-IP>:8100/cs/contentserver | <gateway-IP>:80/repositorymanager/cs/contentserver |
ILM | <repository-manager-IP>:8100/cs/ilm | <gateway-IP>:80/repositorymanager/cs/ilm |
GUI | <repository-manager-IP>:8100 | <gateway-IP>:80/repositorymanager |
KGS GUI | <repository-manager-IP>:8100/cs/ | Currently cannot be accessed via enaio® gateway. |