Product: TIBCO Spotfire®
How to configure a custom location for the AttachmentManager temp folder when using the export/import commands run by config.bat like "export-library-content"
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. 1) Open the Config.bat and add the below line at "rem Run the configuration tool" section, and enter the desired custom desired path. For example:
-Djava.io.tmpdir="%TSS_HOME%\temp"or:
-Djava.io.tmpdir="D:\temp"
After the changes, it should resemble something as below:
"%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 %*
2) Save the file and execute the command "config export-library-content".
This time it will by default create an AttachmentManager temp file in the \tomcat\temp\ folder. Doc: export-library-content
Comments
0 comments
Article is closed for comments.