Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / July 2008

Tip: Looking for answers? Try searching our database.

Access to the temp directory is denied

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Michael - 15 Jul 2008 18:11 GMT
I receive the following error when I go to http://<server>/reports for SSRS
2005.

Access to the temp directory is denied.  Identity 'CASINO\MichaelP' under
which XmlSerializer is running does not have sufficient permission to access
the temp directory.  CodeDom will use the user account the process is using
to do the compilation, so if the user doesnt have access to system temp
directory, you will not be able to compile.  Use Path.GetTempPath() API to
find out the temp directory location.

This issue seemed to go away when full access was given to the 'Everyone'
group on C:\Windows\Temp.  I want to avoid giving the 'Everyone' group full
access to the Server's Temp directory.  Any ideas?
Michael - 22 Jul 2008 03:53 GMT
Anyone experience this?  I just installed the component Integration Services
and re-applied SP2.  Still have the same error when I access
http://<servername>/reports unless I add the 'Everyone' group to
C:\Windows\Temp with full access.
David Lundell -- ILM MVP - 22 Jul 2008 20:52 GMT
Michael,

The error is caused by the web service identity account not having read
write (modify) permissions to the temp directory that is used by the
reporting service. For example, grant network service modify permissions to
c:\windows\temp

> Anyone experience this?  I just installed the component Integration Services
> and re-applied SP2.  Still have the same error when I access
> http://<servername>/reports unless I add the 'Everyone' group to
> C:\Windows\Temp with full access.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.