zoukankan      html  css  js  c++  java
  • How to update the Microsoft Dynamics CRM Web site port after you install Microsoft Dynamics CRM 4.0

    The Microsoft Dynamics CRM Deployment Configuration tool is a command-line executable program. You can use this tool to update the values in the Microsoft Dynamics CRM configuration (MSCRM_Config) database. Additionally, you can use this tool to send notifications to all the Microsoft Dynamics CRM servers to use the values that you updated.

    The Microsoft Dynamics CRM Deployment Configuration tool differs from the Microsoft Dynamics CRM Internet Facing Deployment Configuration tool. Both tools update the MSCRM_Config database. However, the Microsoft Dynamics CRM Internet Facing Deployment Configuration tool updates only certain fields that are related to Internet Facing Deployment (IFD). The Microsoft Dynamics CRM Internet Facing Deployment Configuration tool also has functionality that enables and disables the IFD environment.

    For more information about the Microsoft Dynamics CRM Internet Facing Deployment Configuration tool, click the following article number to view the article in the Microsoft Knowledge Base:
    948779  (http://support.microsoft.com/kb/948779/ ) How to use the Microsoft Dynamics CRM Internet Facing Deployment Configuration tool
    To use the Microsoft Dynamics CRM Deployment Configuration tool, follow these steps:
    1. Download the Microsoft Dynamics CRM Deployment Configuration tool. To do this, visit the following Microsoft Download Center Web site:
      http://www.microsoft.com/downloads/details.aspx?FamilyID=6e211231-30fe-4df2-9b81-15cfb87adcf1 (http://www.microsoft.com/downloads/details.aspx?FamilyID=6e211231-30fe-4df2-9b81-15cfb87adcf1)
      Note This download also contains documentation for service providers.
    2. Double-click the DynamicsCRMDeploymentConfigTool_1033_i386.exe file that you downloaded.
    3. In the Choose Directory For Extracted Files box, type the path of a folder for the extracted files, or click Browse to locate the folder, and then click OK.
    4. When the extraction is complete, click OK.

      The following files are extracted to the folder that you specified in step 3:
      • Microsoft.CRM.DeploymentConfigTool.exe
      • Microsoft.CRM.Tools.Logging.dll
      • MSCRMDeploymentConfigurationToolEULA.rtf
      • Crm40sp deployment.pdf
      • Crm40sp development.pdf
      • Crm40sp planning.pdf
    5. Open a Command Prompt window. To do this, click Start, click Run, type cmd in the Open box, and then click OK.
    6. At the command prompt, change to the folder that you specified in step 3 to use the Microsoft Dynamics CRM Deployment Configuration tool.
    Notes
    • Important This tool updates the values in the Microsoft Dynamics CRM configuration (MSCRM_Config) database. Before you make any changes by using the tool, make sure that you have a complete backup copy of the database that you can restore if a problem occurs.
    • To obtain a list of the commands that you can use in the Microsoft Dynamics CRM Deployment Configuration tool, use one of the following methods:
      • At the command prompt, type microsoft.crm.deploymentconfigtool.exe /?, and then press ENTER.
      • In the Crm40sp deployment.pdf file, refer to section 4.8.2 for more information about how to update the MSCRM_Config database.
    • To use the Microsoft Dynamics CRM Deployment Configuration tool, you must have the Write privilege for the MSCRM_Config database.
    • By default, the Microsoft Dynamics CRM Deployment Configuration tool logs its activity in the CRM40DeploymentConfig.log file. The CRM40DeploymentConfig.log file is located in the following folder:
      %application data%\microsoft\mscrm\log
      To change the location of the CRM40DeploymentConfig.log file, run the following command:
      microsoft.crm.deploymentconfigtool.exe –logfile:logfilepath
  • 相关阅读:
    WPF 关于多语言 的实现 学习,利用反射中的特性
    WPF Textbox 中文输入崩溃 规避
    自定义控件.依赖项属性同步更新内部控件属性
    HexInput
    HashMap实现原理分析
    centos下nginx安装
    dos下mybatis自动生成代码
    设计模式之装饰器模式
    Java 中的悲观锁和乐观锁的实现
    redis分布式锁
  • 原文地址:https://www.cnblogs.com/janmson/p/1636710.html
Copyright © 2011-2022 走看看