Tag: IMA

  • Error:The Citrix Presentation Server failed to Connect to the Data Store

    错误信息可能有如下几个: The Citrix Presentation Server failed to connect to the Data Store. ODBC error while connecting to the database The Citrix Presentation Server failed to connect to the Data Store. ODBC error while connecting to the database: S1000 -> [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key ‘Temporary (volatile) Jet DSN for process…

  • Data Store and Data Collector

    什么是Data Store and Data Collector? 我们知道CITRIX XenApp(或者说是Presentation Server)服务器保存配置信息在数据库中,这个数据库就叫做IMA Data Store。这个数据库对XenApp来说,只是保存了静态的配置信息,其中不保存任何XenApp环境中的运行状态信息,换句话说,Data Store只是保存在服务器关闭以后,需要静态存储的信息。一般包括通过管理控制台(Management console)进行的各种设置值。  可以想象,XenApp服务器需要服务器来持续监视很多动态信息。比如,用户在哪台服务器上启动了哪些会话(Session),哪台服务器在线或者离线,每台服务器的负载状况等等,这些动态的信息在以下几种情况下会需要,比如: 管理控制台需要显示每台服务器上的每个用户信息给管理员; 当有入站连接请求的时候,服务器需要知道哪台服务器在线(online),可以提供服务; 系统在做负载均衡的时候,需要知道相关服务器的负载情况; 等等