zoukankan      html  css  js  c++  java
  • CRM安装过程问题总结

    问题:Microsoft CRM无法登陆到系统。请确保您的用户记录已启用且您至少分派到一个安全角色。有关详细信息,请与系统管理员联系。

    解决:   部署管理器->部署管理员右键->所有任务->创建Microsoft CRM用户

    把CRMAdmin加进来,并分配权限

    问题:安装crm server 端时出现以下警告"请验证Microsoft CRM ASP.NET应用程序池帐户的域用户帐户SPN"

    解决:安装过程中在选择ASP.NET运行帐户时最好选择 NETWORK SERVICE 系统帐户

     

    问题:错误
    Action Microsoft.Crm.Setup.Server.ProvisionBusinessAction failed.Exception from HRESULT: 0x80044151

    解决:

    1 Open the registry by running regedit.exe.

    2 Navigate to HKLM\Software\Microsoft\MSCRM.
    Right click, select New. Create a new Reg DWORD value called OLEDBTimeout.
    Right click and modify to change the value to 0x240.

    3 Navigate to HKLM\System\CurrentControlSet\Services\Tcpip\Parameters
    Right click, select New. Create a new Reg DWORD value called MaxUserPort.
    Right click and modify to change the value to 0xfffe.

    4 Navigate to HKLM\System\CurrentControlSet\Services\Tcpip\Parameters
    Right click, select New. Create a new Reg DWORD value called TcpTimedWaitDelay.
    Right click and modify to change the value to 0x2.

  • 相关阅读:
    python中a = a+b与a += b的不同
    python中的全局变量global
    python中星号(*)和双星号(**)的用法
    python循环语句
    python逻辑运算符
    python内置函数 print()
    python 解析迅雷下载链接
    python 正则表达式
    python 读写文件
    python selenium操作cookie
  • 原文地址:https://www.cnblogs.com/truth/p/1839144.html
Copyright © 2011-2022 走看看