repair
The repair command starts FlowForce Server in troubleshooting mode, with all triggers and job executions disabled. This allows you to diagnose and resolve issues without running any scheduled tasks.
Syntax
flowforceserver repair [options] |
Note: On Linux systems, use an all-lowercase flowforceserver to call the executable. |
Options
In the command line, options can be used with one or two dashes.
Option | Description |
---|---|
--datadir=VALUE | Optional parameter. VALUE is the path of the instance-data directory.
If this option is not specified, the data directory of the current directory will be used by default. If there is no data directory in the current directory, the command will fail. |
--h, --help | Use this option to receive information about the command. |
Example
The example below shows how to start FlowForce Server in troubleshooting mode:
flowforceserver repair --datadir=C:\ProgramData\Altova\FlowForceServer\data |