Managing Deployments as a System Administrator
When a new deployment is created, a system administrator specifies the VPE Schema and the Component Schemas for the deployment. These are database schemas in MySQL or Oracle and are defined using the same fields that are used during installation. These schemas can use the same connection as the Master Database Connection, or can be entirely different schemas, perhaps stored on a different database.
When a user is accessing a deployment, that user will access License data, VPE data, and Component data, but this data may reside in different locations.
License Data – The user login details are always verified using the master database connection specified in hibernate.properties.
VPE Data – The VPEs that a user can access are stored in the schema defined by the VPE Schema in the deployment that they are using. If this is not otherwise specified, then the master database connection is used.
Component Data – The component data that a user can access are stored in the schema defined by the Component Schema in the deployment that they are using. If this is not otherwise specified, then the master database connection is used.
The deployments that an individual user can access are controlled by the aPriori System Administrator. Deployments can therefore be created to contain information which is specific to a particular group of users, and access to that deployment can be restricted so that only those users can access that deployment.
To view the deployments
1 From the aPriori client, click Tools -> System Admin Toolset.
2 When the aPriori System Admin Toolset window opens, click the System Administrator button. In the resulting aPriori System Administrator window, the deployments you have are listed in the left column.
3 Select a deployment to display its detailed properties.
To create a new deployment
1 From the aPriori client, click Tools -> System Admin Toolset.
2 When the aPriori System Admin Toolset window opens, click the System Administrator button.
3 In the resulting aPriori System Administrator window click File -> Create Deployment
aPriori creates and publishes the new schema with default values and displays the details in the right panel.
4 Edit the properties as necessary and click the Publish Changes button () when done. See the following section (Deployment settings that can be edited) for more information.