Server File System Service Component
The Server Filesystem Service component provides access to files placed on ONE Runtime Server, as well as the ability to list, upload, and delete files using the ONE Desktop as a client.
This way you can, for example, upload updated lookup files or updated plans.
You can only make these changes in folders that are defined in the roots
section of the server component.
To monitor changes in the lookup files referenced from online services and to enable reloading new values without a server restart, use the Reload Versioned File System workflow task. |
To enable the component, add the following definition to the server configuration:
<serverComponents>
<component disabled="false" class="com.ataccama.dqc.server.services.ServerFilesystemServiceComponent">
<roots>
<root>../services</root>
<root>../logs</root>
<root>../services/data1</root>
<root>../services/data2</root>
<root>pathvar://data</root>
<root>../data/in</root>
<root>../data/out</root>
<root>../data/ext/lkp</root>
</roots>
</component>
</serverComponents>
Property | Value | Required | Description |
---|---|---|---|
root |
N/A |
Yes |
Defines root folders for the remote filesystem. The defined paths are not restricted in any way (for example, you can refer to |
How to access the server filesystem from ONE Desktop
-
Launch ONE Desktop.
-
Create a new server connection to ONE Runtime server. Make sure to select the following connection details:
-
Implementation: Generic.
-
URL: URL of the internal communication port with ONE Runtime server, for example,
server.ataccama.com:7777
.
-
Was this page useful?