locked
Install Microsoft Dynamics CRM for Outlook using a Command Prompt RRS feed

  • Question

  • I used this information http://technet.microsoft.com/en-us/library/hh699665.aspx to configure the CRM for Outlook Client.

    This is the client_config.xml file (where CompanyName is case sensitive):

    <Deployments>
     <Deployment>
       <DiscoveryUrl>http://democrm2011:5555</DiscoveryUrl>
       <Organizations>
        <Organization IsPrimary='true'>CompanyName</Organization>
       </Organizations>
      </Deployment>
     </Deployments>

    Running command:

    C:\Program Files (x86)\Microsoft Dynamics CRM\Client\ConfigWizard\Microsoft.Crm.Application.Outlook.ConfigWizard.exe /i "C:\Program Files (x86)\Microsoft Dynamics CRM\Client_Config.xml" /l c:\crm_client_config.log

    is not successful. The server url is not selected! However, if I change the DiscoveryUrl to CRMOnLine, the server url in the configuration wizard is CRMOnLine.

    What can be wrong? Below is the content of the log file (manually stopped since the server url was not populated).

    13:45:09|   Info| === Microsoft Dynamics CRM for Outlook Configuration Wizard logging started: 26-1-2013 13:45:09 ===
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Initialize
    13:45:09|   Info| Client Configuration Wizard Version      : 5.0.9690.2243
    13:45:09|   Info| Client Configuration Wizard LanguageID   : 1033
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.Validator.IsOutlookInitialized
    13:45:09|   Info| Query all rows in profile table
    13:45:09|   Info| Outlook is  initialized
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.Validator.IsOutlookInitialized
    13:45:09|   Info| Client Configuration Wizard Running Mode : Normal
    13:45:09|   Info| Configuration file Type : OnPremise.
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.ConfigInfo
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetAvailableServiceIds
    13:45:09|   Info| Logon mapi store
    13:45:09|   Info| Logon admin service
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
    13:45:09|   Info| Query all rows in msg service table
    13:45:09|   Info| Adding service id : {dfd7d1ee-ae36-45c6-9050-f6990b83d88e}
    13:45:09|   Info| Adding service id : {5c54e5fe-7ab7-40db-a1ca-15b2040fa571}
    13:45:09|   Info| Adding service id : {0233965b-f86b-4181-bc1e-48716ce26888}
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.RemoveOrphanDatastoreIfNeeded
    13:45:09|   Info| Logon mapi store
    13:45:09|   Info| Logon admin service
    13:45:09|   Info| Query crm msg services in msg service table.
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.RemoveOrphanDatastoreIfNeeded
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.ConfigInfo
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm_Shown
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.MainForm.AddServer
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerForm.ServerForm
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.ServerForm
    13:45:09|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerForm.SetUIData
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.LoadAvailableUrls
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.LoadAvailableUrls
    13:45:09|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.SetUIData
    13:45:17|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.AddServer
    13:45:17|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm_Shown
    13:45:18|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Terminate
    13:45:18|   Info| Exit code: Default
    13:45:18|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Terminate
    13:45:18|   Info| === Microsoft Dynamics CRM for Outlook Configuration Wizard logging stopped: 26-1-2013 13:45:18 ===


    CRM Consultant

    Saturday, January 26, 2013 1:04 PM

All replies