zoukankan      html  css  js  c++  java
  • CitrixSmartAuditor安装报错解决方法

    报错1安装过程中报错

    解决方法:

    SQLServer的配置:
    http://www.cnblogs.com/weizhengLoveMayDay/p/3267756.html

    报错2:无法连接到SmartAuditor 服务器。请确保 SmartAuditor 服务器正在运行。无法加载场配置。远程服务器返回错误: (401)未经授权。

    出现这个错误的原因是IIS的匿名访问被禁用。在服务器管理器-角色-Web服务器(IIS)下面的Default Web site和SmartAuditor Broker的“身份验证”里面启用“匿名身份验证”。
    匿名身份验证启用后,再次运行SmartAuditor Policy console,报另外一个错误:
    报错3:“无法加载场配置。访问SmartAuditor 服务器被拒。”
    解决这个报错需要在SmartAuditor Policy console所在服务器修改注册表键值
    HKLMSOFTWARECitrixSmartAuditorServerRoleBasedSecurityEnabled 为0
    修改之后重启服务器,再次打开Policy Console,选择http方式登录即可以配置
    审计策略。
    问题4:播放器搜索失败,提示访问SmartAuditor服务器被拒。已拒绝用户请求,因为访问被基于角色的安全机制拒绝。
     
    原因是授权控制台Player没有加入administrator角色。
     
  • 相关阅读:
    TestCase NotePad3.0 of robotium
    一些小的东东
    面试ASP.NET程序员的笔试题和机试题
    verify the text views its easy to use getView from the adapter
    巧用Cacls.exe命令来修改文件访问控制权限
    Monkey test
    monkeyrunner test
    Autotest NotePad with robotium
    网站新技术知识
    序列化
  • 原文地址:https://www.cnblogs.com/rusking/p/6884726.html
Copyright © 2011-2022 走看看