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
  • 相关阅读:
    luogu P4284 [SHOI2014]概率充电器 期望 概率 树形dp
    luogu P5161 WD与数列 SAM 线段树合并 启发式合并
    5.5 省选模拟赛 B Permutation 构造 贪心
    luogu P3761 [TJOI2017]城市 树的直径 bfs
    一本通 1783 矩阵填数 状压dp 容斥 计数
    CF R638 div2 F Phoenix and Memory 贪心 线段树 构造 Hall定理
    BSOJ 5445 -- 【2018雅礼】树 prufer序列 dp
    CF1037H Security 线段树合并 SAM
    c++11の顺序容器
    c++11の关联容器
  • 原文地址:https://www.cnblogs.com/janmson/p/1636710.html
Copyright © 2011-2022 走看看