Adding a Resource

The process of adding a new resource, and its corresponding configuration values, to the Administration database is a two-step process. First, the schema for the new resource and its properties must be defined. Second, an instance of the new resource and its particular property values must be added.

The first step consists of adding rows to the schema tables: SystemProps and ExtendedProps. The second step consists of adding corresponding rows to the three resource instance tables: ResourceProps, Resources, and SiteResources.

This section provides details regarding how these rows should be added.

This section contains:

  • Modifying the Resource Schema Tables. Describes how the resource schema tables should be modified as the first step in adding a new resource and its properties to the Administration database.

  • Modifying the Resource Instance Tables. Describes how the resource instance tables should be modified as the second step in adding a new resource and its properties to the Administration database.


All rights reserved.