Creating Organizations
|
|
Running commands from the windchill shell is supported only in the development environment.
|
Following is a sample command:
windchill wt.load.LoadFromFile -d organization.xml -u wcadmin -p
wcadmin -CONT_PATH/
Loading Organization Containers
When you load an organization container, you can set the following additional properties:
OrganizationAddress(org.setLocation(organizationAddress)
ConferencingID(org.setConferencingIdentifier)
|
|
These are not required. Existing loadfiles will work properly.
|
Example
This example is a loadfile to load organizations. The additional organization properties are included.
<csvOrgContainer handler="wt.inf.container.LoadContainer.createOrgContainer>
<csvcontainerName>Demo Organization</csvcontainerName>
<csvcontainerTemplateRef>Demo Template</csvcontainerTemplateRef>
<csvbusinessNamespace>true</csvbusinessNamespace>
<csvsharingEnabled>true</csvsharingEnabled>
<csvcreator></csvcreator>
<csvowner></csvowner>
<csvsubscriber>true</csvsubscriber>
<csvconferencingURL></csvconferencingURL>
<csvdescription>DemoOrganization</csvdescription>
<csvinternetDomain></csvinternetDomain>
<csvOrganizationAddress>123 Demo Drive</csvOrganizationAddress>
<csvconferencingID>12345</csvconferencingID>
</csvOrgContainer>
Tag Descriptions
• <csvcontainerName>—The name of the organization.
• <csvcontainerTemplateRef>—The name of the organization template to use for creation of the container.
• <csvbusinessNamespace>—Specifies whether or not the container is a business namespace. Containers that are namespaces constrain the identity of the objects in the container.
• <csvsharingEnabled>—Specifies whether objects in the container can be shared.
• <csvcreator>—The name of the user to assign as the creator of the container.
• <csvowner>—The name of the user to assign as the owner of the container.
• <csvsubscriber>—Indicates whether or not the organization can host projects, products, and libraries.
• <csvconferencingURL>—The conferencing URL for the organization container.
• <csvdescription>—The description of the organization container.
• <csvinternetDomain>—The internet domain of the organization container.
Deploy Customization on Development Environment
Prepare CCD Package for Promotion
For information on the CCD process for promotion, see
Deploying Code and Configuration Package.