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
  • 相关阅读:
    Python生成二维码
    SSO单点登录
    小说 · 凉生,我们可不可以不忧伤
    RabbitMQ入门教程——.NET客户端使用
    ASP.NET MVC 拓展ActionResult实现Html To Pdf 导出
    ASP.NET MVC 拓展ViewResult实现word文档下载
    RabbitMQ入门教程——安装及配置
    MongoDB学习笔记——分片(Sharding)
    MongoDB学习笔记——Replica Set副本集
    MongoDB学习笔记——Master/Slave主从复制
  • 原文地址:https://www.cnblogs.com/janmson/p/1636710.html
Copyright © 2011-2022 走看看