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 常用命令行
    mysql常用命令
    Mac os安装wget
    linux下给文件夹或者目录赋权
    Python学习相关资料
    Mac常用的一些操作
    Mac os安装git及 git及githup的使用
    Linux磁盘占用100%解决方法
    page-break-after:always
    工具
  • 原文地址:https://www.cnblogs.com/janmson/p/3493824.html
Copyright © 2011-2022 走看看