Tag Archives for " oid "

How to add custom attribute in Oracle Internet Directory and make it visible in OIDDAS console

This post will cover the steps for adding a custom attribute (say ptycode) in Oracle Internet Directory (I am using OID 10.1.4.3) and make it visible in OIDDAS console. To do this, login to OID using Java based Admin tool i.e., oidadmin. Goto Schema Management as shown below. Select the attributes tab as shown below. […]

Read More

Oracle Access Manager integration with BI Dashboards

This post covers the integration aspects of BI Dashboards (analytics) with Oracle Access Manager. With this integration, we are achieving the Single Sign-on between BI Dashboards and other applications protected by Oracle  Access Manager. Environment Details: Oracle Access Manager 10.1.4.3 Oracle BI Dashboards 10.1.3.4.1 OHS 1.x WebGate 10.1.4.3 Oracle WebLogic Server 10.3.1 (where BI application […]

Read More

Internal Error in Verification Service for user .getRoleBasedGroupActions: Error while logging into BPEL worklist

BPEL process manager 10.1.3.5 is integrated with Oracle Single Sign-on 10.1.4.3. The BPEL application was working fine until sometime ago and all of a sudden when we attempt to login to BPEL worklist, it is throwing the below error. Internal Error in Verification Service for user <user>.getRoleBasedGroupActions. If you need more information, please check with […]

Read More

The subscriber ‘myrealm’ contains multiple values for the attribute ‘orclCommonUserSearchBase’

Today I faced an issue with user search base entries in OID. While running the configure script for BPEL worklist to use OID as user store, I got the below error. [java]  The subscriber ‘myrealm’ contains multiple values for the attribute ‘orclCommonUserSearchBase’ [java] cn=users,dc=myrealm,dc=com [java] cn=Partner,dc=myrealm,dc=com [java] cn=Customer,dc=myrealm,dc=com [java] cn=Employees,dc=myrealm,dc=com It means that administrator has […]

Read More

ldap_modify: Insufficient access

I was trying to run an ldif file that will modify certain attribute and objectclass. I was giving the user details without quotes in ldap_modify command as shown below and it throws Insufficient access error. [oracle@hostname bin]$ ./ldapmodify -h hostname -p 389 -D cn=orcladmin -W password -f oid_tuning.ldif modifying entry cn=dsaconfig,cn=configsets,cn=oracle internet directory ldap_modify: Insufficient access […]

Read More

Integration of E-Business suite with Oracle Single Sign-on

I have done the integration of E-Business suite with Oracle Single Sign-on today and would like to post few integration details of the same. In my case, I am using EBS 12.0.6 and the pre-requisites is that OID should be upgraded to 10.1.4.3. The patch 5855635 should be applied in E-Business Suite machine  if the […]

Read More

Cannot login to OAM console after upgrading OID to 10.1.4.3

Hi all, I have performed the OID upgrade to 10.1.4.3 today. Till then, OAM was working perfectly fine. Soon after the upgrade, I restarted OID and OAM services and it went without any errors. When I accessed the OAM consoles either (Identity or Access), it throws an error saying Invalid Credential. The Access Server logs […]

Read More

OID 11g installation troubleshooting

I have done been doing OID 11g installation in windows environment recently and encountered an issue.In this case, there is also DB Vault installed with Oracle Database. So if you happen to install OID schema using RCU on such DB with Vault, then you have to follow these steps: 1. Disable DB Vault: follow this […]

Read More

Migrate Users to/from OID and Oracle Apps 11i/R12

Here are key points If you have to integrate Oracle Applications 11i/R12 with OID (for Single Sign-on access) and migrate users across two user repository (Apps and OID) Users are migrated    1. From OID to Apps (FND_USER) – In this scenario users already exist in OID and you wish to move them to Apps 2. From Apps to OID  – Users already […]

Read More

Server Chaining in OID

1. Server chaining feature in OID is introduced in version 10.1.4.0.1 2. You use server chaining feature to map user/group/entries sitting in third party LDAP directory (AD, iPlanet) and access them through OID. This way you can avoid synchronization of entry (identity data) between OID and third party LDAP Server. 3. Currently (as of version 10.1.4.0.1) only […]

Read More