Properties with default values

Some properties have default values. The properties with default values are the captions and descriptions of certain system cubes and dimensions. Each time the database is started, they are overwritten with these default values:
Object Caption Description
#__GRP__ Roles Roles for role-based access control
#__TAB__ Cubes Cubes for role-based access control
#_TABACC Cube Permissions Maintained cube permissions for roles

From the properties perspective, they look like this:

  1. Dimension #__GRP__:
    <Alea:Properties xmlns:Alea="http://www.misag.com">
      <Alea:Translation LocaleIdentifier="0">
        <Alea:Caption>Roles</Alea:Caption>
        <Alea:Description>Roles for Role-Based Access Control</Alea:Description>
      </Alea:Translation>
      <Alea:Hierarchy Name="#__GRP__">
        <Alea:Properties xmlns:Alea="http://www.misag.com">
          <Alea:Translation LocaleIdentifier="0">
            <Alea:Caption>Roles</Alea:Caption>
            <Alea:Description>Roles for Role-Based Access Control</Alea:Description>
          </Alea:Translation>
        </Alea:Properties>
      </Alea:Hierarchy>
    </Alea:Properties>
  2. Dimension #__TAB__:
    <Alea:Properties xmlns:Alea="http://www.misag.com">
      <Alea:Translation LocaleIdentifier="0">
        <Alea:Caption>Cubes</Alea:Caption>
        <Alea:Description>Cubes for Role-Based Access Control</Alea:Description>
      </Alea:Translation>
      <Alea:Hierarchy Name="#__TAB__">
        <Alea:Properties xmlns:Alea="http://www.misag.com">
          <Alea:Translation LocaleIdentifier="0">
            <Alea:Caption>Cubes</Alea:Caption>
            <Alea:Description>Cubes for Role-Based Access Control</Alea:Description>
          </Alea:Translation>
        </Alea:Properties>
      </Alea:Hierarchy>
    </Alea:Properties>
  3. Cube #_TABACC:
    <Alea:Properties xmlns:Alea="http://www.misag.com">
      <Alea:Translation LocaleIdentifier="0">
        <Alea:Caption>Cube Permissions</Alea:Caption>
        <Alea:Description>Maintained cube permissions for roles</Alea:Description>
      </Alea:Translation>
    </Alea:Properties>