Temporary File Path Configuration

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Installation Guide > Data Hub Agent > Windows > Configuration 

Temporary File Path Configuration

Raynet One Data Hub uses temporary files when processing certain tasks and transformations. For tasks and transformations processed on the agent, the location of the files and the threshold when to start the cleanup can be configured in the Raynet.RayVentory.DataHub.Agent.dll.config. The Raynet.RayVentory.DataHub.Agent.dll.config file located in the [InstallDir] (by default C:\Program Files (x86)\RayVentory\DataHubAgent) of Raynet One Data Hub Agent.

 

<add key="TemporaryFilesDirectory" value=""/>

<add key="ExecutionDelay" value="5"/>

<add key="Heartbeat" value="3"/>

<add key="ServerCertificateValidationCheck" value="false"/>

<add key="EtlCleanupThresholdInMb" value="500"/>

 

Parameter

Default Value

Description

TemporaryFilesDirectory

{empty}

The TemporaryFilesDirectory specifies the directory where the agent will write the temporary .csv files during the execution of the task or transformation. When the agent has finished the collection of the data, it will send all written .csv files to the backend and delete all files on the agent system. The TemporaryFilesDirectory needs to contain the path to the directory.

EtlCleanupThresholdInMb

500

The EtlCleanupThresholdInMb contains the threshold value in MB after which a cleanup of the temporary .csv files will automatically be started.

 

Windows

The path in the TMP environmental variable.

The path in the TEMP environmental variable.

The path in the USERPROFILE environmental variable.

The Windows directory.

 

Linux

The path in the TMPDIR environmental variable.

If no path is defined, it chooses the /tmp/ defaultpath.