Unica Campaign listener syntax and options

Use these options to install or uninstall unica_aclsnr as a Windows service, do a flowchart recovery run, or display the listener version.

Use the following syntax with the unica_aclsnr command:

unica_aclsnr {[-a] | [-i]} {[-n] | [-r]} [-d <service_dependencies>] [-u] [-v]

The unica_aclsnr utility supports the following options:

Table 1. Unica Campaign listener options
Option Description
-a This option installs the listener as a Windows service with auto-restart functionality. If the listener process fails to start or if it stops unexpectedly, this option tries to restart it automatically. It makes two retry attempts within a specified time period. This option is supported for both single-node and clustered listener configurations.
-i This option installs the listener as a Windows service without auto-restart functionality. If the listener is unavailable, it will not be restarted.
-r (the default) This option starts a recovery run by forcing the listener to find and register any running flowcharts. Use this parameter if for some reason the listener goes down and flowcharts (unica_acsvr processes) are still running. The listener stores flowchart information in a text file (unica_acslnr.udb). When you use -r, the listener checks the .udb file for running flowcharts and re-establishes the connections.

Even if the running flowchart processes (flowchart and branch production runs only) went down with the listener, the listener reloads those flowcharts and resumes running them from the last saved checkpoints.

-n The opposite of -r. This option prevents the listener from checking the unica_acslnr.udb file.
-d [-d <service_dependencies>] is an optional argument that tells the Microsoft Windows operating system to wait until the services in <service_dependencies> are completely started before launching the Unica Campaign listener. The most common use case is when the web application server that runs Unica Campaign is also installed as a service, because the web application server must be fully launched and running before you launch the Unica Campaign listener. To specify multiple services, use a comma-separated list. Use the Service name defined in Windows Services.
-u This option uninstalls the listener as a service (Windows only).
-v This option displays the current version of the listener.