【问题标题】:Where the powrmart.dtd file will be located in Informatica Powercenter client?powrmart.dtd 文件将位于 Informatica Powercenter 客户端的什么位置?
【发布时间】:2016-03-02 01:14:06
【问题描述】:

从 Informatica PowerCenter 客户端(存储库管理器、工作流管理器、设计器)生成的所有 XML。这些针对 powrmart.dtd 进行了验证

我只想知道powrmart.dtd的位置

【问题讨论】:

  • 您可以使用安装文件夹中的Windows搜索功能找到该文件!

标签: informatica informatica-powercenter


【解决方案1】:

最新版本为 8.0 版,安装 Informatica Cloud Secure Agent 后可在以下位置(在您的 Windows 计算机上)找到:

C:\Program Files\Informatica Cloud Secure Agent\main\bin\rdtm\powrmart.dtd

也可以在以下位置在线找到它: https://code.google.com/p/rishav/source/browse/powrmart.dtd?r=79b8fc2157bbdfac9283679975d84d931691a4aa

【讨论】:

    【解决方案2】:

    您可以通过在解析 XML 时添加以下行来禁用文件搜索。

    DocumentBuilderFactory 工厂 = DocumentBuilderFactory.newInstance(); factory.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-01-15
      • 2021-01-04
      • 2016-09-21
      • 1970-01-01
      • 1970-01-01
      • 2014-07-31
      • 2017-06-12
      相关资源
      最近更新 更多