You can help information catalog users in your organization find a person responsible for the actual data that is described by objects. You can identify contacts for objects by using the Information Catalog Manager windows or tag language.
The Associate Contacts window opens.
The Define Search - Contacts window opens. Use this window to search for contact objects you want to include. Objects that fit your search criteria are returned to the Associate Contacts window in the Available contacts list.
To close the window without adding or deleting contacts, click Cancel.
To add a Contact object to another Information Catalog Manager object with tag language, specify a Contact relationship between them.
:ACTION.RELATION(ADD)
:ACTION.RELATION(DELETE)
:RELTYPE.TYPE(CONTACT) SOURCETYPE(short_name_of_object_type) TARGETYPE(short_name_of_contact_object)
:INSTANCE.SOURCEKEY(UUI_short_name(value_for_property) UUI_short_name(value_for_property) UUI_short_name(value_for_property))
TARGETKEY(UUI_short_name(value_for_property) UUI_short_name(value_for_property) UUI_short_name(value_for_property))
After each keyword, type an appropriate value within the parentheses:
Completely enclose in parentheses all the properties and values after the SOURCEKEY and TARGETKEY keywords.
Figure 9 shows an example of tag language to add a contact to a database object. The example assumes that you already created the source and target objects.
Figure 9. Adding a contact to a table object with tag language
ACTION.RELATION(ADD) RELTYPE.TYPE(CONTACT) SOURCETYPE(DATABASE) TARGETYPE(CONTACT) INSTANCE.SOURCEKEY(SERVER(STL11W71) DBNAME(DGWDATA) DBTYPE(RELATIONAL)) TARGETKEY(NAME(Robin Noble-Thomas) RESPONSE(EUI team lead)) |
In this example, the Contact object identified by NAME(Robin Noble-Thomas) RESPONSE(EUI team lead) is added to the object identified by SERVER(STL11W71) DBNAME(DGWDATA) DBTYPE(RELATIONAL).