Table of Contents

Search

  1. Preface
  2. Using Metadata Manager
  3. Configuring Metadata Manager
  4. Application Resources
  5. Business Glossary Resources
  6. Business Intelligence Resources
  7. Custom Resources
  8. Data Integration Resources
  9. Data Modeling Resources
  10. Database Management Resources
  11. Universal Resources
  12. Managing Resources
  13. Loading and Monitoring Resources
  14. Managing Permissions
  15. Resource Migration
  16. Repository Migration
  17. Appendix A: Metadata Manager Login
  18. Appendix B: Metadata Manager Properties Files
  19. Appendix C: Resource Configuration Files
  20. Appendix D: Glossary

Metadata Manager Administrator Guide

Metadata Manager Administrator Guide

Sample searchpriorities.xml File

Sample searchpriorities.xml File

The following example shows sample entries in a searchpriorities.xml file:
<?xml version="1.0" encoding="UTF-8"?> <tns:search-labels xmlns:tns="http://www.example.org/searchlabels" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/searchlabels searchlabels.xsd "> <search-label name="FAVORITES" priority="9"> <entry type="FAVORITE" value="Folder" /> <entry type="FAVORITE" value="Shortcut" /> <entry type="FAVORITE" value="SavedSearch" /> </search-label> <search-label name="BG_TERMS" priority="8"> <entry type="CLASS_ID" value="com.informatica.businessglossary.BusinessTerm" /> </search-label> <search-label name="COLUMNS" priority="8"> <entry type="CLASS_ID" value="com.informatica.db2.db2database.DB2Column" /> <entry type="CLASS_ID" value="com.informatica.netezza.netezzadatabase.NetezzaColumn" /> <entry type="CLASS_ID" value="com.informatica.oracle.oracledatabase.OracleColumn" /> <entry type="CLASS_TYPE" value="Column" /> </search-label> <search-label name="TABLES" priority="5"> <entry type="CLASS_ID" value="com.informatica.db2.db2database.DB2Table" /> <entry type="CLASS_ID" value="com.informatica.erstudio.ERStudioTable" /> <entry type="CLASS_ID" value="com.informatica.erwin.ERwinTable" /> <entry type="CLASS_ID" value="com.Custom_Model.custom.View" /> </search-label> </tns:search-labels>

Entry Type Examples

You can use a combination of Class_ID, Class_Type, or Favorite entry types to define a group and assign a priority.
You can search for class IDs associated with PowerCenter that you want to include in a group. For example:
select class_uid from IMW_class where class_id like '%powercenter%'
You can search for columns associated with a database such as Oracle or DB2 that you want to include in a group. For example:
select class_type from IMW_class where class_type like '%Column%'
You can search for favorite types that you want to include in a group. For example:
select favorite_type from MM_Favorites
You can search for class IDs associated with custom classes. For example:
select * from imw_class where class_id like '%<custom class name>%'

0 COMMENTS

We’d like to hear from you!