logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
skdutta  
#1 Posted : Thursday, January 7, 2010 5:13:47 AM(UTC)
Rank: Administration
skdutta
Groups: Registered, Developer, Administrators

Posts: 254
Location: Atlanta, GA

After installation, in the home page you sometimes get this error:


Error: Invalid temp directory in Chart Handler Configuration [c:\TempImageFiles]


This can happen because of various reasons:



  1. The temporary chart folder is not accessible

  2. There are multiple installation of OfficeClip on the same machine and the chart folder is locked by one of them


To fix this try one of the following:



  • Make sure that the folder is accessible and has adequate permission for ASP.NET user (Network Service user in Windows Server 2003 and higher)

  • In the web.config (located at c:\program files\officeclip\8\officeclip for default installation), look for the ChartImageHandler key and try changing it to something like:
    <add key="ChartImageHandler" value="storage=file;timeout=20;dir=D:\TEMPDUMP\;"/> and make sure that you have the folder d:\tempdump and it has adequate permission for ASP.Net process to write to this folder.


Note: Always make backup copy of web.config before changing anything.

Edited by user Thursday, August 26, 2010 11:56:45 AM(UTC)  | Reason: typos

SK Dutta,
Architect OfficeClip LLC,
Web-based Business Software,
Ph: +1-770-448-7375,
Web: https://www.officeclip.com

vijay  
#2 Posted : Thursday, August 26, 2010 12:48:38 PM(UTC)
Rank: Administration
vijay
Groups: Registered, Developer, Administrators

Posts: 27

I have noticed in Windows 7 Professional whatever you do it shows the same error. In that case it is a good idea to create a folder on your C: drive called TempImageFiles at the root level and give full permission to ASP.Net account.


Vijay

Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.