Informatica powercenter installation 8.6.1 error : pmjrepn (A parameter must be a directory.)

Informatica powercenter installation 8.6.1 error : pmjrepn (A parameter must be a directory.)

我在 informatica 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) 由于使用了 Oracle 数据库:通过 ORACLE_HOME 和 LD_LIBRARY_PATH 以及 LIBPATH

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

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

Informatica 安装和域创建成功。