zoukankan      html  css  js  c++  java
  • "Load Data" in Microsoft Dynamics CRM Email Router returns a "401 unauthorized" error message

    cause:

    The URL that is specified for your Microsoft Dynamics CRM deployment does not match the ADWebApplicationRootDomain value. 

    Resolution:

    . To do this, follow these steps:

    Change the URL for your Microsoft Dynamics CRM deployment to match the value that you have in the ADWebApplicationRootDomain

    1.  To determine the value of the ADWebApplicationRootDomain, run the following query against the MSCRM_CONFIG Database in SQL Server Management Studio:
        SELECT ColumnName, NVarCharColumn FROM DeploymentProperties WHERE ColumnName = 'ADWebApplicationRootDomain'

    2. To determine whether your deployment is pointing to the correct URL, follow these steps:

    A. Click Start, click Programs, click Microsoft Dynamics CRM E-mail Router, and then click Microsoft Dynamics CRM E-mail Router Configuration Manager.
    B. Click the Deployments tab, and then open the deployment to which you cannot connect.
    C. Verify that the URL in the Microsoft Dynamics CRM Server field matches the value in the ADWebApplicationRootDomain column.

    For an example, if “CRMSERVER:5555” is in the ADWebApplicationRootDomain column, the value in the Microsoft Dynamics CRM Server field should be "http://CRMSERVER:5555/YOURORGNAME."  If the two values do not match, update the Microsoft Dynamics CRM Server field appropriately.

  • 相关阅读:
    php5使用docker工具安装mcrypt
    golang 三目运算的实现
    图片壁纸
    使用golang实现栈(stack)
    Qt 异常处理 QT_TRY和QT_CATCH
    OpenCV 实现图片HDR功能
    OpenCV HDR合成
    OpenCV .直方图均衡 CLAHE算法学习
    OpenCV 直方图均衡化原理
    OpenCV 直方图绘制以及直方图均衡化
  • 原文地址:https://www.cnblogs.com/janmson/p/1865612.html
Copyright © 2011-2022 走看看