0

在过去的 3 周里,我在使用 OIM AS400 连接器时遇到了一个严重的问题。连接工作正常,直到一个周末 AS400 管理员更改了 AS400 系统的存储。从那时起,似乎没有任何功能。错误如下:

**org.identityconnectors.framework.common.exceptions.ConnectorException: com.ibm.as400.access.ServerStartupException: Not able to pass connection to server job.  Subsystem problem detected.**

        at org.identityconnectors.framework.common.exceptions.ConnectorException.wrap(ConnectorException.java:101)

        at org.identityconnectors.as400.AS400EntryIterator.<init>(AS400EntryIterator.java:45)

        at org.identityconnectors.as400.AS400Connector.executeQuery(AS400Connector.java:565)

        at org.identityconnectors.as400.AS400Connector.executeQuery(AS400Connector.java:163)

        at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.rawSearch(SearchImpl.java:105)

        at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.search(SearchImpl.java:82)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:606)

        at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)

        at com.sun.proxy.$Proxy506.search(Unknown Source)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:606)

Ι 尝试使用 jt400.jar 实用程序中的 JPing 工具,并显示连接工作正常。Ι 通过配置jt400.properties文件产生了更多的日志。我收到了以下信息:

**Exchange of random seeds failed with return code:

00 04 00 05                                      | ....             | ....             |

java.lang.Throwable**

    at com.ibm.as400.access.Trace.log(Trace.java:1164)

    at com.ibm.as400.access.Trace.log(Trace.java:1092)

    at com.ibm.as400.access.AS400ImplRemote.getConnection(AS400ImplRemote.java:1147)

    at com.ibm.as400.access.RemoteCommandImplRemote.openOffThread(RemoteCommandImplRemote.java:360)

    at com.ibm.as400.access.RemoteCommandImplRemote.getJobInfo(RemoteCommandImplRemote.java:81)

    at com.ibm.as400.access.ProgramCall.getServerJob(ProgramCall.java:521)

    at com.ibm.as400.access.ProgramCall.run(ProgramCall.java:757)

    at com.ibm.as400.access.UserList.load(UserList.java:514)

    at com.ibm.as400.access.UserList.getUsers(UserList.java:378)

    at org.identityconnectors.as400.AS400EntryIterator.<init>(AS400EntryIterator.java:43)

    at org.identityconnectors.as400.AS400Connector.executeQuery(AS400Connector.java:565)

    at org.identityconnectors.as400.AS400Connector.executeQuery(AS400Connector.java:163)

    at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.rawSearch(SearchImpl.java:105)

    at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.search(SearchImpl.java:82)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)

    at com.sun.proxy.$Proxy532.search(Unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:107)

    at com.sun.proxy.$Proxy532.search(Unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at org.identityconnectors.framework.impl.api.BufferedResultsProxy$BufferedResultsHandler.run(BufferedResultsProxy.java:162)

  **Establishing connection failed:

com.ibm.as400.access.ServerStartupException: Not able to pass connection to server job.  Subsystem problem detected.**

    at com.ibm.as400.access.AS400ImplRemote.returnSecurityException(AS400ImplRemote.java:1974)

    at com.ibm.as400.access.AS400ImplRemote.getConnection(AS400ImplRemote.java:1148)

    at com.ibm.as400.access.RemoteCommandImplRemote.openOffThread(RemoteCommandImplRemote.java:360)

    at com.ibm.as400.access.RemoteCommandImplRemote.getJobInfo(RemoteCommandImplRemote.java:81)

    at com.ibm.as400.access.ProgramCall.getServerJob(ProgramCall.java:521)

    at com.ibm.as400.access.ProgramCall.run(ProgramCall.java:757)

    at com.ibm.as400.access.UserList.load(UserList.java:514)

    at com.ibm.as400.access.UserList.getUsers(UserList.java:378)

我们不知道似乎是什么问题。我们已经联系了 AS400 管理员,他们也无法弄清楚。以前有没有人经历过类似的事情,或者有没有人对此有任何见解?

4

1 回答 1

0

您是否有机会将您的 QZDASOINIT 或 QZSCSRVS 或 QZRCSRVS 作业路由到不同的子系统?如果是,所述子系统是否处于活动状态?我的应用服务器日志中有一个非常相似的错误:

原因:com.xxxx.xxx.framework.common.utilities.UXException: 由于错误 [GUI 管理员密码自上次登录后可能已更改,无法在系统上为用户创建单元。从系统注销并联系 GUI 管理员 - 无法将连接传递到服务器作业。检测到子系统问题。]

并且能够通过删除为数据库服务器定义的特定客户端子系统来修复它。

于 2017-09-08T08:30:03.417 回答