Products | Versions |
---|---|
Spotfire Server | 7.5 and higher |
By default, when you execute 'export-libray-content' command via command line, AttachmentManager is created in the system temp folder (C:\Users\Administrator\AppData\Local\Temp). At times, this may cause issues if the .tmp files are extremely large and there is insufficient disk space on the primary system disk. To workaround this issue, you can use the following resolution to have the AttachmentManager folder located anywhere that you have enough disk space. In this example, the directory "<server-installation>\tomcat\temp" is used, although any path can be used.
-Djava.io.tmpdir="%TSS_HOME%\temp"or:
-Djava.io.tmpdir="D:\temp"
"%JAVA_HOME%\bin\java" -Xms256m -Xmx1024m -classpath "%CLASSPATH%" -Dlog.dir="%TSS_HOME%\logs" -Djava.io.tmpdir="%TSS_HOME%\temp" -Dlog4j.configurationFile="%TSS_HOME%\spotfire-config\log4j2-tools.xml" com.spotfire.server.config.tool.ConfigApp %*