この付録では、設計時にOracle E-Business Suite接続をテストしているとき、およびOracle Integration Cloud Serviceで起動(ターゲット)接続としてOracle E-Business Suiteアダプタを使用して統合を作成しているときに発生する可能性のあるエラー・メッセージについて説明します。 この付録には、実行可能な解決方法も記載されています。
エラーの管理の詳細は、『Oracle Cloud Oracle Integration Cloud Serviceの使用』の「Integration Cloud Serviceの管理」の「エラーの管理」の章を参照してください。
次の表では、Oracle Integration Cloud ServiceでOracle E-Business SuiteアダプタとのOracle E-Business Suite接続をテストしているときに発生する可能性のあるエラー・メッセージについて説明します。
ICS エラー・コード | エラー・メッセージ | 解決方法 |
---|---|---|
CASDK-0004 | Invalid user name or password. | Oracle E-Business Suiteの有効なユーザー名とパスワードの組合せを指定します。 |
CASDK-0005 | User is not authorized to execute the service. Please check the user grants. |
メタデータ・プロバイダ・サービスの一部のメソッドで、必須権限が作成されていません。 手順4「Oracle E-Business Suiteアダプタの設定」の説明に従って、必要なユーザー権限をメタデータ・プロバイダ・サービスに付与します。 あるいは、このエラーは、Oracle Integration Cloud ServiceでOracle E-Business Suiteインスタンスへのアクセスが禁止またはブロックされている場合にも発生することがあります。 Oracle Integration Cloud ServiceがOracle E-Business Suiteインスタンスにアクセスできることを確認してください。 |
CASDK-0005 | Verify ISG setup on Oracle E-Business Suite. | Oracle E-Business Suiteアダプタの設定の説明に従って、Oracle E-Business Suite統合SOAゲートウェイ(ISG)の設定タスクを確実に完了してください。 |
CASDK-0005 | Verify the deployment of the Metadata Provider service on Oracle E-Business Suite. |
このエラーは、次のどちらかの理由で発生します。
この問題を解決するには、メタデータ・プロバイダAPIのすべてのメソッドをGET動詞およびサービス別名providerを使用して確実にデプロイします。 メタデータ・プロバイダ・サービスのデプロイの詳細は、「Oracle E-Business Suiteアダプタの設定」の手順3を参照してください。 |
CASDK-0005 |
A connector specific exception was raised by the application, for example: example.com/Error connecting to the Oracle E-Business Suite host.example.com | ISG RESTサービス用のOracle E-Business Suiteが構成されている有効なOracle E-Business Suiteホストとポートの情報(http(s)://<ebs host name>:<port>)を指定します。 |
CASDK-0005 |
A connector specific exception was raised by the application. The connection URL should be of the format: http://<ebs host name>:<port> |
このエラーは無効なURL形式により発生します。 この問題を解決するには、URLの末尾のスラッシュをすべて削除します。 Oracle E-Business Suite接続URLが、http(s)://<ebs host name>:<port>という形式であることを確認します。 |
CASDK-0007 |
Unable to establish a secure connection to example.com. SSL protocol related exception occurred. - sun.security.validator.ValidatorException: PKIX path building failed:sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target - PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target - unable to find valid certification path to requested target |
このエラーは、SSL証明書の問題が原因で発生します。 Oracle E-Business Suiteで特定のSSL証明書が必要な場合、Oracle E-Business Suite SSL証明書をOracle Integration Cloud Serviceに確実にインポートまたはアップロードしてください。 |
CASDK-0005 |
A connector specific exception was raised by the application. - unknown protocol: example.com |
この問題はプロトコルのエラーが原因で発生します。 この問題を解決するには、接続URLがhttp(s)://<ebx host name>:<port>という形式である必要があります。 |
次の表では、設計時に起動(ターゲット)接続としてOracle E-Business Suiteアダプタを使用して統合を作成しているときに発生する可能性のあるエラー・メッセージについて説明します。
エラー・メッセージ | 解決方法 |
---|---|
Empty set of values appear in the drop down during the Product Family selection. |
このエラーは、Oracle E-Business Suiteのメタデータ・プロバイダAPIにisActiveメソッドのみデプロイされており、APIのそれ以外のすべてのメソッドがデプロイされていない場合に発生します。 この問題を解決するには、メタデータ・プロバイダAPIのすべてのメソッドをGET動詞およびサービス別名providerを使用して確実にデプロイします。 メタデータ・プロバイダ・サービスのデプロイの詳細は、「Oracle E-Business Suiteアダプタの設定」の手順3を参照してください。 |
Service is not deployed as a REST service in Oracle E-Business Suite. To use this service, deploy it from Integration Repository of Oracle E-Business Suite. Contact Oracle E-Business Suite Integration Administrator. |
このエラーは、選択したAPIがRESTサービスとしてデプロイされていない場合に発生します。 選択したAPIをRESTサービスとして確実にデプロイしてください。 RESTサービスとしてのAPIのデプロイの詳細は、「Oracle E-Business Suiteアダプタの設定」の手順3を参照してください。 |
Service Status: Not Deployed Service is not deployed as a REST service in Oracle E-Business Suite. To use this service, deploy it from Integration Repository of Oracle E-Business Suite. Contact Oracle E-Business Suite Integration Administrator. |
選択した操作またはメソッドがRESTサービス操作としてデプロイされていない場合、このエラーが発生します。 APIで選択したメソッドをRESTサービス操作として確実にデプロイしてください。 |
The application has encountered an unexpected error. Please check the application connection details and credentials, and retry your request. |
このエラーは、isActiveメソッドを除くメタデータ・プロバイダAPIメソッド(getInterfaces、getMethods、getProductsなど)がすべてデプロイされているが、その権限が作成されていない場合に発生します。 この問題を解決するには、GET動詞でAPIのすべてのメソッドをデプロイすることに加え、「Oracle E-Business Suiteアダプタの設定」の手順4の説明に従って、必要なユーザー権限をメタデータ・プロバイダ・サービスに付与します。 |