Enterprise Administration > Windchill Data Loading > Loading Members into Context Teams: Windchill PDMLink and Windchill ProjectLink Example > Running the Utility
  
Running the Utility
Run one of the following commands to load members into a context:
Product:
windchill wt.load.LoadFromFile -d <File Path> -u <User Name> -p
<Password> -CONT_PATH\"/wt.inf.container.OrgContainer=
<Organization Name>/wt.pdmlink.PDMLinkProduct=
<Product Name>"
Library:
windchill wt.load.LoadFromFile -d <File Path> -u <User Name> -p
<Password> -CONT_PATH\"/wt.inf.container.OrgContainer=
<Organization Name>
/wt.inf.WTLibrary=<Library Name>"
Project:
windchill wt.load.LoadFromFile -d <File Path> -u <User Name> -p
<Password> -CONT_PATH\"/wt.inf.container.OrgContainer=
<Organization Name>
/wt.projmgmt.admin.Project2=<Project Name>"
where:
<File Path> is the full path to the load file
<User Name> is the user name of the administrative user running the utility
<Password> is the password of the administrative user running the utility
<Organization Name> is the organization context under which the target project context resides
<Project Name> is the target project context into which the members are loaded
For example, the following command would be used for the product example load file created in the previous section:
windchill wt.load.LoadFromFile -d D:/LoadFiles/ProductRole.xml
-u username -p password -CONT_PATH\"/wt.inf.container.OrgContainer
=UmbrellaOrganization/wt.pdmlink.PDMLinkProduct=SportUmbrella"