locked
Error when creating a new organization from HMC RRS feed

  • Question

  • when i create a new org using HMC it gives me this error

    <response>
      <errorContext description="
    SoapException
    code:0x8004b001
    type:Platform
    description:
    Create new Organization (Name=AmrReda.net, Id=42816639-03cc-de11-901e-000c29b48a
    22) failed with Exception:
    Microsoft.Crm.CrmException: Invalid organization unique name (AmrReda.net).
    Reason: (NotAllowedChar)
       at Microsoft.Crm.Admin.AdminService.CrmOrganizationService.ThrowIfNotValidUni
    queName(String uniqueName)
       at Microsoft.Crm.Admin.AdminService.CrmOrganizationService.Create(Guid organi
    zationId, OrganizationType orgType, Guid scaleGroupId, String uniqueName, String
     friendlyName, String sqlServerName, String databaseName, String connectionStrin
    g, String srsLink, Int32 partitionNumber, OrganizationState state)
       at Microsoft.Crm.Admin.AdminService.CrmOrganizationService.Create(Guid organi
    zationId, String uniqueName, String friendlyName, String sqlServerName, String d
    atabaseName, String connectionString, String srsLink, Int32 partitionNumber, Org
    anizationState state)
       at Microsoft.Crm.Tools.Admin.CreateOrganizationInstaller.Create(Guid organiza
    tionId, String organizationUniqueName, String organizationFriendlyName, String b
    aseCurrencyCode, String baseCurrencyName, String baseCurrencySymbol, String init
    ialUserDomainName, String initialUserFirstName, String initialUserLastName, Stri
    ng sqlServerName, Uri reportServerUrl, String privilegedUserGroupName, String sq
    lAccessGroupName, String userGroupName, String reportingGroupName, String privil
    egedReportingGroupName, String applicationPath, String languageId, Boolean sqmOp
    tion, String organizationCollation, MultipleTenancy multipleTenancy)
    Server was unable to process request.
    crmDeploymentServiceUrl='http://crmdep1l:5555/mscrmservices/2007/CrmDeploymentSe
    rvice.asmx'
    WebMethod='Execute'
    RequestType='CreateRequest'
    DeploymentEntity='Organization'
    UniqueName='AmrReda.net'
    FriendlyName='AmrReda'
    SqlServerName='crmsql1l'
    BaseCurrencyName='US Dollar'
    BaseCurrencyCode='USD'
    BaseCurrencySymbol='$'
    State='Enabled'
    SrsUrl='http://crmsql1l/ReportServer'
     webSvc.Url:'http://crmdep1l:5555/mscrmservices/2007/CrmDeploymentService.asmx'
     webSvc.Timeout(in msec):'600000'
     webSvc.UseDefaultCredentials:'True'
     CurrentSecurityPrincipal:'LINKMAILLAB\MPSPrivAcct-35874'"
          code="0x80131600"
          executeSeqNo="96">

        <errorSource namespace="CRM Provider"
            procedure="CreateOrganization"/>

        <errorSource namespace="Managed CRM"
            procedure="CreateOrganization_"/>

        <errorSource namespace="Managed CRM"
            procedure="CreateOrganization"/>

        <errorSource namespace="Hosted CRM"
            procedure="CreateOrganization"/>

      </errorContext>
    </response>


    john yassa
    Sunday, November 8, 2009 1:22 AM

Answers

  • Remove the "." from the name.
    Scott Sewell, CustomerEffective | http:\\blog.CustomerEffective.com | Twitter:@ScottSewell
    Sunday, November 8, 2009 11:53 PM
    Moderator

All replies

  • Remove the "." from the name.
    Scott Sewell, CustomerEffective | http:\\blog.CustomerEffective.com | Twitter:@ScottSewell
    Sunday, November 8, 2009 11:53 PM
    Moderator
  • i had to enable the unique name attribute to change the unique name
    any way u were right about the "." problem
    thanks scott


    john yassa
    Tuesday, November 10, 2009 10:49 PM