DC 5.4 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 |
---|---|
DamShortName | A shortname for the dc. Usually the part before the “_dam” in the database name. |
InstallFolder | Where should the DigiBatch service be installed. |
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. |
digiadminUsername | The username of the user the DigiBatch service should run under. |
digiadminPassword | The password of the user the DigiBatch service should run under. |