0

マッピングSDKコードのサンプルを見つけましたが、ドキュメントはまったくありません。

現在9.0を使用していますが、詳細を探しています。

現在の問題の1つとして、マッピングをリポジトリに保存しようとすると(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を介して私の方法を見つけようとしています..

4

1 に答える 1

0

ユーティリティへのパスがpmrep正しくないようです。通常C:\Informatica\<version>\server\bin、Windows のパスにあります。

PC_CLIENT_INSTALL_PATHwithinの値pcconfig.propertiesが正しいことを確認します。

于 2012-04-23T13:05:40.887 に答える