目录

Search

  1. 前言
  2. 了解域
  3. 管理您的帐户
  4. 使用 Informatica Administrator
  5. 使用“域”视图
  6. 域管理
  7. 节点
  8. 高可用性
  9. 连接
  10. 连接属性
  11. 计划
  12. 域对象导出和导入
  13. 许可证管理
  14. 监视
  15. 日志管理
  16. 域报告
  17. 节点诊断
  18. 了解全球化
  19. 代码页
  20. 自定义角色
  21. Informatica 平台连接
  22. 配置 Web 浏览器

管理员指南

管理员指南

查看域对象

查看域对象

您可以查看导出 XML 文件中的域对象名称和属性。
运行 infacmd xrf generateReadableViewXML 命令,以从导出文件创建可读 XML 文件。
下面提供了一个可读 XML 文件的示例。
<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>