The SAS Metadata Server is a SAS process that enables
clients to read metadata from and write metadata to one or more SAS
Metadata Repositories. A repository is a physical location in which
a collection of related metadata objects is stored.
Metadata repositories
are managed by a repository manager, which is a library of tables
that define the set of repositories that can be accessed by a SAS
Metadata Server. A metadata server cannot be started without a repository
manager. Each metadata server can have only one repository manager.
The SAS Metadata Server
supports three types of metadata repositories:
foundation repository
the required metadata
store for a SAS Metadata Server. Each metadata server has one foundation
repository. As a default, the name of the foundation repository is
Foundation. (If you performed a custom installation, then you might
have assigned a different name.)
project repository
a metadata repository
that serves as an isolated work area or playpen. Project repositories
are available for SAS Data Integration Studio only. In general, each
user who participates in change management has his or her own project
repository.
A project repository
enables a user to check out and lock metadata from a foundation repository
or a custom repository so that the metadata can be modified and tested
in a separate area. When the metadata is ready, it is checked in and
unlocked so that it is available to other users.
custom repository
an optional metadata
store for a SAS Metadata Server, in addition to the foundation repository.
Custom repositories are useful for physically segregating metadata
for storage or security purposes.
Custom repositories
appear as separate root folders in the
Folders tab
of SAS Management Console.
In SAS Management Console, the repositories are displayed
in the Metadata Manager plug-in, as shown in this example:
In SAS 9.2 and SAS 9.3, it is not necessary to define
dependencies between repositories. If a repository dependency was
defined in SAS 9.1.3, then the dependency relationship is eliminated
during the SAS 9.1.3 to SAS 9.3 migration process. However, the existing
associations between metadata objects still remain in effect.