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. Schedules
  12. Domain Object Export and Import
  13. License Management
  14. Monitoring
  15. Log Management
  16. Domain Reports
  17. Node Diagnostics
  18. Understanding Globalization
  19. Appendix A: Code Pages
  20. Appendix B: Custom Roles
  21. Appendix C: Informatica Platform Connectivity
  22. 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!