User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

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 c:/) and can be either absolute or relative to the server configuration file. They also support using path variables from the runtime configuration.

How to access the server filesystem from ONE Desktop

  1. Launch ONE Desktop.

  2. 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?