locked
Creating new CRM ORG through powershell fails RRS feed

  • Question

  • Hello,

    I am able to create a new org through deployment manager without any problem.

    But I am run the following power command on the very same box

    New-CrmOrganization -DisplayName TestAutomated -SqlServerName DEVCRM2013SQL.dev.compnay.ca\CRM2013DEV -SrsUrl URL_SPECIFIED

    I get the following message and it looks like there are 3 errors

    ==DeploymentServiceFault Info==========================================================================================
    Error    : The Deployment Service cannot process the request because one or more validation checks failed.
    Time    : 1/30/2015 8:11:56 PM
    ErrorCode    : -2147167645
    Date    : 3:11:56 PM
    Time    : 1/30/2015
    Error Items:
        ActiveDirectoryRightsCheck raising error : The current user does not have required permissions (read/write) for
    the following Active Directory group: CN=ReportingGroup
    {93af2193-b321-426d-b51c-7b68014f092c},OU=CRM,DC=dev,DC=compnay,DC=ca

        SqlServerAgentCheck raising error : SqlAgent$CRM2013DEV (SqlAgent$CRM2013DEV) service is not running on the server
    DEVCRM2013SQL.dev.compnay.ca.

        ExistingRSCheck raising error : Setup failed to validate specified Reporting Services Report Server URL_SPECIFIED. Error: Error occurred while finding an item on the report server.
    The permissions granted to user 'DEV\crmdevsvc' are insufficient for performing this operation. --->
    Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user
    'DEV\crmdevsvc' are insufficient for performing this operation.

    ------

    The same input is being used in Deployment manager. And I have confirmed that the SQL Agent service is running.

    Could someone kindly help.


    Thanks,


    Hasib


    Friday, January 30, 2015 8:35 PM

Answers

  • This issue was resolved - the problem was in the setup of the deployment manager security

    Hasibur Rahman

    Friday, March 18, 2016 4:26 PM