In the file Phoenix.exe.config (or Phoenix32.exe.config) there are two path properties that can be configured, if necessary, for your local environment.
tempDirectoryRoot: Use this property to specify where Phoenix writes temporary files. The path must be fully qualified and cannot include environment variables. The default value is <blank> which will cause Phoenix to use the default system temporary directory. To have Phoenix use the Phoenix application data folder for the temporary storage, you might specify the path as:
tempDirectoryRoot="C:\Users\UserName\AppData\Roaming\Certara\Phoenix\Temp"
repositoryDirectory: Use this property to specify the location Phoenix will use as a working folder for open projects. The path must be fully qualified. This property supports the use of environment variables. The default value is "%APPDATA%\Certara\Phoenix\ScratchRepository". To use the system temporary file location, you might specify the path as:
repositoryDirectory="%TEMP%\ScratchRepository"
Legal Notice | Contact Certara
© Certara USA, Inc. All rights reserved.