一台电脑 ,多个操作系统用户同时安装TC客户端,共用的配置,主要场景是:Citrix平台共享资源
To use the certification database, choose the platform and products you use, and
then click Show Certifications.
Configuring multiuser support on Windows
On Windows systems, the pipe connection to the FMS client cache (FCC) uses a
single value by default, allowing one user to connect to the FCC per machine. If
multiple users run instances of Teamcenter on the same Windows machine, each
user accesses the same pipe name and possibly connects to the same FCC.
Enabling multiuser support configures the pipe name to work with user IDs,
ensuring that each user connects with a unique pipe to the appropriate FCC.
Configure multiuser support without NX
If you are running FMS 1.3 (20070409 or later) and are not running NX, the following
steps configure FMS running on a Windows system to accept multiple users.
If you are running an earlier version of FMS, or are also running NX, see Configure
multiuser support with NX.
Note
Local administration privileges are required to set a global environment
variable.
1. In the system environment (System Properties→Advanced→Environment
Variables→System Variables), set the FMS_WINDOWS_MULTIUSER
environment variable to true.
2. Reboot the system to propagate this setting to all users and applications.
Configure multiuser support with NX
If you are running a version of FMS earlier than 1.3 or are running NX, the following
steps configure FMS running on a Windows to accept multiple users.
Note
Local administration privileges are required to set a global environment
variable.
Write permission for %FMS_HOME%\fcc.xml and all FMS application
startup scripts is required.
1. In the system environment (System Properties→Advanced→Environment
Variables→System Variables), set the FMS_WINDOWS_MULTIUSER
environment variable to false.
2. Specify a user-specific pipe name for use in step 3.
For example, for user JohnDoe, specify \\.\pipe\FMSClientJohnDoePipe.
For an administrative user, specify \\.\pipe\FMSClientAdministratorPipe.
3. Change the pipe name entry in the %FMS_HOME%\fcc.xml file. The name
must end with an alpha character. Pipe names ending in numeral characters
(0–9) are not supported. For example:
<property name="FCC_ProxyPipeName"
value="\\.\pipe\FMSClient_$USERPipe|/tmp/FMSClientPipe" overridable="true"/>
$USER is resolved by the FCC at run time to the name of the user.
4. Run the application launch script for each FMS application. This sets the pipe
name in the environment for each application. For example:
set FCC_PROXYPIPENAME=\\.\pipe\FMSClient_%USERNAME%Pipe
After the user name is substituted, the pipe name must exactly match the
FCC_ProxyPipeName value specified in the %FMS_HOME%\fcc.xml file.
Note
The pipe name must be set dynamically at run time (not in the system
environment) to properly resolve the user name (%USERNAME%) value.
5. Reboot the system to propagate this setting to all users and applications
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET10 - 预览版1新功能体验(一)