Aras Innovator Platform

Temp Directory Configuration

This setting is optional.

The conversion server creates a separate temporary folder for each processing conversion task.

The name of this folder is equal to the ID of the corresponding conversion task. However, if this folder exists for some reason, a new folder is created with its name followed by a number suffix (e.g., “CONVTASKID_1”, “CONVTASKID _2”, etc.).

By default, these folders are created within the Path to Conversion server\..\temp folder. This setting can also be changed by modifying appsettings.json file of conversion server. To do so, add the lines below to appsettings file:

“ConversionServiceOptions": {

“TempDirectory": “new path to temp folder”

}

If the provided path is empty or incorrect, the default one will be used instead.