Skip to main content
Skip table of contents

WS_DATA_RETENTION_PATH

This option indicates the directory where the retention data of a web service will be stored.

  • To turn it on, set the option with a valid filepath;

  • To turn it off, set it as empty ''.

Example

CODE
CALL "SYSADMIN.setDefaultOptionValue"(
    'WS_DATA_RETENTION_PATH',
    'E:\DV\ws'
);;

WS_DATA_RETENTION_PATH is available since v4.4

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.