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

Step 2. Create the Plug-in Definition File

Step 2. Create the Plug-in Definition File

The plug-in definition file is an XML file that you use to get image mapping information and to generate the plug-in. The plug-in definition file contains elements that specify the properties of the XConnect and model.
The plug-in definition file contains required and optional elements. Required elements specify properties such as the XConnect name, model owner, metadata source type, and metadata source name. Optional elements specify properties such as the icon directory, model icon, and model description.
Informatica provides the following sample plug-in definition file that you can use as a template:
<Informatica services installation directory>\services\MetadataManagerService\utilities\mmxconpluginutil\xconnect-definition-template.xml
The following code shows the sample plug-in definition file:
<?xml version="1.0" encoding="utf-8" ?> <xconnect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation='xconndef.xsd' xmlns="http://www.informatica.com/XCONDEF"> <name></name> <owner></owner> <domain></domain> <sourcename></sourcename> </xconnect>
To create the plug-in definition file, copy the sample file and update the elements and element values.

0 COMMENTS

We’d like to hear from you!