Total Pageviews

Sunday, June 28, 2015

OIM 11g R2 RCU-6130:Action failed - RCU-6136:Error while trying to execute SQLPlus action

Error
OIM 11g R2  RCU-6130:Action failed - RCU-6136:Error while trying to execute SQLPlus action

Solution:
you are running wrong RCU utility or your RCU files are corrupted. please get the correct version from oracle site and re-run after extracting it.


OIM 11.1.2.2 error while configurint OIM server INST-6193



 Error
 error : INST-6193: The attribute JpsContextName in MBean com.oracle.sdp.messaging:Location=soa_server1,name=ServerConfig

Solution:
most likely you did not applied SOA mandatory patches. Oracle clearly tells that these patches are mandatory. at this stage even if apply SOA patches again, it will not work. i have to reinstall everything again and after applying Mandatory SOA patches i was able to complete installation.


 

OIM 11.1.2.2 dropping repository error

error

oracle.sysman.assistants.rcu.backend.validation.PrereqException: RCU-6083:Failed - Check prerequisites requirement for selected component:MDS 
The schema owner 'PROD_MDS' is connected to the database. Please disconnect and try again.
 
 
solution
restart the database. it will kill the sessions. i have tried to kill the sessions but it did not work. only restart work

OIM 11gR2 steps to configure design console

to configure design console do the following 2 steps

1. run this command to generate .jar file
/app/oracle/wlserver_10.3/server/lib and run "java -jar wljarbuilder.jar"
 
2. Copy wlfullclient.jar to /<OIM_HOME>/designconsole/ext and lib

Monday, June 22, 2015

OIM 11g r2 property to confige delay delete users account in IM

Here is the process if you dont want to delete users from OIM or want to set different delete date than default (same day) after end date(end date disable users account but do not delete).

1. Disable/Delete User After End Date
An end date is defined when a user account is created. This scheduled task disables user accounts for which the end date had passed the current date at the time when the task is run.
  
2. Delayed Delete User
This scheduled task automatically deletes the user whose delete date is before the start of today.
The XL.UserDeleteDelayPeriod system property indicates the number of days after which the user is to be deleted. When the administrator deletes a user, the user is marked in the Disabled state, and the user's 'Automatically Delete On' date is set for the future date after the number of days indicated in the XL.UserDeleteDelayPeriod system property.

if you want to only disable account but we don't want to delete accounts from OIM, you can change system  property value of  "Period to Delay User Delete"  default value is set to "0" it means delete users after disabling(same day) . we can set any value like 365(for one year), 1825(for 5 years) or any value to delete a users account after disabling it.
 
if we don't want to delete any account after disabling it, you can stop "Delayed Delete User" schedule job to run(it is not a good practice to keep the old accounts in OIM).