zoukankan      html  css  js  c++  java
  • Retrieve失败解决办法一例

    错误:The service '/XRMServices/2011/OrganizationData.svc' cannot be activated due to an exception during compilation. The exception message is: Value cannot be null.
    >Parameter name: addresses

    解决办法:

    Do you get the same behavior when you goto:

    1. Settings -> Customization -> Developer Resources

    2. Click the URL for the OData End-Point?   It should open in the browser.  If there are issues with the end point itself you should get the same or similiar errors when clicking the link directly.

    I'm assuming in IIS you added the https binding to the website as well?  Also, what kind of certificate are you using for SSL is it a *. cert or a named cert.  If it's a named cert there is the potential that the name of the SSL certificate does not match the server name/url that is set as the primary.  This could be causing an issue potentially.

    What do you get for the URL's in Deployment Manager:

    1. Start Deployment Manager

    2. Right click Microsoft Dynamics CRM (in the left-hand pane)

    3. Click Properties

    4. It will display the default URL bindings for the website.  Are these showing http/https? 

  • 相关阅读:
    斐波那契数列
    MySQL
    GIT
    shell执行Python并传参
    摘选改善Python程序的91个建议2
    摘选改善Python程序的91个建议
    django执行原生sql
    admin
    分支&循环
    git
  • 原文地址:https://www.cnblogs.com/janmson/p/3493824.html
Copyright © 2011-2022 走看看