I just created a new On-Premises development CRM server and need to create orgs for each developer. The easiest way to do this is to backup the first org and Restore & Import it multiple times. I'm trying to use the Import-CrmOrganization PowerShell command to do the import but I'm getting a permissions error. I'm logged into the server as a Deployment Admin and can import Orgs without problems using the GUI and I'm running an elevated PowerShell window. When I use Import-CrmOrganization I get:
Error : Message: The Deployment Service cannot process the request because one or more validation checks failed.
and
ExistingRSCheck raising error : Setup failed to validate specified Reporting Services Report Server
http://CRMServer/reportserver. Error: Error occurred while finding an item on the report server.
System.Web.Services.Protocols.SoapException: The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are
insufficient for performing this operation.
I don't know why the PowerShell command is trying to do anything as NT AUTHORITY\NETWORK SERVICE since I'm running the command as a Deployment Admin. Because this is an internal development server I did set the various CRM components to run as NT AUTHORITY\NETWORK SERVICE, but I would think the PowerShell Command would run as my user.
Thoughts?