ValidateOptions
Options to use when running validation on the server. Set ValidateOptions to one of the following values:
| Option | Description |
|---|---|
| 0 | Perform normal sub-index validation, finding all errors. |
| 1 | Fail any sub-index validation as soon as one error is detected, rather than trying to find all errors. |
| 2 | In the event of a sub-index validation failure, the server shuts down. You cannot restart it until you change ValidateOptions, or delete the main/validation.log file. |
| 3 | Applies both options 1 and 2. |
If you set this parameter in the DREVALIDATE index action, it overrides the value of the ValidateOptions configuration parameter.
| Actions: | DREVALIDATE |
| Type: | String |
| Default: | |
| Example: | ValidateOptions=3
|
| See Also: |