Bootstrap OID to AD

I am trying to bootstrap our new OID with an existing AD. I have worked through many issues in trying to set this up. I am able to bind to and perform searches on the AD installation; however, I cannot seem to get the bootstrap to work properly. I installed diptester and used the default ActiveChg.map file except I changed the Domain mapping to the following:
DomainRules
ou=usersyccd,dc=fabnoa,dc=fabcorp,dc=fabrikam,dc=com:cn=users,dc=dwapp-bak,dc=com
All other mapping rules were left as delivered.
The bootstrap.aud log shows the following (summarized):
MAPPING: Attributes - Start
MAPPING : Source Change Record : ChangeRecord : ----------
Changetype:
ChangeKey: CN=Alfred E.. Newman,OU=UsersYCCD,DC=fabnoa,DC=fabcorp,DC=fabrikam,DC=com
Attributes:
Class: null Name: name Type: nonbinary ChgType: Value: [Alfred E.. Newman]
Class: null Name: badpwdcount Type: nonbinary ChgType: Value: [0]
Class: null Name: instancetype Type: nonbinary ChgType: Value: [4]
Class: null Name: displayname Type: nonbinary ChgType: Value: [Alfred E.. Newman]
My Question here is: Does the "Class: null" entry on each line indicate that there is problem? Or is the "Class: null" entry valid?
The bootstrap log shows the following (summarized):
INFO: [Wed Nov 30 14:07:12 PST 2005] Beginning the bootstrap process....
ERROR: [Wed Nov 30 14:07:13 PST 2005] Writer Thread - 0 - Error occurred while mapping. Ignoring - CN=Alfred E.. Newman,OU=UsersYCCD,DC=fabnoa,DC=fabcorp,DC=fabrikam,DC=com
ERROR: [Wed Nov 30 14:07:13 PST 2005] Writer Thread - 0 - null
ERROR: [Wed Nov 30 14:07:13 PST 2005] java.util.EmptyStackException
at java.util.Stack.peek(Stack.java:79)
at oracle.ldap.odip.map.MapEngine.evalstack(MapEngine.java:1033)
at oracle.ldap.odip.map.MapEngine.ConvertValue(MapEngine.java:713)
at oracle.ldap.odip.map.MapEngine.mapAttribs(MapEngine.java:464)
at oracle.ldap.odip.map.MapEngine.map(MapEngine.java:234)
at oracle.ldap.odip.bootstrap.ODIBootstrap$WriterThread.run(ODIBootstrap.java:1036)
INFO: [Wed Nov 30 14:07:16 PST 2005] Writer Thread - 0 #no of entries - 4
INFO: [Wed Nov 30 14:07:16 PST 2005] Writer Thread - 0 #no of entries successfully processed - 0
INFO: [Wed Nov 30 14:07:16 PST 2005] Writer Thread - 0 - Exiting....
INFO: [Wed Nov 30 14:07:19 PST 2005] Cleaning up the source connector - 0....
INFO: [Wed Nov 30 14:07:19 PST 2005] Cleaning up the destination connector - 0....
INFO: [Wed Nov 30 14:07:19 PST 2005] Bootstrap process completed.
Does anyone know why the errors are occurring?

I found the problem and got the bootstrap to work. It appears there was a problem with the mapping file that came with DipTester. I did not type the mapping file in myself but instead used the mapping file (ActiveChg.map) that came with diptester. This file had four lines that appeared to be wrapping. However, upon further inspection I found that these lines were actually broken into separate lines thereby breaking up the attribute mapping. Upon performing the bootstrap the Integration daemon did not know what to do with these incomplete mapping rules thereby causing the errors I received in the log.

