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.