安装和升级 > 安装和配置 PTC FlexPLM > 导出用户和组 > 将组加载到数据库
  
将组加载到数据库
将组名称条目加载到数据库中,用于引用 LDAP 条目。
将手动创建的 XML 组文件从源 Windchill 系统加载到目标 Windchill 系统。有两个 XML 文件︰ 一个用于站点级别组,另一个用于组织级别组。
使用以下命令从 Windchill shell 中加载站点组︰
windchill wt.load.LoadFromFile -d SiteLevelGroups.xml
使用以下命令从 Windchill shell 中加载组织组︰
windchill wt.load.LoadFromFile -d OrgLevelGroups.xml
-CONT_PATH "/wt.inf.container.OrgContainer=ptcnet"
* 
示例中的 OrgContainerptcnet 是您想要将组加载到的组织的名称。它等于 custom.lcs.properties 文件中的 com.lcs.wc.util.flexContainer.organizationName 属性。