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.

  • 相关阅读:
    POJ 3468_A Simple Problem with Integers(树状数组)
    POJ 3468_A Simple Problem with Integers(线段树)
    ZOJ 2770_Burn the Linked Camp
    ZOJ 2770_Burn the Linked Camp
    POJ 3169_Layout
    POJ 3169_Layout
    POJ 3684_Physics Experiment
    POJ 3255_Roadblocks
    POJ 3723 Conscription【最小生成树】
    POJ 3279 Fliptile【枚举】
  • 原文地址:https://www.cnblogs.com/truth/p/1839144.html
Copyright © 2011-2022 走看看