Advise on C:\Inetpub\wwroot\TM1WebEx

Post Reply
seafarer
Posts: 1
Joined: Thu Feb 19, 2009 11:59 pm
Version: 9.4
Excel Version: 2007

Advise on C:\Inetpub\wwroot\TM1WebEx

Post by seafarer »

I am a Newbie.

Site is complaining that the C:\ of their TM1 servers are running low on disk space and the main culprit is due this folder => C:\Inetpub\wwwroot\TM1WebEx\Excelsheet\* taking up considerable disk space. I have read up on the help and it seems we can change the web.config file param to read as below and thus repointing the temporary files (generated when viewing and exporting of websheets and cube views ) to be stored in another directory/drive instead.

Web.config file
<!-- Sets a separate virtual directory for caching files -->
<add key="UseSeparateVirtualCache" value="Y;Url=;AbsolutePath=C:\Temp" />

I have tested on my lappie and it seems to work a charm but it only generates C:\Temp\ExcelSheet and not the C:\Temp\UserTempDir.

The question then is:
1) What is UserTempDir used for?
2) What do we do with the contents of C:\Inetpub\wwwroot\TM1WebEx\Excelsheet?
3) Since these are temp files how often/do they get deleted?
iansdigby
Community Contributor
Posts: 109
Joined: Thu Feb 26, 2009 8:44 am
OLAP Product: TM1
Version: 9 + 10 + Plan An
Excel Version: All
Location: Isle of Wight, UK

Re: Advise on C:\Inetpub\wwroot\TM1WebEx

Post by iansdigby »

The IBM documentation states that you should monitor this folder and delete files when it gets tooo big. I just did that, having had the same problem. The files are created every time someone looks at an Excel file or chart. It's in the IBM docs - look it up to find out more.
"the earth is but one country, and mankind its citizens" - Baha'u'llah
Post Reply