Viewing Spaces in ActiveSpaces Monitoring and Management

You can view various aspects of repository spaces using ActiveSpaces Monitoring and Management (ASMM).

  • Repository Spaces
  • Predefined and Custom Attributes
  • Relationship Records
  • Multivalue and Category Specific Attributes

For information on logging in to ActiveSpaces Monitoring and Management, refer to TIBCO ActiveSpaces Administration.

Procedure

  1. Log on to ASMM.
  2. View Repository Spaces
    1. Click the RECORD_RepositoryTableName repository space in the Metaspace Navigator column. For example, if the repository table name in TIBCO MDM is MCT_36017 , the repository space name is displayed as RECORD_MCT_36017.

      The repository space name along with the space information is displayed on the right panel.

  3. Viewing Predefined and Custom Attributes
    1. Click the RECORD_RepositoryID repository space in the Metaspace Navigator column. For example, RECORD_MCT_36017. The repository space name along with the space information is displayed on the right panel.
    2. Click the Schema tab. The Schema tab displays:
    • All attributes of a repository in the Name column.
    • All predefined attributes are prefixed with Z_. For example, Z_ PRODUCTKEYID
    • All custom attributes are defined by their Column Name, that is, CAttributeName. For example, CBANKNAME.
    • The dates are mapped to the LONG data type. For example, CDATEOFOPEN attribute.
    • The Amount, Decimal, and Custom Decimal attributes are mapped to the FLOAT data type attribute. For example, CBALANCE attribute.
    • The Timestamp and EFFECTIVEDATE attributes are mapped to the LONG data type.
    • The File type attribute is mapped to the STRING data type. For example, CPICSOFACCOUNTHOLDER. The filename is displayed when you view the records in cache.
  4. Viewing Relationship Records

    All relationships which contain attributes are stored in its own space with the name RECORD_Relationship Table Name. You can identify the Relationship Table Name in TIBCO MDM on the View Repository page. Therefore, in this case the space name for AddressToAccount relationship is RECORD_RCT_36072.

    1. Click the RECORD_RCT_36072 repository space in the Metaspace Navigator column. The repository space name along with the space information is displayed on the right panel.
    2. Click the Schema tab. The Schema tab displays the following information:
    • All predefined attributes prefixed with Z_. For example, z_id, Z_ TYPE, and z_CATALOGID.
    • Relationship attributes displayed by their database column names mentioned in TIBCO MDM with the appropriate data type. For example, CHEADOFFICE and CBRANCHNAME.