Error Messages While Testing an Oracle E-Business Suite Connection

The following table describes error messages if occur while testing an Oracle E-Business Suite connection with Oracle E-Business Suite Adapter from Oracle Integration:

Error Code Error Message Resolution
CASDK-0002 Verify Integrated SOA Gateway setup on Oracle E-Business Suite. For details, refer to Setup chapter in Using the Oracle E-Business Suite Adapter guide. Ensure to complete the setup tasks for Oracle E-Business Suite Integrated SOA Gateway (ISG), as described in Setup Tasks for Enabling the Oracle E-Business Suite Adapter.
CASDK-0004 Invalid user name or password. Provide valid Oracle E-Business Suite user name and password combination.
CASDK-0005 User is not authorized to execute the service. Please check the user grants. All methods of the Metadata Provider service do not have required grants created. Grant the required user privileges to Metadata Provider service, as described in step 4, Setup Tasks for Enabling the Oracle E-Business Suite Adapter. Alternatively, this error could also occur if the access to Oracle E-Business Suite instance is forbidden or blocked from Oracle Integration. Ensure that Oracle Integration is able to access the Oracle E-Business Suite instance.
CASDK-0005 Verify if Metadata Provider service is deployed with alias 'provider'. Ensure that all its methods are deployed with GET verb. This error occurs due to either of the following reasons:
  • The Metadata Provider API is not deployed as a REST service.

  • All the methods of the API are not deployed with GET verb.

  • The API is deployed with GET verb but with a service alias other than "provider".

To resolve the issue, ensure to deploy all the methods in the Metadata Provider API with GET verb and with service alias "provider". For information on deploying Metadata Provider service, see step 3, as described in Setup Tasks for Enabling the Oracle E-Business Suite Adapter.
CASDK-0005 Error connecting to the Oracle E-Business Suite: <URL> Provide valid Oracle E-Business Suite host and port information (http(s)://<Oracle E-Business Suite host name>:<port>) where Oracle E-Business Suite is configured for ISG REST services.
CASDK-0005 A connector specific exception was raised by the application. The connection URL should be of the format: http://<Oracle E-Business Suite host name>:<port> This error occurs due to invalid URL format. To resolve the issue, remove any trailing slash in the URL. Ensure that the Oracle E-Business Suite connection URL is of the format: http(s)://<Oracle E-Business Suite host name>:<port>
CASDK-0005 Connection URL should be of the format: http://<host name>:<port> This issue occurs because of protocol error. To resolve the issue, the connection URL should be of the format: http(Oracle E-Business Suite 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 This error occurs because of TLS certificate issues. If Oracle E-Business Suite requires a specific TLS certificate, ensure that you import or upload the Oracle E-Business Suite TLS certificate to Oracle Integration. See: Setup Tasks for a TLS-Enabled Oracle E-Business Suite Environment.