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
  • 相关阅读:
    c#生成html静态文件时出现空白行,怎么去掉utf-8中的bom
    解决网站发布404返回200,301等状态
    创建本地缓存
    创建windows服务
    C#DateTime与Unix时间戳的转换
    Oracle数据访问组件ODAC的安装方法:
    用任意语言与WebService进行交互
    又一种XML的解析方法
    TopShelf框架创建Windows服务作为Remoting的宿主案例:
    bootstrap 时间控件带(时分秒)选择器(需要修改才能显示,请按照参数说明后面的步骤进行修改)
  • 原文地址:https://www.cnblogs.com/janmson/p/1636710.html
Copyright © 2011-2022 走看看