Citrix客户端打印问题
- 格式:wps
- 大小:22.00 KB
- 文档页数:1


Citrix软件问题汇总:一、安装问题1、在安装Citrix Presentation Server 4.0时提示Error 10001原因分析:Citrix Presentation Server 4.0的英文版安装过程中会一直搜索机器上的NT AUT HORITY\Authenticated Users用户,一旦出现该用户组被列在不同的名称下,就会出现错误解决方法:通过msiexec命令来执行Citrix Presentation Server 4.0的安装步骤,命令行如下:Msiexec /i “<path to mps.msi>” CTX_MF_AUTH_USERS_GROUP="transalation of NT AUTHOR ITY\Authenticated Users" /l*v “<path to log file>”.“path to mps.msi”中输入mps.msi文件的正确路径和文件名,将“transalation of NT AUT HORITY\Authenticated Users”替换为本机的本地用户与组中存在的用户,“path to log fil e”输入一个log文件的完整路径。
2、在安装web interface时,提示“error 1609”原因分析:在win2000成员服务器上安装.NET运行环境时,系统会自动创建一个本地帐户ASPN ET用来运行.NET的framework工作进行(Aspnet_wp.exe),而在2000域控制器上,ASPNET帐户不会自动创建,因而导致上面的问题。
解决方案:在安装web interface之前,手工创建一个本地帐户ASPNET,在安装完成后,该用户将被删除或禁用,因为运行.NET工作进程将由IWAM系统帐户替代。
还有一点,要在控制面板-本地安全策略中,本地策略-用户权利指派中,在“身份验证后模拟客户端”策略中添加IWAM系统帐户。
常见问题汇总问题1:当citrix客户端登陆应用程序时,提示"The system has reached its licensed logon limit. Please try again later" 的错误信息可以依照下面的步骤进行检测:1、在Presentation Server Console 中的属性窗口,在license server 窗口中确认录入了正确的license server 名称。
2、确认license server 的机器名是可以被客户端解析的。
3、在license server上确认目录\Program Files\Citrix\Licensing\MyFiles中,有两个license 文件,分别是citrix_startup.lic和从 上获得的用户license 文件。
4、License 文件是区分机器名的大小写的,需要确认,服务器的机器名可以在命令行下执行hostname 命令查看以确认机器名大小写;License 文件可以用记事本打开查看license 的机器名。
5、确认安装时选择的citrix版本和申请license 的版本是一致的,安装的版本可以在Presentation Server Console 中server 目录下,选择相应的服务器名称右键鼠标,选择Set MetaFrame Edition 进行版本的更改。
6、如果与license 服务器的通信中断时间已经超出了citrix允许的时间后,会有此提示。
问题2:在citrix服务器上进入presentation server console 时,提示下面的错误信息无法进入主控台,是什么原因?解答:该问题是因为citrix服务器上的IMA(Independent Management Architecture)服务没有启动造成的,需要在管理工具-服务中将该服务启动。
Citrix 建议不要在域控制器上安装和运行Web Interface问题3:客户的citrix服务器通过NAT 提供外部访问,但是远程客户端登陆时都提示:“cannot connect to the citrixmetaframe server. there is no citrixmetaframe server configured on the specified address”解答:该问题应该是因为客户的防火墙没有将1494 端口开放,因为操作系统的终端服务应用的是1494 端口,而citrix应用是建立在终端服务基础之上的问题4:当citrix服务器更改了IP 地址以后,客户端通过web 方式执行发布的应用程序时提示错误,无法连接到服务器解答:在web interface 服务更改了IP 地址之后,需要在web interface console 中做相应的更改。
citrix问题集处理方法一、XenDesktop里的VDA未注册,修改VDA如下注册表1)确保VDA安装xentools,确保域DC,citrixDDC和VDA之间DNS解析等通信没问题,防火墙关闭,VDA端口设置正确。
2)On the desktop VM, create the registry key below (a string, REG_SZ) and set its value to the FQDN of your XenDesktop controller (DDC):HKLM\Software\Citrix\VirtualDesktopAgent\ListOfDDCs(on a 64-bit VM you need"HKLM\Software\Wow6432Node\Citrix\VirtualDesktopAgent\ListOfDDCs")Now reboot the VM and see if it registers. In this mode you will certainly find event log messages from the Citrix Desktop Service that show the list of known DDCs (just one here), their names, which one the VM is attempting to register with, and the result of that registration.二、基于VMWare架构运行xendesktop的VDA,修改SDK 的方法如下:配置XenDesktop 5通过HTTP方式连接Center方法:1、使用管理员登录到vCenter服务器;2、修改vCenter的proxy.xml文件;1.Server 2003:C:/Documents and Settings/All Users/ApplicationData/VMware/VMware VirtualCenter/proxy.xml2.Server 2008:C:/Users/All Users/VMware/VMwareVirtualCenter/proxy.xml3.Server 2008 R2:C:/ProgramData/VMware/VMwareVirtualCenter/proxy.xml3、修改proxy.xml文件中的”/”和”/sdk”两节的内容注意:这里就是注意的内容,XenDesktop 5相对于XenDesktop 4会需要多修改“/”节点的内容,否则会提示:无法创建虚拟机domain\machine$如下图:4、修改accessMode 的内容为httpAndHttps (默认值为httpsWithRedirect ) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 #首先就是把“/”节点的AccessMode 修改为httpAndHttps<config><EndpointList><_length>15</_length><_type>vim.ProxyService.EndpointSpec[]</_type><e id="0"><_type>dPipeServiceSpec</_type> <accessMode>httpAndHttps</accessMode><pipeName>\\.\pipe\vmware-vpxd-webserver-pipe</pipeName> <serverNamespace>/</serverNamespace></e>#与Xendesktop 4等老版本相同,修改"/sdk"节点的accessMode <e id="5"><_type>vim.ProxyService.LocalServiceSpec</_type><accessMode>httpAndHttps</accessMode><port>8085</port><serverNamespace>/sdk</serverNamespace></e>5、修改完成后保存,并重启VMware VirtualCenter Server 服务即可三、VDA 会话时间设置您可以配置三个连接计时器:∙最长连接时间计时器。