Google Search

Tuesday, October 20, 2015

Oracle Identity Manager High Availability Configuration Steps




Click on each Link to get more information on each step.

Saturday, October 3, 2015

OID 11.1.1.7.0 Installation on Linux 6.5

Assuming you are planning to install OID 11.1.1.7.0 on Linux 64-bit environment

1. Install and Configure Oracle Database 11g R2

2. Run RCU 11.1.2.2.0 to create OID schema. (Hence run the pre-requisite for RCU)

                $unzip rcuHome
                $cd rcuHome/bin -> $./rcu

3. Install WebLogic 11g R1 (10.3.6)

                $unzip wls1036_generic.jar
                $java –jar –d64 wls1036_generic.jar (for 64-bit Linux)

4. Download and extract IDM 11.1.1.7.0 from OTN Site

                $unzip ofm_idm_linux_11.1.1.7.0_64_disk1_1of1

5. Install Identity Management (OID)

$cd Disk1
$./runInstaller –jreLoc <jdk/jre path>

6. Configure and create IDM domains and Managed servers 

                $cd $OID_ORACLE_HOME/bin
                $./Config.sh

7. Start WebLogic Server Console

                $cd $DOMAIN_HOME/bin
                $./startWeblogic.sh OR
    $nohup ./startWebLogic.sh > AdminServer.out &
    $tail -f AdminServer.out

8. OID Installation is successful.

Verify OID and other components status:

$ cd /u01/app/oracle1/oid/middleware/asinst_1/bin
$ ./opmnctl status   -> To Check the Status
$./opmnctl startall  -> To Start all components
$./opmnctl Stopall  -> To Stop all components


    Verify URL's:

                   Component
   Access URL and Port
Oracle Directory Services Manager (ODSM)
http://host:7005/odsm
Oracle Enterprise Manager Fusion Middleware Control
http://host:7001/em/
Oracle WebLogic Server Administrative Console
http://host:7001/console/
Oracle Internet Directory LDAP
3060

Verify Connectivity via Command prompt:

ON SSL Mode:

$OID_ORACLE_HOME/bin/ldapbind –h <hostname> -p <port> -D cn=orcladmin –w <password> -U 1

Third-Party Tools:

You can use any of the below tools to perform the same operations similar to OID (Any Directory Server) target system.
1.       LDAP Browser
2.       JXplorer
3.       Apache Directory Studio
4.       LDIF Editor

Friday, October 2, 2015

How do I enable Java in my web browser?

Cause
Java is not enabled in the web browser. If Java is already installed but applets do not work, you need to enable Java through your web browser.

Solution
If you recently installed Java, you may need to restart your browser (close all browser windows and re-open), in order for the browser to recognize the installation.

In addition, make sure Java content in the browser is enabled through the Java Control Panel.

Follow these instructions to enable Java though your Web browser.
Internet Explorer
  1. Click Tools and then Internet Options
  2. Select the Security tab, and select the Custom Level button
  3. Scroll down to Scripting of Java applets
  4. Make sure the Enable radio button is checked
  5. Click OK to save your preference
Chrome
Chrome browser versions 42 and above. Starting with Chrome version 42 (released April 2015), Chrome has disabled the standard way in which browsers support plugins. More info

Firefox
  1. Open the Firefox browser or restart it, if it is already running
  2. From the Firefox menu, select Tools, then click the Add-ons option
  3. In the Add-ons Manager window, select Plugins
  4. Click Java (TM) Platform plugin (Windows) or Java Applet Plug-in (Mac OS X) to select it
  5. Check that the option selected is Ask to Activate or Always Activate or on older Firefox versions, click on the Enable button (if the button says Disable, Java is already enabled)
Safari
  1. Click on Safari and select Preferences
  2. Choose the Security option
  3. Select Allow Plug-ins, then click on Manage Website Settings
  4. Click on the Java item, select an option (Ask, Allow or Allow Always) from the pulldown list When visiting other websites
  5. Click Done, then close the Safari Preferences window
Opera 4.x and Up
  1. Opera for Windows does not use Java, but an embedded version already inside the Opera Web browser.
  2. Opera for other platforms may supports Java . Please consult your Opera platform documentation.
  3. For further information, please review the following Opera Support article:
    Support for Java software in Opera

How do I enable Java through the Control Panel?

Cause:

The Java content in the browser is disabled in the Java Control Panel.
If Java is already installed but applets do not work, you may need to check and see if Java is enabled.

Solution:
To see whether your browser is configured to use Java, check your settings in the Java Control Panel. 


  1. In the Java Control Panel, click the Security tab.
  2. Select the option Enable Java content in the browser.
  3. Click Apply and then OK to confirm the changes.
  4. Restart the browser to enable the changes.
Note: Applicable to all Windows and Macintosh OS X environments.

Thursday, October 1, 2015

GTC CSV Trusted Recon Mappings

GTC Connector Mappings to Create a new user 

UserID -> UserLogin

FirstName -> FirstName

LastName -> LastName

employeeType -> Role (Go to Lookup.Users.Role and Enter Code Key value)

Organization -> Organization (Xellerate Users)

userType -> userType (End-User)


By using the above minimum mappings, you should be able to run a trusted recon and create users in OIM successfully.

ERROR: Given User Employee Type in the Column: RA_EMPLOYEETYPE is Invalid


ERROR: Given User Employee Type in the Column: RA_EMPLOYEETYPE is Invalid

Solution :

This might be occur because of Invalid EmployeeType field mapping or wrong value entered in GTC.

Verify the correct value for Employee Type field in OIM Roles Lookup : Lookup.Users.Role

Example :

 For an employee type of Contractor
 Lookup Name: Lookup.Users.Role
                       
                          Code Key                   Decode Key
                            CO                               Contractor

Enter CO as the value for the employeeType of Contractor.

EmployeeType -> Role

This will resolve this issue

NOTE : Whenever you made changes to the GTC connector, make sure that Reconciliation Profile Re-created successfully with the latest mappings.