使用Informatica Design SDK创建映射时出错

时间:2012-04-12 13:25:36

标签: informatica-powercenter informatica

我找到了映射sdk代码示例,但没有任何文档。

目前正在使用9.0,我正在寻找更多信息。

对于当前的一个问题,当我尝试将映射保存到存储库时(pcconfig.properties位于生成xml文件的同一文件夹中),我收到以下错误:

Written the file..

Caught an exception in run() method

java.io.IOException: Cannot run program ""C:\Informatica\pmrep"" (in directory "C:\Informatica"): CreateProcess error=2, The system cannot find the file specified

java.io.IOException: Cannot run program ""C:\Informatica\pmrep"" (in directory "C:\Informatica"): CreateProcess error=2, The system cannot find the file specified

com.informatica.powercenter.sdk.mapfwk.exception.MapFwkOutputException: Error saving to repository :  Failed to connect to repository

    at com.informatica.powercenter.sdk.mapfwk.xml.XMLWriter.save(Unknown Source)

    at com.informatica.powercenter.sdk.mapfwk.repository.Repository.save(Unknown Source)

    at TestRaghavExample.generateOutput(TestRaghavExample.java:259)

    at TestRaghavExample.create(TestRaghavExample.java:64)

    at TestRaghavExample.main(TestRaghavExample.java:272)

Caught an exception in run() method

这是我最初的例子..试图通过API找到我的方式..

1 个答案:

答案 0 :(得分:0)

pmrep实用程序的路径看起来不正确。它通常位于Windows上的C:\Informatica\<version>\server\bin路径中。

检查PC_CLIENT_INSTALL_PATHpcconfig.properties的值是否正确。