DC 5.9 DigiBatch installation
As of DC version 5.4.0 DigiBatch now uses a PowerShell installer like DC. The installer creates a new windows service.
When you upgrade from DigiBatch 5.4.0 to for example 5.4.1, you just need to run the installer again, and the existing service will be replaced.
If you are upgrading from a version less than 5.4.0, you have to manually uninstall the old DigiBatch.
Please note that you might have to open some firewall rules if you didn’t explicitly add the DigiBatch machine to the whitelist in the DamCenter installer. The relevant firewall rule is called “RabbitMQ-TCP-15672-Public”, if the machine is on a different domain. If the machines are on the same domain, then everything should just work out of the box.
Option name | Description |
---|---|
DamBaseUrl | The url of the Damcenter, including protocol, e.g., “https://dam.digizuite.com”. |
DamSiteName | The main name of the dam site, in the example above “dam.digizuite.com”. This is also extracted automatically from the “DamBaseUrl” if not set. |
SystemUser | The system username, usually “System”. |
SystemPassword | The password for the system user. Can be found in the web.config for the main dam site. |
DamShortName | A shortname for the dc. Usually the part before the “_dam” in the database name. |
InstallFolder | Where should the DigiBatch service be installed. |
logPath | Where should the log files be stored. |
MonitoringServicesFolder | The path to the monitoring services. If DigiBatch and DAM is installed on the same server, these *has* to be the same path, otherwise things like logs in mediamanager will not work properly. |
LokiHostName | The hostname of the server where “Loki” is installed. Usually the same as the RabbitMQHost. |
RabbitMQHost | The ip/servername of the rabbitmq server. Usually the webserver. |
RabbitMQUserName | The rabbitmq username. “guest” will not work if rabbitmq is on a different server than DigiBatch. The DC installer should prompt you to pick a proper name since 5.4.0. |
RabbitMQPassword | The password for the rabbitmq user. Same note as above applies. |
RabbitMQVHost | The “vhost” to use in rabbitmq. |
NatsHost | The servername:port of the nats server. If you only have one dam center installed on your webserver, it’s “<webserver>:4222”, where “webserver” is replaced with the name/ip of the webserver. Usually this is the same as the RabbitMQHost. |
winServiceUsername | The username of the user the DigiBatch service should run under. |
winServicePassword | The password of the user the DigiBatch service should run under. |