Informatica powercenter安装8.6.1错误:pmjrepn(参数必须是目录。)

时间:2015-01-04 06:16:44

标签: oracle informatica informatica-powercenter

我在Infotica Powercenter 8.6.1静默安装上创建域时出现此错误:

===============================================================================
Informatica PowerCenter 8.6.1
-----------------------------

Cannot create domain.

The installer could not create the domain. Correct the error below and select
Retry. You must successfully create the domain to continue the installation.
DEFINE_NODE_STDOUT:
DEFINE_NODE_STDERR:java.lang.UnsatisfiedLinkError: pmjrepn (A parameter must be a directory.)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:952)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:921)
at java.lang.System.loadLibrary(System.java:452)
        at com.informatica.powercenter.sdkint.repository.ILocaleManager.<clinit>(ILocaleManager.java:38)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:187)
        at
com.informatica.pcsf.infacmd.InfaCmdMainLoop.mainLoop(InfaCmdMainLoop.java:100)
at com.informatica.pcsf.infacmd.InfaSetupMain.main(InfaSetupMain.java:34)
Exception in thread "main" java.lang.UnsatisfiedLinkError: pmjrepn (A parameter
must be a directory.)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:952)

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

解决方案如下:

1)由于使用的是Oracle数据库:通过ORACLE_HOME和LD_LIBRARY_PATH以及LIBPATH

检查Oracle客户端32位配置是否正确(正确的顺序路径序列)

2)安装错过的AIX库bos.adt.debug

Informatica安装和域名创建成功。