Total Pageviews

Tuesday, December 27, 2016

OIM 11gr2 ps3 oim_blkld.sh ERROR => ojdbc5.jar missing from lib directory


this is known issue when running oim_blkld.sh command to load users or roles
to fix this find ojdbc5.jar at your machine(this jar file be a lot of places)

at linux use below command to find this jar file
$locate ojdbc5.jar

past it under /lib

cp ojdbc5.jar <IAM_HOME>/server/db/oim/oracle/Utilities/oimbulkload/lib

rerun the utility. it should work now.





oim 11gr2 ps3 default console url and steps for first time accessing design console configuration




 Default consoles URL after configuration of OIM R2PS3

      Identity Console              
            http://orasystemsusa:14000/identity
                        or
            http://orasystemsusa:14000/oim    


       Admin Console
            http://orasystemsusa:7001/console
        
      EM Console
            http://orasystemsusa:7001/em/
         
                  
       Sysadmin Console             
          
            http://orasystemsusa:14000/sysadmin/
           
          
        Design Console
        (first time console starup activity)
           #su - oracle
            $cd /u01/Weblogic/FMW/Oracle_IAM1/designconsole/
          
            One time configuration
                export JAVA_HOME=/usr/jdk1.7.0_80/
                export PATH=$JAVA_HOME/bin:$PATH
                cd /u01/Weblogic/FMW/wlserver_10.3/server/lib
                ls wljarbuilder.jar
                java -jar wljarbuilder.jar
              
                wlfullclient.jar
                cp wlfullclient.jar /u01/Weblogic/FMW/Oracle_IAM1/designconsole/ext/
           
            ./xlclient.sh  (to start designconsole after above configuration)
          
      
        BI Console

       
            http://orasystemsusa:9704/xmlpserver/
           
              SOA-INFRA   
               
            http://orasystemsusa:8001/soa-infra/
          
          
        BPM Worklist Application      
            http://orasystemsusa:8001/integration/worklistapp
           
          
       SOA Composer              
            http://orasystemsusa:8001/soa/composer
         

         

Thursday, December 15, 2016

RCU error to configure OIM due to Oracle Database 12c


When you are running RCU to create schema's  for OIM and you observer during RCU run it failed when creating OIM schema's you have to manually create a view by

going to cd /u01/app/oracle/product/12.1.0.2/dbhome_1/rdbms/admin
ls xaview.sql
sqlplus as sysdba
@xaview.sql

it will create Synonym created.

Now your RCU will run successfully. it was failing because oracle 12c dont allow view to be created by RCU.