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
  • 相关阅读:
    简单下拉列表的实现
    App Store 加急审核解析
    iOS 封装一个带复制功能的UILabel
    Xcode 控制台打印Unicode字符串转换为中文
    修改系统UITableViewCell的ImageView大小
    iOS SDWebImage实现原理详解
    Mac电脑用终端生成SSH key 访问自己的Github
    MVC与MVVM之间在IOS中的区别
    iOS TabBarItem设置红点(未读消息)
    virtualenv 创建python虚拟环境
  • 原文地址:https://www.cnblogs.com/janmson/p/1636710.html
Copyright © 2011-2022 走看看