MOSS 2007 Content Deployment – Problem — *Solved

I have trouble with a staging environment that I recently set up.  I went through the error logs and finally got the staging environment functioning without errors, but previous to working through those errors, we successfully made a content deployment path and job and ran it.  Now, the Destination central Admin is giving permissions issues.  I changed and restarted some services and some component services..  Are there any specific things I should check related specifically to content deployment as far as services on the server? 

 

 

Either the URL for the destination Web application is not valid, or you do not have permissions to the Central Administration site on the destination server farm.

Error details: The remote Web service request failed with this message : 'Exception has been thrown by the target of an invocation.'.

  You have specified a URL that begins with http://. Communication to this URL will not be secure and can be intercepted by malicious users.
 
 
——————————————————————————–

Problem Solved, the app pool for central admin was running under the service account, "SPSWorker", rather than the admin account, "SPSAdmin". That was a fun debug.

 
 
 

Leave a Reply