[2186001] The template (Oracle Database Template) could not be applied successfully!

Hi, I have a problem creating a Generic database connector for Oracle DB.

On a step select project template I have following execption:

[2186001] The template (Oracle Database Template) could not be applied successfully!
[2186015] Error preparing the target systems.
Index was outside the bounds of the array

For other types of DB it works fine.

Version: One Identity Manager 9.3

I also tried a fresh installation OIM9.2.1 and got the same error.

Can someone advise how to be?

Parents
  • Try using the XML configuration from version 9.2:


    ...\OneIdentityManager.9.2\Modules\DSI\configuration

    Also, remember to follow these steps:

    Data source: Please use the sample connection string below to form your data source:

    (DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = {server})(PORT = {port})) (CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = {service name})))
    • Server: Provide the hostname.

    • Port: Provide the port to the database. By default, the port is 1521.

    • Service name: Provide the service name of the Oracle database.

    • Username: SYS

    • Password: Provide the password created during the Oracle installation.

      Click Extended and set DBA Privilege to SYSDBA

  • Thanks for your reply.

    Problem is not in the XML configuration and not with DB user rights.

    I checked your recommendation, but without success.

    Problem with choosing a project template (not XML configuration).


Reply Children
No Data