Thursday, September 10, 2015

Uninstallation of connector

In this post we are going to cover the uninstallation of connector. Particularly the database connector. The same procedure can be used for other connectors also. For.ex OID connector, AD Connector etc. Please see below the steps for the same.

1) Update the "connectorUninstall.properties" file located at "<OIM_HOME>/server/bin" with following parameters.
Database URL : jdbc:oracle:thin:@localhost:1521:OIMDB
DB UserName : DEV_OIM
DB Type : ORACLE
Location : Place where you want the log files of this   process to be
ConnectorName : DatabaseApplicationTables
Release : 9.1.0.0.0

Note: Here OIMDB is the service name. Please provide the service name as per your environment.

2) Set the following environment variables.
DOMAIN_HOME= <Middleware_home>\user_projects\domains\base_domain
WL_HOME= <Middleware_home>\wlserver_10.3
ORACLE_HOME= D:\Oracle\app\product\11.2.0\dbhome_1
OIM_ORACLE_HOME= <Middleware_home>\Oracle_IDM1
JAVA_HOME= C:\Java
MW_HOME=D:\Oracle\Middleware
APP_SERVER=weblogic

3) Run the "uninstallconnector.bat" command. Open the command prompt and navigate to
"<OIM_home>\server\bin" as shown in figure below









4) On the command prompt enter the following properties
DB Password : db password
Administrator Name : xelsysadm
Administrator Password : oim admin password
Enter serverURL : t3://<Host_name>:<port_no_of_oim>
Enter context Factory : weblogic.jndi.WLInitialContextFactory
as shown in figure below

























5) At last on the above screen you can see the message that "Connector DatabaseApplicationTables 9.1 .0.0.0 has been uninstalled". In this way we have uninstall the connector.

No comments:

Post a Comment

Other Posts