Error messages and problem solving

A warning or error message might be displayed in the user interface to provide information about the adapter or when an error occurs.

A warning or error might be displayed in the user interface to provide information that you need to know about the adapter or about an error. Table 1 contains warnings or errors which might be displayed in the user interface if the Oracle Database Adapter is installed on your system.

Table 1. Warning and error messages. The table list message codes, the message text, and the remedial action.
Message code Warning or error message Remedial action
CTGIMT001E The following error occurred. Error: Either the Oracle service name is incorrect or the service is not up. Ensure that the Oracle service name given on IBM® Security Verify Identity Manager service form is running.
CTGIMT001E The following error occurred. Error: Either the Oracle host or port is incorrect. Verify that the host workstation name or the port for the Oracle service is correctly specified.
CTGIMT002E The login credential is missing or incorrect. Verify that you provided correct login credential on service form.
CTGIMT001E The following error occurred. Error: No suitable JDBC driver found. Ensure that the correct version of the JDBC thin driver is copied onto the workstation where the adapter is installed. Ensure that the path for the driver is included in the system CLASSPATH variable.
CTGIMT600E An error occurred while establishing communication with the IBM Security Directory Integrator server. IBM Security Verify Identity Manager cannot establish a connection with IBM Security Directory Integrator. To fix this problem, ensure that:
  • IBM Security Directory Integrator is running.
  • The URL specified on the service form for the IBM Security Directory Integrator is correct.
CTGIMT004E The adapter does not have permission to add an account: Account_Name. The administrator user provided on the IBM Security Directory Integrator service form does not have the required privileges to add a user account. Ensure that an administrator user with the required privileges is specified on service form. These privileges are the minimum required for the administrator user:
  • CREATE USER
  • ALTER USER
  • DROP USER
  • SELECT ANY TABLE
  • GRANT ANY ROLE
  • GRANT ANY PRIVILEGE
  • EXECUTE ANY PROCEDURE
  • ADMINISTER_RESOURCE_MANAGER
  • SELECT ANY DICTIONARY
NoteTo use the following Stored Procedure, you must provide EXECUTE ANY PROCEDURE and ADMINISTER_RESOURCE_MANAGER privileges to the administrator user:
  • dbms_resource_manager_privs.grant_switch_consumer_group
  • DBMS_RESOURCE_MANAGER_PRIVS.REVOKE_SWITCH_CONSUMER_GROUP
  • dbms_resource_manager.set_initial_consumer_gro
  • DBMS_WM.RevokeSystemPri
CTGIMT003E The account already exists. Use different name for the user to be added.
CTGIMT015E An error occurred while deleting the Account_Name account because the account does not exist. The user you trying to delete does not exist. Ensure that you are deleting only an existing account.