Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Can I change the temporary folder for RRC reports/prints?

If it is possible, how to configure/change the temp directory where the temporary files of PDF/Word creation are stored?

In my environment, WAS based, the directory is /tmp/rrc_reports.

Thanks in advance.

Adriano.

0 votes


Accepted answer

Permanent link

The DNG/RRC temporary folder for reports and other stuff is NOT the Websphere temp folder. Neither in Websphere Application Server nor in Websphere liberty.

This files are written in the Java temporary folder, defined either by the environment variable TMP or TEMP or by a java startup directive. Because on windows, the application normaly runs under SYSTEM account, the TMP or TEMP environment variables are not set, so java is using C:\WINDOWS\TEMP. To avoid this you can defined on the java cmdline arguments in Websphere Console or in jvm.options of liberty following java startup parameter:

-Djava.io.tmpdir=C:\temp

Rosa Naranjo selected this answer as the correct answer

0 votes


One other answer

Permanent link
Hi Adriano,
 RRC will grab the temp directory from WAS temp directory configuration, which in you case is /tmp. There is a was property to configure the temporary location, if you modify that property it will change for RRC as well

1 vote

Comments

Hello Edgar,

is this still valid in 6.0.2?

In RM advanced properties, there exists an entry, which is empty per default:
- com.ibm.team.reports.temp.folder

I have set it to (on windows), but nothing changed. The temp folder is still on c:\windows\temp
- com.ibm.team.reports.temp.folder=L\:/CLM_RMRPTTemp

I will give a try to the WAS setting. Have to search for the setting for liberty.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 2,357

Question asked: Sep 13 '12, 6:38 p.m.

Question was seen: 5,577 times

Last updated: Sep 04 '16, 1:21 p.m.

Confirmation Cancel Confirm