Similar Messages

  • How to remove duplicate entries in OID due to an AD-OID bootstrap

    Don't worry about the "why" but there were changes made to the mapping file for an AD-OID synch and dipassistant commands mp and bootstrap run and now there are some duplicate entries for users in OID. The only difference between the duplicates for each of those user (besides the creation/modify timestamps) is their ORCLGUID. Their orclobjectsid, orclobjectguid, dn, uid, etc. are the same. Also, our OID is used for SSO to an oracle portal. So ... is there any way to programmtically get rid of the duplicates or do I have to manually go through and delete. And if manually, which one of the two should be removed? The one created first or last?
    You'll have to excuse myself and my co-workers 'cause we're still newbies when it comes to OID. :-)

    Found an easier way to delete my unwanted users ... Softerra LDAP Administrator 3.5. :-)
    After I did the deletes, we implemented a new mapping file (see my post at Changing Domain Rules in mapping file for Active Directory-OID synch ) and ran bootstrap. Now I just have to update the GUID and DN in portal.wwsec_person$ with the new orclguid and dn from OID for each affected user.

  • Bootstrapping from SunOne LDAP to OID

    hi,
    Im trying to sync my SunOne LDAP data to OID. below is my mapping file
    DomainRules
    ou=ssausers,dc=infor,dc=com:cn=Users,dc=infor,dc=com:cn=%,cn=Users,dc=infor,dc=com
    AttributeRules
    # Mapping rules to map the domains and containers
    targetdn:2: :person:krbPrincipalName: :orclUserV2
    o: : :organization: o: :organization
    ou: : :organizationalunit: ou: : organizationalunit
    dc: : :domain:dc: :domain
    # Mapping Rules to map users
    uid: : :person: uid: :inetorgperson
    sn: : :person:sn: :person
    cn:1: :person:cn: :person
    mail: : :inetorgperson: mail: :inetorgperson
    employeenumber: : :organizationalperson: employeenumber: :organizationalperson
    c: : :country:c: :country
    l: : :locality: l: :locality
    telephonenumber: : :organizationalperson: telephonenumber: :organizationalperson
    userpassword: : :person: userpassword: :person
    # Mapping Rules to map groups
    cn: : :groupofuniquenames:cn: :groupofuniquenames
    member: : :groupofuniquenames:member: :orclgroup
    uniquemember: : :groupofuniquenames:uniquemember: :orclgroup
    owner: : :groupofuniquenames:owner: :orclgroup
    but when i start the dipassistant i get a msg on the console as
    Bootstrapping in progress.....
    Bootstrapping completed.
    #entries read ..................... 2
    #entries filtered ................. 0
    #entries ignored .................. 1
    #successfully processed entries ... 0
    #failures ......................... 1
    the log file says something like
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Initializing bootstrap engine.......
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Map engine successully initialized......
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Filter successully initialized......
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Input parameters parsed successfully and initialized....
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Beginning the bootstrap process....
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Initialized the LDAP source connector - 0 to read - ou=ssausers,dc=infor,dc=com
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] LDAP source connector - 0 search filter - null
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Reader Thread - 0 - Total no.of entries read = 2
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Reader Thread - 0 - Total no.of entries filtered = 0
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Reader Thread - 0 - Exiting....
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Initialized the LDAP destination connector - 0
    ERROR: [Thu Jan 29 10:25:44 GMT+05:30 2009] Writer Thread - 0 - Error occurred while loading - *
    ERROR: [Thu Jan 29 10:25:44 GMT+05:30 2009] Writer Thread - 0 - Invalid name: *
    INFO: [Thu Jan 29 10:25:44 GMT+05:30 2009] Writer Thread - 0 - Ignoring the entry - uid=admin,ou=ssausers,dc=infor,dc=com
    INFO: [Thu Jan 29 10:25:47 GMT+05:30 2009] Writer Thread - 0 #no of entries - 2
    INFO: [Thu Jan 29 10:25:47 GMT+05:30 2009] Writer Thread - 0 #no of entries successfully processed - 0
    INFO: [Thu Jan 29 10:25:47 GMT+05:30 2009] Writer Thread - 0 - Exiting....
    INFO: [Thu Jan 29 10:25:50 GMT+05:30 2009] Cleaning up the source connector - 0....
    INFO: [Thu Jan 29 10:25:50 GMT+05:30 2009] Cleaning up the destination connector - 0....
    INFO: [Thu Jan 29 10:25:50 GMT+05:30 2009] Bootstrap process completed.
    where could that '*' possibly be?
    As to the dipassistant command we only give the prpoerties file, and only entries in that properties file are,,,,,,,,LDAP details and OID details, so i assumed that somewhere in my LDAP there is a '*' (signifying something like all users under the hierarchy)........i tried removing thm,,,,,,,,but the error still persists,,,,,,,,,,,,
    Kindly help me out,,,,,,,,and let me know,,,where possibly could i look at.......LDAP side or OID side,
    Thanks

    Also........when i tried adding users using "ldapadd",,,,my objectclasses are getting added, but since im logged into d "Oracle Directory Manager" using "orcladmin", i just c its details but not the entire useres structures as such, is there any other login like "cn=Directory Manager" where in i can c all the object classes and all which i added.
    P.S: When logging into Directory Manager, when we lookup to add "orcladmin" as userid, in that popup i can c all the objectclasses i have added.

  • Create IDM Domain(OID Domain) Problem -- Bootstrap Domain Configuration. Library not found

    Hi Expert
    I have installed Weblogic 10.3.5 (64 bit) in my Oracle Linux 5 (x86_64 bit), I already installed JDK 6 (64 bit) lasted release.
    Next, I install IDM 11.1.1.2.0 (64 bit), was successful, after that patchset 11.1.1.5.0 (64 bit) was installed without any error.
    When I use IDM Configuration (ORACLE_HOME/bin/config.sh) to create a new domain for idm, It stuck in "Start Managed Server" phrase.
    In install log I found entries as below, am I missing something?
    Thank you,
    Noraset
    [2013-09-24T08:45:11.224+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000K5DckoCFw00Fzzx0g01IGEtE000002,0] STARTING CONFIG OPERATION ...
    [2013-09-24T08:45:11.233+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000K5DckoCFw00Fzzx0g01IGEtE000002,0] Install Adapter: Mark Start for:CONFIG
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/com.bea.core.weblogic.security.identity_1.1.2.0.jar
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/jrockit_160_14_R27.6.4-18/lib/tools.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
    [2013-09-24T08:45:11.676+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
    [2013-09-24T08:45:11.688+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant.jar
    [2013-09-24T08:45:11.689+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-launcher.jar
    [2013-09-24T08:45:11.689+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
    [2013-09-24T08:45:11.760+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0] Setting data for action:Bootstrap Domain Configuration
    [2013-09-24T08:45:11.768+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0] No data for action:Bootstrap Domain Configuration

    Do you mean that I should create new domain without  OID instance, and next use ORACLE_HOME/bin/config.sh to create new OID instance with existing domain ?
    Thanks you,
    Noraset

  • AD to OID integration problems bootstraping.

    I am trying to integrated OID to AD and am having problems bootstrapping. The following is the bootstrap command and resultls:
    dipassistant bootstrap -port 389 -profile ActiveChgImp -dn cn=orcladmin -passwd password
    Bootstrapping in progress.....
    Bootstrapping completed.
    #entries read ..................... 17953
    #entries filtered ................. 0
    #entries ignored .................. 0
    #successfully processed entries ... 7022
    #failures ......................... 10931
    Please see the log file for more information.
    Updating the profile's last change number ..... Done.
    The following is the bootstrap.log file with errors:
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Initializing bootstrap engine.......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Map engine successully initialized......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Filter successully initialized......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Input parameters parsed successfully and initialized....
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Beginning the bootstrap process....
    INFO: [Tue Sep 15 09:45:16 CDT 2009] Initialized the LDAP source connector - 0 to read - ou=users,ou=eg,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    INFO: [Tue Sep 15 09:45:16 CDT 2009] LDAP source connector - 0 search filter - (|(objectclass=group)(objectclass=organizationalunit)(&(objectclass=user)(!(objectclass=computer))))"
    INFO: [Tue Sep 15 09:45:16 CDT 2009] Initialized the LDAP destination connector - 0
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 65 - Failed to find cn in mandatory or optional attribute list.]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=kern scott g civ usaf afmc 46ts/ogea,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=cox shaun r ssgt usaf afmc 796ces/ceohh,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=kern scott g civ usaf afmc 46ts/ogea,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=williams richard r ctr usaf afmc 780ts/ogmb,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=cox shaun r ssgt usaf afmc 796ces/ceohh,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    The following is the activechgimp.map mapping file:
    DomainRules
    ou=users,ou=EG,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil:cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    AttributeRules
    ou: : :organizationalunit:ou: : organizationalunit
    objectguid: :binary:organizationalunit:orclobjectguid: : organizationalunit:bin2b64(ObjectGUID)
    cn: : :container: cn: :orclContainer
    objectguid: :binary:container: orclobjectguid: :orclContainer:bin2b64(ObjectGUID)
    dc: : :domain: dc: :domain
    sAMAccountName,userPrincipalName: : :user:orclSAMAccountName: :orclADUser:toupper(truncl(userPrincipalName,'@'))+"$"+sAMAccountname
    userPrincipalName: : :user:orclUserPrincipalName: :orclADUser:userPrincipalName
    sAMAccountName: : :user:uid: :inetorgperson:sAMAccountName
    userPrincipalName: : :user:krbPrincipalName: :orcluserv2:cn+'@'+toupper(truncl('EGLIN.AFMC.DS.AF.MIL','@'))
    SAMAccountName: : :user:sn: : person
    cn: : :person:cn: :person
    givenName: : :person:displayName: :orclUserV2
    userPrincipalName: : :user:mail: :inetorgperson
    ObjectGUID: :binary:user:orclObjectGUID: :orclADUser:bin2b64(ObjectGUID)
    ObjectSID: :binary:user:orclObjectSID: :orclADUser:bin2b64(ObjectSID)
    cn: : :group:cn: :groupofuniquenames
    SAMAccountName: : :group:displayName: :orclgroup
    Description: : :group:Description: :orclgroup
    member: : :group:uniquemember: :groupofUniqueNames
    managedby: : :group:owner: :orclprivilegegroup
    sAMAccountName: : :group:orclSAMAccountName: :orclADGroup
    ObjectGUID: :binary:group:orclObjectGUID: :orclADGroup:bin2b64(ObjectGUID)
    ObjectSID: :binary:group:orclObjectSID: :orclADGroup:bin2b64(ObjectSID)
    cn: : :group:orclisvisible: :orclgroup: 'true'
    It sure would be nice to map AD SAMAccountName to OID cn........
    Any help is appreciated.

    I am trying to integrated OID to AD and am having problems bootstrapping. The following is the bootstrap command and resultls:
    dipassistant bootstrap -port 389 -profile ActiveChgImp -dn cn=orcladmin -passwd password
    Bootstrapping in progress.....
    Bootstrapping completed.
    #entries read ..................... 17953
    #entries filtered ................. 0
    #entries ignored .................. 0
    #successfully processed entries ... 7022
    #failures ......................... 10931
    Please see the log file for more information.
    Updating the profile's last change number ..... Done.
    The following is the bootstrap.log file with errors:
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Initializing bootstrap engine.......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Map engine successully initialized......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Filter successully initialized......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Input parameters parsed successfully and initialized....
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Beginning the bootstrap process....
    INFO: [Tue Sep 15 09:45:16 CDT 2009] Initialized the LDAP source connector - 0 to read - ou=users,ou=eg,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    INFO: [Tue Sep 15 09:45:16 CDT 2009] LDAP source connector - 0 search filter - (|(objectclass=group)(objectclass=organizationalunit)(&(objectclass=user)(!(objectclass=computer))))"
    INFO: [Tue Sep 15 09:45:16 CDT 2009] Initialized the LDAP destination connector - 0
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 65 - Failed to find cn in mandatory or optional attribute list.]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=kern scott g civ usaf afmc 46ts/ogea,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=cox shaun r ssgt usaf afmc 796ces/ceohh,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=kern scott g civ usaf afmc 46ts/ogea,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=williams richard r ctr usaf afmc 780ts/ogmb,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=cox shaun r ssgt usaf afmc 796ces/ceohh,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    The following is the activechgimp.map mapping file:
    DomainRules
    ou=users,ou=EG,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil:cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    AttributeRules
    ou: : :organizationalunit:ou: : organizationalunit
    objectguid: :binary:organizationalunit:orclobjectguid: : organizationalunit:bin2b64(ObjectGUID)
    cn: : :container: cn: :orclContainer
    objectguid: :binary:container: orclobjectguid: :orclContainer:bin2b64(ObjectGUID)
    dc: : :domain: dc: :domain
    sAMAccountName,userPrincipalName: : :user:orclSAMAccountName: :orclADUser:toupper(truncl(userPrincipalName,'@'))+"$"+sAMAccountname
    userPrincipalName: : :user:orclUserPrincipalName: :orclADUser:userPrincipalName
    sAMAccountName: : :user:uid: :inetorgperson:sAMAccountName
    userPrincipalName: : :user:krbPrincipalName: :orcluserv2:cn+'@'+toupper(truncl('EGLIN.AFMC.DS.AF.MIL','@'))
    SAMAccountName: : :user:sn: : person
    cn: : :person:cn: :person
    givenName: : :person:displayName: :orclUserV2
    userPrincipalName: : :user:mail: :inetorgperson
    ObjectGUID: :binary:user:orclObjectGUID: :orclADUser:bin2b64(ObjectGUID)
    ObjectSID: :binary:user:orclObjectSID: :orclADUser:bin2b64(ObjectSID)
    cn: : :group:cn: :groupofuniquenames
    SAMAccountName: : :group:displayName: :orclgroup
    Description: : :group:Description: :orclgroup
    member: : :group:uniquemember: :groupofUniqueNames
    managedby: : :group:owner: :orclprivilegegroup
    sAMAccountName: : :group:orclSAMAccountName: :orclADGroup
    ObjectGUID: :binary:group:orclObjectGUID: :orclADGroup:bin2b64(ObjectGUID)
    ObjectSID: :binary:group:orclObjectSID: :orclADGroup:bin2b64(ObjectSID)
    cn: : :group:orclisvisible: :orclgroup: 'true'
    It sure would be nice to map AD SAMAccountName to OID cn........
    Any help is appreciated.

  • OID 11g - OID AD sync: Error Bootstrapping Synchronization Profile

    I am seeing this error in the wls_ods1-diagnostic.log when I try to run sync
    [2010-04-02T14:13:28.714-04:00] [wls_ods1] [NOTIFICATION] [DIP-85022] [oracle.dip.mbean.sync] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IUziK0RDoYOayhYfMG1BhHfd00002B,0] [APP: DIP#11.1.1.1.0] --------------------------------------------------
    [2010-04-02T14:13:28.721-04:00] [wls_ods1] [NOTIFICATION] [DIP-85021] [oracle.dip.mbean.sync] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IUziK0RDoYOayhYfMG1BhHfd00002B,0] [APP: DIP#11.1.1.1.0] The profile was updated successfully.
    [2010-04-02T14:13:28.733-04:00] [wls_ods1] [ERROR] [DIP-85014] [oracle.dip.mbean.sync] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IUziK0RDoYOayhYfMG1BhHfd00002B,0] [APP: DIP#11.1.1.1.0] Exception while updating the profile last applied change number.[[
    Profile Initialization Failure
    at oracle.ldap.odip.engine.ProfileManager.updateProfileChgNum(ProfileManager.java:1020)
    at oracle.idm.integration.sync.profile.SyncProfileOIDDAO.updateProfileChgNum(SyncProfileOIDDAO.java:2330)
    at oracle.idm.integration.sync.profile.SyncProfileOIDDAO.bootstrap(SyncProfileOIDDAO.java:2685)
    at oracle.idm.integration.bean.SyncProfileBean.bootstrap(SyncProfileBean.java:2472)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)

    hi
    I have that same problem.
    you found some solution
    tanks

  • AD-OID synchronisation  Agent Execution Successful, Mapping/IMPORT operati

    Hi
    We are trying the AD-OID synchronization,using ActiveImport profile.
    The bootstrap is successful. But synchronization status is Agent Execution Successful, Mapping/IMPORT operation Failure.
    Attaching the trace file for import :
    LDAP Connection success
    Writer Initialised!!
    MapEngine Initialised!!
    Filter Initialised!!
    searchF :
    searchF : objectclass=*
    [LDAP: error code 12 - 00000057: LdapErr: DSID-0C09065D, comment: Error processing control, data 0, vece]
    ActiveImport:Error in Mapping EngineODIException: DIP_GEN_SEARCH_EXCEPTION
    ODIException: DIP_GEN_SEARCH_EXCEPTION
         at oracle.ldap.odip.gsi.ActiveReader.searchChanges(ActiveReader.java:303)
         at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:395)
         at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:278)
         at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:165)
    ActiveImport:about to Update exec status
    Updated Attributes
    orclodipLastExecutionTime: 20070117121046
    orclOdipSynchronizationStatus: Mapping Failure, Agent Execution Not Attempted
    orclOdipSynchronizationErrors: Failure During Search
    Ending Mapping execution.
    null
    Error in proxy connection : ODIException: DIP_GEN_AUTHENTICATION_FAILURE
    ODIException: DIP_GEN_AUTHENTICATION_FAILURE
         at oracle.ldap.odip.gsi.LDAPConnector.proxyConnectAs(LDAPConnector.java:350)
         at oracle.ldap.odip.engine.AgentThread.updateExecStatus(AgentThread.java:607)
         at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:208)
    Updated Attributes
    orclodipLastExecutionTime: 20070117121047
    orclOdipSynchronizationStatus: Agent Execution Successful, Mapping/IMPORT operation Failure
    orclOdipSynchronizationErrors: Agent Execution Successful, Mapping/IMPORT operation Failure
    null
    Error in updating the statusODIException: DIP_GEN_AUTHENTICATION_FAILURE
    ODIException: DIP_GEN_AUTHENTICATION_FAILURE
         at oracle.ldap.odip.gsi.LDAPConnector.proxyConnectAs(LDAPConnector.java:350)
         at oracle.ldap.odip.engine.AgentThread.updateExecStatus(AgentThread.java:680)
         at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:208)
    Please help us to solve this issue.
    we have one more issue.We used ActiveChgImp synchronization profiles for synchronization. But the profile ActiveChgImp deleted by mistake. Can create that profile (ActiveChgImp) one more time using createprofile, if so what prop_file I need to give for creating this?
    Thanks in advance

    You can use
    $ORACLE_HOME\ldap\odi\conf\backup\activechg.map.master to recreate activechgimp profile.
    DIP_GEN_SEARCH_EXCEPTION error is generic error. Try setting high debug level to generate more details.

  • Problem configuring SOA suite to use OID for authentication

    We are in the process of rebuilding our environment to use the full SOA suite with our OID server for authentication (was previously just BPEL using AD directly), and have encountered several problems (below). We have rebuilt the OID server, and reinstalled the SOA suite into a clean ORACLE_HOME to no avail.
    We first rebuilt the OID server using the following steps (derived from Oracle® Internet Directory Administrator's Guide):
    1)     Create the Import and Export profiles for AD synchronization. We did this using the Directory Integration and Provisioning Server Administration tool under “Active Directory Configuration”
    2)     Modify the map file to specify the correct OU mappings between AD and OID.
    3)     Update the profile with the new map file using “dipassistant.bat mp”
    4)     Bootstrap the import profile using “dipassistant.bat bootstrap”
    5)     Start a new instance of the Integration server (odisrv) running on config set 1 (the config set containing the Active Directory import/export profiles) using “oidctl”
    6)     Set the Import profile to Enable. The OID server does not export changes to AD in our current configuration, so the Export profile is left on disable (and not bootstrapped)
    At this point it appears that the AD synchronizes correctly into our new OID server.
    Next we installed the SOA suite:
    1)     We ran “irca.bat” on our database server to create the ORABPEL, ORAESB, and ORAWSM schemas and associated integration repository structure.
    2)     After launching the SOA suite installer, we selected Advanced Install.
    3)     On the next screen, we selected J2EE Server, Web Server, and SOA Suite.
    4)     We then provided the credentials for our Oracle database, and the passwords for ORABPEL, ORAESB, and ORAWSM.
    5)     We configured our new AS instance as an administration instance, but did not opt to use from a separate HTTP server, and did not make this instance part of an OAS cluster topology.
    And finally, we configured our new SOA suite instance to use OID for authentication (using the instructions in Oracle® BPEL Process Manager Administrator's Guide section 2.1.3):
    1)     Used the configure_oid.bat command to seed OID with required users only.
    2)     Logged into the OracleAS Control Console
    3)     Chose the oc4j_soa instance, then Administration->Security->Identity Management
    4)     Configured the OID server using a non-ssl connection and the cn=orcladmin account.
    5)     When prompted, chose to reconfigure all applications in the oc4j_soa instance to OID, but not to use SSO for any of them.
    6)     Copied the contents of ORACLE_HOME\j2ee\home\config\jazn.xml to ORACLE_HOME\j2ee\oc4j_soa\config\jazn.xml
    7)     Restarted the application server.
    After this procedure, we encountered the following issues:
    1)     The BPEL console appears to authenticate users correctly out of OID, but no users have access to the default domain, including bpeladmin and oc4jadmin. All users receive a similar access denied message when attempting to log into the BPEL Admin Console.
    2)     We cannot upload a BPEL process to our new server via JDeveloper’s standard BPEL deployment mechanisms. The connection appears to be working properly and passes all tests, but on uploading a process we get a Java AccessDeniedException. ESB appears to be functioning properly, and accepts uploaded projects without issue.

    Bassman,
    We recently configured our SOA Suite to use OID and SSO. We had the same issues you are having, and we found the resolutions in a blog from Jaas Poot (http://blog.jpoot.com/category/oracle-appserver/oid-ldap/). For the BPEL domain access, this involved going to the data-sources.xml file and changing the database passwords from using ->pwForOrabpel for the orabpel schema and ->pwForOraesb for the oraesb schema to the real passwords; the blog explains more about this.
    The blog also covers the JDeveloper deployment issue, and another issue we encountered, where we couldn't access the BPEL Admin console. All of these were resolved following the steps in the blog.
    Hope this helps
    Candace

  • AD to OID sinchronization stops after migration to new AD

    Hi,
    we have Oracle Internet Directory (Oracle directory manager v. 10.2.2.2.0) running on Windows Server 2003 sp2 with Oracle AS (v. 10.1.2.2.0), connected using LDAP to AD domain controller on Windows Server 2003 sp2 for a few years now.
    So far so good, but our environment will be upgraded to AD Windows Server 2008 R2 (x64).
    When I change "Connected Directory URL:" option in Oracle Directory Manager from old AD t new one, sinchronization stops. There are no errors in logs, Sinchronization status is "Successful", but the only thing i can see is that "Last Applied Change Number" remains the same all the time, and changes in BASE is not visible in AD!
    Here is content of C:\Ora\INF\ldap\odi\log\xxx.trc file while set to sinc from old AD:
    Trace Log Started at Tue Jan 11 09:50:13 CET 2011
    Updated Attributes
    orclodipLastExecutionTime: 20110111095013
    orclodipConDirLastAppliedChgNum: 646178626
    orclOdipSynchronizationStatus: Synchronization Successful
    orclodipLastSuccessfulExecutionTime: 20110111095013
    Trace Log Started at Tue Jan 11 09:51:13 CET 2011
    Updated Attributes
    orclodipLastExecutionTime: 20110111095113
    orclodipConDirLastAppliedChgNum: 646178652
    orclOdipSynchronizationStatus: Synchronization Successful
    orclodipLastSuccessfulExecutionTime: 20110111095113
    Trace Log Started at Tue Jan 11 09:52:13 CET 2011
    Updated Attributes
    orclodipLastExecutionTime: 20110111095113
    orclodipConDirLastAppliedChgNum: 646178652
    orclOdipSynchronizationStatus: Synchronization Successful
    orclodipLastSuccessfulExecutionTime: 20110111095113
    And here is content of C:\Ora\INF\ldap\odi\log\xxx.trc file while set to sinc from NEW 2008 R2 AD:
    Trace Log Started at Tue Jan 04 15:00:47 CET 2011
    Updated Attributes
    orclodipLastExecutionTime: 20110104150047
    orclodipConDirLastAppliedChgNum: 391243683
    orclOdipSynchronizationStatus: Synchronization Successful
    orclodipLastSuccessfulExecutionTime: 20110104150047
    Trace Log Started at Tue Jan 04 15:01:47 CET 2011
    Updated Attributes
    orclodipLastExecutionTime: 20110104150147
    orclodipConDirLastAppliedChgNum: 391243683
    orclOdipSynchronizationStatus: Synchronization Successful
    orclodipLastSuccessfulExecutionTime: 20110104150147
    Trace Log Started at Tue Jan 04 15:02:47 CET 2011
    Updated Attributes
    orclodipLastExecutionTime: 20110104150247
    orclodipConDirLastAppliedChgNum: 391243683
    orclOdipSynchronizationStatus: Synchronization Successful
    orclodipLastSuccessfulExecutionTime: 20110104150247
    Does anybody have any idea, where is solution of my issue?
    Thanks.
    Edited by: user11294763 on 11.1.2011 1:14

    OK, we solved this issue, but I am not sure exsactly how :)
    1st. - we did solved the second issue mentioned above - that one with SSO. We solved that with patches on DC 2008r2 side, following instructions at:
    a. http://www.windowsitpro.com/article/kerberos/Q-Can-the-default-encryption-types-the-Kerberos-authentication-protocol-uses-in-Windows-7-and-Windows-Server-2008-R2-cause-compatibility-problems-Is-there-a-workaround-.aspx
    b. http://support.microsoft.com/kb/977321
    c. http://support.microsoft.com/kb/978055
    2nd. - my first problem was solved after second one, when I followed the instructions here:
    http://www.oraclegiants.com/Active-Directory-OID-Integration.htm
    First of all I changed LDAP server IP with 2008r2 one in Oracle Directory Manager, than test connection at step 1 was success, skipped step 2 (because I already had profile), and then runned bootstrap at step 3 with success. After that everything works just fine :)
    I hope that, this will help someone.
    Regards,...

  • Deleting users in OID

    I have a trouble in OID (AS 9.0.4, SLES9). A succesfully synced AD and OID, but a part of AD users don't contain userPrincipalName, and uid in OID won't created and now I must delete them. How can I delete more than one user in oidadmin? After searching by filter I can select a group of users, but I can't delete them at once - oidadmin fails with "LDAP error 66 - Not allowed on Non-Leaf"... Or may be there options for bootstrapping to change user's attributes, because after bootstrapping changed attributes didn't synchronized...

    Hello.
    For deleting non-leaf entry in OID, you can use bulkdelete.sh
    For more information see: http://download-uk.oracle.com/docs/cd/B10464_05/manage.904/b12118/syntax5.htm#640737

  • Getting error DIP_GEN_CREATECHG_EXCEPTION in import sync profile for OID

    Hi,
    I have used iPlanet import profile to sync OID with Tivoli LDAP.
    It works fine with Tivoli Dev LDAP. But when I use the same mapping file and even all same settings and configure a second sync with Tivoli QA LDAP, I get an error DIP_GEN_CREATECHG_EXCEPTION in the .trc file.
    Both the LDAPs have similar user data and exactly same number of user attributes and object-classes. Even the bootstrapping is successful.
    Please let me know if you have any suggestions.
    Regards,
    Harmeet
    ------------------------Here's a big extract of the error---------------------------------
    Trace Log Started at Tue Sep 22 20:42:20 UTC 2009
    Command exec succesful
    LDAP URL : (172.27.66.129:389 uid=oidAdmin,ou=persons,o=ext.infoprint.com
    Specifying binary attributes: mpegvideo objectguid objectsid guid usercertificate orclodipcondirlastappliedchgnum
    Command exec succesful
    LDAP URL : (172.27.66.129:389 uid=oidAdmin,ou=persons,o=ext.infoprint.com
    Specifying binary attributes: mpegvideo objectguid objectsid guid usercertificate orclodipcondirlastappliedchgnum
    LDAP Connection success
    Update search count = 100
    Reader Initialised !!
    LDAP URL : (pokxipsdev08:48004 cn=odisrv+orclhostname=pokxipsdev08,cn=registered instances,cn=directory integration platform,c
    n=products,cn=oraclecontext
    Specifying binary attributes: mpegvideo objectguid objectsid guid usercertificate orclodipcondirlastappliedchgnum
    LDAP Connection success
    Update search count = 100
    Reader Initialised !!
    LDAP URL : (pokxipsdev08:48004 cn=odisrv+orclhostname=pokxipsdev08,cn=registered instances,cn=directory integration platform,c
    n=products,cn=oraclecontext
    Specifying binary attributes: mpegvideo objectguid objectsid guid usercertificate orclodipcondirlastappliedchgnum
    LDAP Connection success
    Writer Initialised!!
    Writer proxy connection initialised!!
    MapEngine Initialised!!
    Filter Initialised!!
    searchF :
    CHGLOGFILTER : (&(objectclass=changelogentry)(changenumber>=140534)(changenumber<=140534))
    LDAP Connection success
    Writer Initialised!!
    Writer proxy connection initialised!!
    MapEngine Initialised!!
    Filter Initialised!!
    searchF :
    CHGLOGFILTER : (&(objectclass=changelogentry)(changenumber>=140534)(changenumber<=140534))
    Search Time 514
    Search Successful till # 140534
    Search Changes Done
    Changenumber 140534
    Search Time 539
    Search Successful till # 140534
    Search Changes Done
    Changenumber 140534
    start time Tue Sep 22 20:42:20 UTC 2009
    Userpassword will not get synchronized in non SSL mode.
    Required Attribute list [mail, objectclass]
    null
    java.lang.NullPointerException
    at oracle.ldap.odip.gsi.LDAPReader.createChangeRecord(LDAPReader.java(Compiled Code))
    at oracle.ldap.odip.gsi.IPlanetReader.createChangeRecord(IPlanetReader.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java(Compiled Code))
    DIP_GEN_CREATECHG_EXCEPTION
    Error in executing mapping java.lang.NullPointerException
    java.lang.NullPointerException
    at oracle.ldap.odip.engine.Debug.logAudit(Debug.java(Compiled Code))
    at oracle.ldap.odip.engine.Debug.logAudit(Debug.java(Inlined Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java(Compiled Code))
    null
    Setting Change Success Count : 10
    Setting Change Failure Count : 23949
    QAImport:Error in Mapping Enginenull
    QAImportError in executionjava.lang.NullPointerException
    java.lang.NullPointerException
    at java.io.PrintStream.write(PrintStream.java(Compiled Code))
    at java.io.PrintStream.print(PrintStream.java(Compiled Code))
    at java.io.PrintStream.println(PrintStream.java(Compiled Code))
    at java.lang.Throwable.printStackTrace(Throwable.java(Compiled Code))
    at oracle.ldap.odip.engine.ODIException.printStackTrace(ODIException.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java(Compiled Code))
    Updated Attributes
    orclodipLastExecutionTime: 20090922204220
    orclodipConDirLastAppliedChgNum: 140533
    orclOdipSynchronizationStatus: Mapping Failure, Agent Execution Not Attempted
    orclOdipSynchronizationErrors: Mapping Failure, Agent Execution Not Attempted
    Ending Mapping execution.
    start time Tue Sep 22 20:42:20 UTC 2009
    Userpassword will not get synchronized in non SSL mode.
    Required Attribute list [mail, objectclass]
    null
    java.lang.NullPointerException
    at oracle.ldap.odip.gsi.LDAPReader.createChangeRecord(LDAPReader.java:584)
    at oracle.ldap.odip.gsi.IPlanetReader.createChangeRecord(IPlanetReader.java:212)
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    DIP_GEN_CREATECHG_EXCEPTION
    Error in executing mapping java.lang.NullPointerException
    java.lang.NullPointerException
    at oracle.ldap.odip.engine.Debug.logAudit(Debug.java:204)
    at oracle.ldap.odip.engine.Debug.logAudit(Debug.java(Inlined Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    null
    Setting Change Success Count : 10
    Setting Change Failure Count : 23949
    QAImport:Error in Mapping Enginenull
    QAImportError in executionjava.lang.NullPointerException
    java.lang.NullPointerException
    at java.io.PrintStream.write(PrintStream.java(Compiled Code))
    at java.io.PrintStream.print(PrintStream.java(Compiled Code))
    at java.io.PrintStream.println(PrintStream.java(Compiled Code))
    at java.lang.Throwable.printStackTrace(Throwable.java(Compiled Code))
    at oracle.ldap.odip.engine.ODIException.printStackTrace(ODIException.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java(Compiled Code))
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    Updated Attributes
    orclodipLastExecutionTime: 20090922204221
    orclodipConDirLastAppliedChgNum: 140533
    orclOdipSynchronizationStatus: Mapping Failure, Agent Execution Not Attempted
    orclOdipSynchronizationErrors: Mapping Failure, Agent Execution Not Attempted
    Ending Mapping execution.
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Hi Harmeet,
    Try the following -
    -> Check the mapping file for any unwanted characters like ('carriage return') etc, and reload again.
    -> After the bootstrapping, check the LACN, and if LACN isnt set, try updating it to the correct value.
    -> Reload the profile, and re-register it.
    -> In the mapping file, try to synch each container instead of the entire realm, so that you can isolate the issue.
    -> Restart 'odisrv' in debug mode (if not already).
    -> Also, since you are using an import profile, check to see if the data (including schema) in the two Tivoli LDAPs are the same. Check if all the mandatory
    attributes are populated.
    -- Pramod Aravind

  • Integrating OID with AD: Import Config/ Synchronization fails

    I am trying to integrate OID with AD. The bootstrap is successful. I added a new entry to the AD after the bootstrap. The sync interval in OID is set to 10 seconds. The Synchronization Status in OID changes, but it is not successful.
    The updated Synchronization status is "Agent Execution Successful, Mapping/IMPORT operation Failure".
    Please help me with the following exception. Here is the text from the trace file:
    Changetype is 5
    Processing modifyRadd Operation ..
    Entry Not Found. Converting to an ADD op..
    Processing Insert Operation ..
    Performing createEntry..
    Exception creating Entry : javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient Access Rights]; remaining name 'cn=test,cn=users,dc=its-ese,dc=local'
    [LDAP: error code 50 - Insufficient Access Rights]
    javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient Access Rights]; remaining name 'cn=test,cn=users,dc=its-ese,dc=local'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2996)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2740)
    at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:777)
    at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:319)
    at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:248)
    at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:236)
    at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:176)
    at oracle.ldap.odip.gsi.LDAPWriter.createEntry(LDAPWriter.java:1056)
    at oracle.ldap.odip.gsi.LDAPWriter.insert(LDAPWriter.java:409)
    at oracle.ldap.odip.gsi.LDAPWriter.modifyRadd(LDAPWriter.java:748)
    at oracle.ldap.odip.gsi.LDAPWriter.writeChanges(LDAPWriter.java:335)
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:581)
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:306)
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:186)
    DIP_LDAPWRITER_ERROR_CREATE
    Error in executing mapping DIP_LDAPWRITER_ERROR_CREATE
    DIP_LDAPWRITER_ERROR_CREATE
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:722)
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:306)
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:186)
    DIP_LDAPWRITER_ERROR_CREATE
    ActiveChgImp:Error in Mapping EngineDIP_LDAPWRITER_ERROR_CREATE
    DIP_LDAPWRITER_ERROR_CREATE
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:741)
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:306)
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:186)
    ActiveChgImp:about to Update exec status
    Updated Attributes
    orclodipLastExecutionTime: 20080915141948

    Hi,
    you will need to follow Metalink Note
    276481.1 Troubleshooting OID DIP Synchronization Issues -> Problem 11
    What you see is an ACI issue on OID server, caused by the fact that you are using a different container.
    BR,
    Octavian

  • OID External Authentication issue

    Hi..
    I have configured synchronization profile to import users from TDS to OID using DIP but it does not work as change log is not enabled on TDS side.
    Now i have configured External Authentication Plugin and i craeted same users in in TDS and also in OID but external authenctication does not work.
    Can you please point out if i missing some point or is synchronization profile is must for External Authentication.
    Find the product version details -
    OID 11.1.1.6
    Tivoli Directory Server 6.1
    Regards
    Santosh
    Edited by: user601746 on Jan 8, 2013 1:02 AM

    Got the solution.
    I used bootstrap loading to create users from TDS to OID then configure external authentication..works fine... :)

  • Upgrade OID 10.1.2.0.2 to 11g, One or More configurations failed

    my env .
    APP: Oracle AS 10.1.2.0.2
    Repo DB: Oracle 11.2.0.2 Releaes, RAC
    OS: Red Hat Enterprise Linux AS release 4 , 32bit
    I try to upgrade OID 10.1.2.0.2 to 11.1.1.5 following the doc Oracle Fusion Middleware Upgrade Guide for Oracle Identity Management
    install weblogic server 11g Rel1 (10.3.5)
    Install OIM 11.1.1.2.0 not config
    Upgrade to 11.1.1.5.0
    and then run config.sh , use existing schema ,
    and Errors in follwoing step
    Configure Oracle Identity Management Components
    Error
    Config Action Configure Oracle Identity Management Components failed
    Log
    Config Action Configure Oracle Identity Management Components started
    Config Action Configure Oracle Identity Management Components failed
    check log file.
    [2011-07-29T05:20:17.181-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_UPGRADE_FLAG) to:true. Value obtained from:USER
    [2011-07-29T05:20:17.182-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(IS_SECOND_OID_INSTALL) to:false. Value obtained from:USER
    [2011-07-29T05:20:17.182-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(ODSSM_DB_USER) to:ODSSM. Value obtained from:USER
    [2011-07-29T05:20:17.182-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] ODSSM Database User: ODSSM
    [2011-07-29T05:20:17.182-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] Use existing metadata.
    [2011-07-29T05:20:17.182-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(USE_EXISTING_SCHEMA) to:true. Value obtained from:USER
    [2011-07-29T05:20:17.183-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_DB_INFO) to:db01.mydomain.com:1521^db02.mydomain.com:1521@asdb. Value obtained from:USER
    [2011-07-29T05:20:17.183-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(IS_OID_RACDB_INSTANCE_NAME_SPECIFIED) to:true. Value obtained from:USER
    [2011-07-29T05:20:17.183-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] OID RAC DB instance name is specified.
    [2011-07-29T05:20:17.183-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_RACDB_URL_WITH_INSTANCE_NAME) to:<SECURE>. Value obtained from:USER
    [2011-07-29T05:20:17.183-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] RAC DB URL with Instance Name: db01.mydomain.com:1521:asdb01^db02.mydomain.com:1521:asdb02@asdb
    [2011-07-29T05:20:17.184-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_DB_USER) to:ODS. Value obtained from:USER
    [2011-07-29T05:20:17.184-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] Database User Name: ODS
    [2011-07-29T05:20:17.184-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(ODS_PASSWORD) to:<SECURE>. Value obtained from:USER
    [2011-07-29T05:20:17.184-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] Database Password: <Secure value>
    [2011-07-29T05:20:17.184-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_DB_ALIAS) to:OIDDB. Value obtained from:USER
    [2011-07-29T05:20:17.184-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(CREATE_NEW_SCHEMA) to:false. Value obtained from:USER
    [2011-07-29T05:20:17.186-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(IS_ODS_ODSSM_PASSWORDS_NOT_SAME) to:false. Value obtained from:USER
    [2011-07-29T05:20:17.187-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Processing the validation event
    [2011-07-29T05:20:17.187-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(ODSSM_DB_USER) to:ODSSM. Value obtained from:USER
    [2011-07-29T05:20:17.187-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] ODSSM Database User: ODSSM
    [2011-07-29T05:20:17.187-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] Use existing metadata.
    [2011-07-29T05:20:17.188-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(USE_EXISTING_SCHEMA) to:true. Value obtained from:USER
    [2011-07-29T05:20:17.188-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_DB_INFO) to:db01.mydomain.com:1521^db02.mydomain.com:1521@asdb. Value obtained from:USER
    [2011-07-29T05:20:17.188-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(IS_OID_RACDB_INSTANCE_NAME_SPECIFIED) to:true. Value obtained from:USER
    [2011-07-29T05:20:17.188-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] OID RAC DB instance name is specified.
    [2011-07-29T05:20:17.188-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_RACDB_URL_WITH_INSTANCE_NAME) to:<SECURE>. Value obtained from:USER
    [2011-07-29T05:20:17.189-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] RAC DB URL with Instance Name: db01.mydomain.com:1521:asdb01^db02.mydomain.com:1521:asdb02@asdb
    [2011-07-29T05:20:17.189-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_DB_USER) to:ODS. Value obtained from:USER
    [2011-07-29T05:20:17.189-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] Database User Name: ODS
    [2011-07-29T05:20:17.189-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(ODS_PASSWORD) to:<SECURE>. Value obtained from:USER
    [2011-07-29T05:20:17.189-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [IDM_INSTALL_INTERVIEW] Database Password: <Secure value>
    [2011-07-29T05:20:17.189-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_DB_ALIAS) to:OIDDB. Value obtained from:USER
    [2011-07-29T05:20:17.189-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(CREATE_NEW_SCHEMA) to:false. Value obtained from:USER
    [2011-07-29T05:21:26.440-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [DBUtil.getDBConnection] connection established
    [2011-07-29T05:21:26.446-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [[
    [IDM_INSTALL_INTERVIEW] Check whether LDAP is up and running.stask11:13060:null:cn=orcladmin
    [2011-07-29T05:21:26.483-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Processing the validation event
    [2011-07-29T05:21:26.484-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Setting valueOf(OID_ADMIN_PASSWORD) to:<SECURE>. Value obtained from:USER
    [2011-07-29T05:21:26.487-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Processing the calculation event
    [2011-07-29T05:21:29.722-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] [Common Screen]In Config Only RootSH Event...
    [2011-07-29T05:21:29.741-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] STARTING CONFIG OPERATION ...
    [2011-07-29T05:21:29.764-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000J5ppH9Q6eLK5IVCCyf1ECeJp000002,0] Install Adapter: Mark Start for:CONFIG
    [2011-07-29T05:21:30.684-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/modules/com.bea.core.weblogic.security.identity_1.1.2.0.jar
    [2011-07-29T05:21:30.685-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar
    [2011-07-29T05:21:30.686-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/jrockit_160_14_R27.6.4-18/lib/tools.jar
    [2011-07-29T05:21:30.985-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar
    [2011-07-29T05:21:30.985-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar
    [2011-07-29T05:21:31.009-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    [2011-07-29T05:21:31.009-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar
    [2011-07-29T05:21:31.009-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar
    [2011-07-29T05:21:31.009-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
    [2011-07-29T05:21:31.294-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Bootstrap Domain Configuration. Library not found: /home/oracle/Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
    [2011-07-29T05:21:31.447-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] Setting data for action:Bootstrap Domain Configuration
    [2011-07-29T05:21:31.468-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] No data for action:Bootstrap Domain Configuration
    [2011-07-29T05:29:05.414-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/modules/com.bea.core.weblogic.security.identity_1.1.2.0.jar
    [2011-07-29T05:29:05.415-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar
    [2011-07-29T05:29:05.415-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/jrockit_160_14_R27.6.4-18/lib/tools.jar
    [2011-07-29T05:29:05.539-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar
    [2011-07-29T05:29:05.539-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar
    [2011-07-29T05:29:05.560-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    [2011-07-29T05:29:05.560-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar
    [2011-07-29T05:29:05.560-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar
    [2011-07-29T05:29:05.560-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
    [2011-07-29T05:29:05.568-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
    [2011-07-29T05:29:05.613-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/Oracle_IDM1/jlib/osdt_core.jar
    [2011-07-29T05:29:05.617-07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: /home/oracle/Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
    [2011-07-29T05:29:05.762-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] Setting data for action:Configure Oracle Identity Management Components
    [2011-07-29T05:29:05.762-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] No data for action:Configure Oracle Identity Management Components
    *[2011-07-29T05:32:38.825-07:00] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] One or More configurations failed. Exiting*
    [2011-07-29T05:32:38.826-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] Install Adapter: Mark End for:CONFIG
    [2011-07-29T05:32:38.826-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] Install Adapter: Mark End for:INTERVIEW
    [2011-07-29T05:32:38.826-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] Install Adapter: Mark End for:INSTALL
    [2011-07-29T05:32:38.826-07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] Install Adapter: Mark End for:LINK
    the upgrade failed at following step.
    *[2011-07-29T05:32:38.825-07:00] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000J5pptyw6eLK5IVCCyf1ECeJp000003,0] One or More configurations failed. Exiting*
    my question is how can I find out why this step failed??
    thanks a lot

    btw, there is 2 OID machine in my env, and I followed
    Oracle Fusion Middleware Upgrade Guide for Oracle Identity Management
    Ch 14 Upgrading Oracle Internet Directory High Availability Environments
    14.3 Upgrading Oracle Internet Directory and Oracle Directory Integration Platform in a High Availability Environment
    Perform the following tasks to upgrade an Oracle Internet Directory and Oracle Directory Integration Platform high availability environment when both components are installed on a separate host from Oracle Single Sign-On and Oracle Delegated Administration Services:
    Task 1: On IDMHOST1, Install Oracle WebLogic Server and Create the Middleware Home
    Task 2: On IDMHOST1, Install the Oracle Internet Directory and Oracle Directory Integration Platform 11.1.1.2.0 Software
    Task 3: On IDMHOST1, Install the Oracle Internet Directory and Oracle Directory Integration Platform 11.1.1.5.0 Software
    Task 4: On IDMHOST1, Configure Oracle Internet Directory and Oracle Directory Integration Platform and Create the WebLogic Cluster
    I failed at Task 4.

  • OID and Server 2008 R2 AD

    Hi,
    We have recently decided to upgrade our Active Directory Domain to Server 2008 R2. We use Oracle OID 10g but are experiencing problems pointing OID at a 2008 R2 domain controller because only 250 results are returned. Below is a message we have recieved from Oracle support blaming Microsoft AD for the problem but we think there may be something else going on.
    Can anyone help us out please?
    Many thanks,
    Tim
    Hello.
    Please have a look at Note 944298.1
    Although DIP synchronization of OID 10g with MS Windows 2008 / AD 2008 may work, it is not officially compatible / certified due to known issues.
    You can try to fix the synchronization but it's possible that may not work, or other components may not work (for example WNA).
    Current error at bootstrap is
    [LDAP: error code 12 - 00002040: SvcErr: DSID-031401E0, problem 5010 (UNAVAIL_EXTENSION)
    This error is thrown by Microsoft AD when searching for more than 250 entries.
    This is an AD issue, and if you would like to fix the uncertified setup, you will need to first raise a case with Microsoft Support for this error.
    For opening a case, more details would need to be provided to Microsoft.
    I have seen the exact same error recently with AD2008 and I know that the problem is with Microsoft's pagination control "1.2.840.113556.1.4.319 (pagedResultsControl)" when reading the second page.
    In order to confirm this before opening a case with Microsoft, please use following note to capture network trace during bootstrap and check the controlType of the frame which returns UNAVAIL_EXTENSION.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Thought I'd follow up with you guys. Been working with Ritesh Mishra at Microsoft. He had us install the patch referenced in KB977180 on our 2008 R2 domain controller followed by a reboot, which did not work by itself. But after adding the following registry key to the 2008 R2 domain controller followed by another reboot, everything started working.
    HKLM\System\CurrentControlSet\Services\NTDS\Parameters
    Add String value “DSA Heuristics”
    Set the value to 000000000001
    I hope this helps.
    Edited by: user13336785 on Aug 4, 2010 12:38 PM

Maybe you are looking for

  • Problems loading search engines

    I can't access the google.com homepage or www.bing.com. When I enter the address firefox constantly tries to load the site and never does, happens with others broswers as well.

  • Can I get a query to get the output data like 4th column instead of 3rd col

    Can I get a query to get the output data like 4th column instead of 3rd column ? SQL> select emp.deptno, empno, rownum from emp, dept where emp.deptno=dept.deptno; DEPTNO EMPNO ROWNUM 10 7782 *1* *1* 10 7839 *2* *2* 10 7934 *3* *3* 20 7369 *4* *1* 20

  • Oracle error -4068

    Hai friends, We got qc defect stating error in execution of package b01 -4068. ( Error message is user defined and error number is from oracle error) can you friends pls tell me 1) what is that error meaning. i found it is due to Oracle package has b

  • BASED ON VALUE CLASS WILL BE PROPOSAL

    HOW TO DESIGN THIS  REQUIREMENT  I HAVE THE DIFFERENT TEMPERS MEANS THICKNESS  I MAINTAINED LOWER AND UPPER AND TARGET VALUES  IF  RESULTS IS COMING ABOVE TARGET VALUE  SYSTEM PROPOSAL TO RELEVENT  CLASS BELOW I MENTION SOME EXAMPLES                 

  • What am I doing wrong? PC Suite/Bluetooth/6300

    I can't get my phone recognised by PC Suite and I can't see my laptop on my mobile. Info: Bluetooth "on" My phone's visibility "permanently visible" I have a toshiba laptop with windows vista. I've tried it with wifi on and wifi off I choose search a