Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Understanding Domains
  3. Managing Your Account
  4. Using Informatica Administrator
  5. Using the Domain View
  6. Domain Management
  7. Nodes
  8. High Availability
  9. Connections
  10. Connection Properties
  11. Domain Object Export and Import
  12. License Management
  13. Monitoring
  14. Log Management
  15. Domain Reports
  16. Understanding Globalization
  17. Appendix A: Code Pages
  18. Appendix B: Custom Roles
  19. Appendix C: Informatica Platform Connectivity
  20. Appendix D: Configure the Web Browser

Administrator Guide

Administrator Guide

View Domain Objects

View Domain Objects

You can view domain object names and properties in the export XML file.
Run infacmd xrf generateReadableViewXML command, to create a readable XML from the export file.
The following section provides a sample readable XML file:
<global:View xmlns:global="http://global" xmlns:connection="http://connection" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://connection connection.xsd http://global globalSchemaDomain.xsd http://global globalSchema.xsd"> <NativeUser isAdmin="false" name="admin" securityDomain="Native" viewId="0"> <UserInfo email="" fullName="admin" phone="" viewId="1"/> </NativeUser> <User isAdmin="false" name="User1" securityDomain="Native" viewId="15"> <UserInfo email="" fullName="NewUSer" phone="" viewId="16"/> </User> <Group name="TestGroup1" securityDomain="Native" viewId="182"> <UserRef name="User1" securityDomain="Native" viewId="183"/> <UserRef name="User6" securityDomain="Native" viewId="188"/> </Group> <Role customRole="false" name="Administrator" viewId="242"> <Description viewId="243">Provides all privilege and permission access to an Informatica service.</Description> <ServicePrivilegeDefinition name="PwxListenerService" viewId="244"> <Privilege category="" isEnabled="true" name="close" viewId="245"/> <Privilege category="" isEnabled="true" name="closeforce" viewId="246"/> <Privilege category="" isEnabled="false" name="Management Commands" viewId="249"/> <Privilege category="" isEnabled="false" name="Informational Commands" viewId="250"/> </ServicePrivilegeDefinition> </Role> <Connection connectionString="inqa85sql25@qa90" connectionType="SQLServerNativeConnection" domainName="" environmentSQL="" name="conn4" ownerName="" schemaName="" transactionSQL="" userName="dummy" viewId="7512"> <ConnectionPool maxIdleTime="120" minConnections="0" usePool="true" viewId="7514"/> </Connection> </global:View>

0 COMMENTS

We’d like to hear from you!