Skip to main content

Posts

Showing posts with the label How to UploadJars.sh ICFBundle Jar in Oracle Identity Manager

How to UploadJars.sh ICFBundle Jar in Oracle Identity Manager

How to UploadJars.sh ICFBundle Jar in Oracle Identity Manager Introduction-Suppose you have developed ICFBundle connector code, now you want to deploy connector code in OIM as ICFBundle Jar, following are the steps to deploy. Navigate to the following location and run below script. [oracleapp@elcosapoim3:/opt/oracle/apps/OIM_Middleware/idm/server/bin]$ ./UploadJars.sh  For running the Utilities the following environment variables need to be set  APP_SERVER is weblogic  OIM_ORACLE_HOME is /opt/oracle/apps/OIM_Middleware/idm  JAVA_HOME is /opt/oracle/apps/jdk1.8.0_271  MW_HOME is /opt/oracle/apps/OIM_Middleware  WL_HOME is /opt/oracle/apps/OIM_Middleware/wlserver  DOMAIN_HOME is /opt/oracle/apps/OIM_Middleware/user_projects/domains/OIG_domain  For running the Utilities the following environment variables need to be set  APP_SERVER is weblogic  OIM_ORACLE_HOME is /opt/oracle/apps/OIM_Middleware/idm  JAVA_HOME is /opt/oracle/apps/jdk1.8...