Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Content deployment job failed.The exception thrown was 'System.UnauthorizedAccessException' ?

  Asked By: Nicole Lewis         Date: Apr 28, 2010      Category: Sharepoint      Views: 670
 

I am trying to setup an example content deployment scenario.

I have 2 web applications (stage and www) on the same server. It's a standalone environment (SQL and MOSS 2007 on the same box).

I've dumbed down the security to try and eliminate errors, so this is my latest setup:

* Both web applications have "administrator" as the application pool account.
* SharePoint Timer Job has "administrator" as the service account
* administrator has "sysadmin" on SQL Server

Everytime I try to run a Content Deployment Job I get:


Content deployment job 'Remote import job for job with sourceID = {GUID OMMITTED}' failed.The exception thrown was 'System.UnauthorizedAccessException' : 'Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))'

I have checked and the Administrator account is using the correct password and (obviously) has full control to the temporary files folder.


 

1 Answer Found

 
Answer #1       Answered By: Jagat Pandit          Answered On: Apr 28, 2010       

I had locked down the "www" web  application using a Web Application Policy to "Deny Write to Everyone".

Removing the "Deny Write" policy sorted it out.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].