If you can't find the product or version you're looking for, visit support.ataccama.com/downloads
Versioned File System Component
This component defines a set of versioned filesystem folders. It is used to monitor configuration file changes in order to enable reloading the new configuration without a server restart.
Modified files are detected on the refresh command execution and are replaced to the currently running configurations. To refresh the files, use the refresh command (see OnlineCtl) or the Refresh versioned filesystem folders option on the ONE Runtime Server Admin Server screen.
Sample Versioned File System component configuration
<component class="com.ataccama.dqc.server.services.VersionedFileSystemComponent">
<versionedFolders>
<versionedFolder>../online/lookups</versionedFolder>
<versionedFolder>../online/csv</versionedFolder>
</versionedFolders>
</component>
Property | Default Value | Required | Description |
---|---|---|---|
versionedFolders |
N/A |
No |
Paths (absolute or relative to the server configuration file) to filesystem folders that should be versioned. |
requiredRole |
N/A |
No |
User role required to execute the refresh command. For a configuration example, see Server Security. |
Was this page useful?