Informatica Administrator for Enterprise Data Catalog > Domain Object Export and Import > 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>

Viewable Domain Object Names

You can view the following domain object names and properties in the readable XML file:
User
The following table lists the properties and the type:
Property
Type
name
string
securityDomain
string
admin
boolean
UserInfo
List<UserInfo>
UserInfo
The following table lists the properties and the type:
Property
Type
description
string
email
string
fullName
string
phone
string
Role
The following table lists the properties and the type:
Property
Type
name
string
description
string
customRole
boolean
servicePrivilege
List<ServicePrivilegeDef>
ServicePrivilegeDef
The following table lists the properties and the type:
Property
Type
name
string
privileges
List<Privilege>
Privilege
The following table lists the properties and the type:
Property
Type
name
string
enable
boolean
category
string
Group
The following table lists the properties and the type:
Property
Type
name
string
securityDomain
string
description
string
UserRefs
List<UserRef>
GroupRef
The following table lists the properties and the type:
Property
Type
name
string
securityDomain
string
UserRef
ConnectInfo
The following table lists the properties and the type:
Property
Type
id
string
name
string
connectionType
string
ConnectionPoolAttributes
List<ConnectionPoolAttributes>
ConnectionPoolAttributes
The following table lists the properties and the type:
Property
Type
maxIdleTime
int
minConnections
int
poolSize
int
usePool
boolean
Supported Connection Types
DB2iNativeConnection Properties
DB2NativeConnection Properties
DB2zNativeConnection Properties
JDBCConnection Properties
ODBCNativeConnection Properties
OracleNativeConnection Properties
PWXMetaConnection Properties
SAPConnection Properties
SDKConnection Properties
SQLServerNativeConnection Properties
TeradataNativeConnection Properties
TeradataNativeConnection Properties
URLLocation Properties
WebServiceConnection Properties
NRDBNativeConnection Properties
NRDBMetaConnection Properties
RelationalBaseSDKConnection Properties