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.

Similar Messages

  • 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

  • What command would you use to check for allocation, structural, or logical integrity problems?

    What command would you use to check for allocation, structural, or logical integrity problems?

    Wondering if you are looking for DBCC CHECKDB command? For more information, on that command, try to look at this:
    http://technet.microsoft.com/en-us/library/ms176064.aspx

  • Outlook integration problem

    hello,
         I had configured the outlook properly , but  it does not able to send the main in my configred mail id & within the outlook.
             some times it is work properlly after new installation of outlook addon  but when  i am change  the user that time it is not work and also doen't get that check box of "send mail tho the outllok"
    please help me out of this.

    Check the following threads:
    Re: BO2069: Failed to send e-mail via Microsoft Out look"
    Outlook integration problem
    Do check the following SAP Note:
    Note 1064323 - OI: MS Outlook does not send new mail with OI installed
    Regards
    Satish

  • Monitoring status of OID Integration Server

    Does anyone know anything about the best practices of monitoring the status of OID integration server. I'm writing a small plugin for Nagios and I was hoping to be able to pull a single attribute out of LDAP that tells me the status of Integration server. We have it running against iPlanet, and we need to make sure it's always in sync (and when it's not, notification is sent.)
    Is this what the attribute orclodipinstancestatus does? Anyone have any info on the possible values of this (I presume 1 means everything is OK, although this may be the wrong attribute.)
    I could just look at the odi/log/AGENTNAME.trc file, but if OID Manager can see the status (sync success or failure) I'm pretty sure it's some value in ldap... somewhere...

    I'll answer my own question... I believe this should do the trick.
    Using ldapsearch:
    ldapsearch -h localhost -D "<SOME ADMIN USER>" -w <PASSWORD> -b "orclodipagentname=<AGENT NAME>, cn=subscriber profile,cn=changelog subscriber,cn=oracle internet directory" -s sub "objectclass=*"
    A nice text attribute:
    orclodipsynchronizationstatus=Synchronization Successful
    reveals the status.

  • Information about OID Integrator

    Hi Experts,
    1)I want to fetch data from both Structured ( from DB,files etc) and Unstructured(from RSS,internet forums)  data and then load into RDBMS(any DB )
    Oracle Information Discovery Integrator(OID Integrator)+Oracle Web Acquisition toolkit 3.1 standalone will serve my purpose of loading both Structured and Unstructured data into RDBMS?
    2)Will Oracle Information Discovery Integrator(OID Integrator)+Oracle Web Acquisition toolkit 3.1(addon to OID Integrator)  comes as a separate tool for licensing?
    Regards,
    NN

    check this documentation; check directory configuration settings and particularly its various chapters on Directory Server Admin, Dir Entries Admin, Dir Schema Admin, etc.
    Oracle® Internet Directory Administrator's Guide,
    OID

  • OVD and OID integration

    Hi all,
    How to do OVD-OID integration?
    Version 11.1.1.5.0.
    I am not clear in the steps Which is mentioned in the Oracle Document. Please anybody give the steps.I will follow that one.
    - Deena.

    I would assume you are talking about creating virtual views in OVD for OID
    You will have to create a LDAP adapter in OVD. Please see the OVD documentation for the same http://docs.oracle.com/cd/E15586_01/oid.1111/e10046/basic_adapters.htm#CHDJFEJG
    Hope this helps,
    Sagar

  • BIP Advanced install (AS 10.1.3) for SSO/OID integration

    Hi all,
    We need to install BIP on 10.1.3.1 or later middle tier to take advantage of SSO/OID integration with parter applications(Oracle Forms in our case).
    We already have Oracle Forms and SSO middle tiers in place(not 10.1.3 but lower)... so my question is which 10.1.3 TOPOLOGY(middle tier) as described on Oracle SOA Suite 10g (10.1.3.1.0) installation guide, would give us the required 10.1.3 technology to do an advance install of BI Publisher as described in chapter 1 and 2 of [BIP 10.1.3.4 Installation Guide|http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12690.pdf] ?
    In another word... what technology portions of a 10gR3 are REQUIRED to allow us to install and associate BIP 10.1.3.4 on that middle tier and associate it with EXISTING OID/SSO and Forms middle tiers as parter applications?
    I just like to install "the smallest" 10.1.3 middle tier we need for this purpose. I am just not sure which 10.1.3 topology would give us all that BIP needs. I am hoping it's either "a standalone OC4J instance" or "an integrated Web Server and OC4J Middle Tier". These both are outlined on page 15 of OAS 10g R3(10.1.3.1.0) for [AS10gR3 10.1.3.1.0 Windows Installation Guide|http://download.oracle.com/docs/cd/B31017_01/win.1013/install/topo.htm#CHDFCAAB].
    Your thoughts/previous experinces are much appreciated.
    Yahya
    Edited by: yahfal on Dec 16, 2008 2:27 PM

    Hi Yahya,
    You can install the BI Publisher Stanadalone on the exisiting oracle application server 10.1.3.1.0 installation. To do so while running the installation of BI Publisher opt for advanced installation and on prompting enter the OAS installation directory. That will get your BI Pub up n running.
    Now for the other part of integrating the same with SSO do the following:
    1) Register BI publisher as a partner application in the Oracle SSO admin console which will generate a single sign-off url.
    2) Make the required modifications in the mod_osso.xml config file (refer to http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b40017/T421739T475591.htm#T434806).
    3) On the BI publisher admin page go to the securities tab and opt the SSO security and enter the single sign-off url generated in the previous step.
    4) Restart the Oracle ID mgt infrastructure and the BI pub server.
    Hope this information is of some help.
    Thanks,
    Vish

  • Portal BW Integration Problem - Role Menu Error

    Hi,  I have a web template with a role menu on it.  The application works fine when I execute it directly on the BW Server.  But, whenever I execute the application through our portal and select a node on the role menu I receive a windows error dialog with the following message:
    A runtime error has occurred.
    Do you wish to Debug?
    Line: 250
    Error: Permission Denied
    [Yes] [No}
    Seems like Portal/BW integration problem.
    Can anyone help?

    Question Closed

  • OID integration with BI Publisher

    Hi All,
    We are using BI Publisher version 10.1.3.4.We have to integrate BI publisher with OID i followed steps given in Oracle® Business Intelligence Publisher
    Administrator's and Developer's Guide Release 10.1.3.4 Part No. E12188-01 for integrating OID with BI publisher using OID WEB UI.
    We have creted users and role (GROUPS) in OID as per instructions.We also done security configurations in admin tab for this ldap. When we try to log in through
    OID user into BI publisher we are getting error **The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.** oracle.apps.xdo.security.ValidateException
    Any help please....

    Hi Tim, I have the same problem, I configurate correct LDAP in Administrator and I can enter in Answer with roles and folders but when I try to go Products/Publisher or when I try to access via URL http://192......:7780/XMLPSERVER, said me:
    The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.* oracle.apps.xdo.security.ValidateException
    Any Suggestions?
    Thanks in advance.

  • AD-OID Synchronisation Problem(instance 1 is not running)

    To synchronise Active Directory to OID I have created Import/Export profiles, done the bootstraping successfully, but when trying to run the oidsrv server by the command
    oidctl connect=iasdb server=odisrv instance=2 configset=1 flags="port=389" startgetting some problem.
    This command is making Instance 2 run successfully but instance 1 is stopping.This is happening each time i am executing this command and so not being able to access OID entries.
    Give me a solution so that i can make both the instance run successfully.

    Is configset=0 instance=1 running on port 389? If so, try changing the port(s) in either configset=0 or configset=1, [preferably in configset=1 (for synch operations)].

  • OCS Calender user provisioning is not happening to AD-OID integrated users

    Hai,
    I did an OCS installation with 10G IM.I integrated OID with AD on a organsational unit level.It works fine.WNA is also working fine.My problem is I couldn't provision those migrated users with calender service.Throug calender administrator it gives an error saying cannot create user.I tried manually also by using uniuser it gives an error message saying you don't have right to create.
    But for normal users I can do this without any problem.
    My migrated users are under ou=ocs-test,dc=mil,dc=bh
    and normal users are in cn=users,dc=mil,dc=bh

    As per Oracle the calender user synchronisation is only possible if we are integrationg ad users to cn=Users,dc=mil,dc=bh(for me) and is working fine.
    I had raised a tar and they called me and informed

  • Struts 2 Integration problem witn Coldfusion in CF 8 MX server

    I have successfully integrated struts 2 with existing coldfusion mx 8 server. The action classes are invoked and executed. However the struts tags are not getting instantiated in my jsps.
    Steps i tried:
    - configuring wwwroot/web-inf/web.xml in coldfusion 8
    - adding relevant jars.
    - packaging struts 2 actions under '/extended' context since wwwroot is not supporting context.
    - placing 'struts.xml' under '../runtime/lib' since the struts.xml is not being recognized under '/wwwroot/web-inf/classes'
    All the jsps render and action executes my code. However, when i try using struts-tags like <s:form>
    it throws an exception which looks like:
    04/08 21:42:05 error Translator.CompilationFailedExceptionCompiler errors:
    Found 12 semantic errors compiling "C:/ColdFusion8/wwwroot/WEB-INF/jsp/jrun__pages__response32ejsp14.java":
        64. org.apache.struts2.views.jsp.ui.FormTag _tag0 = (org.apache.struts2.views.jsp.ui.FormTag) pageContext.getTagHandlerInstance(0,org.apache.struts2.views.jsp.ui.FormTag.class);
                                            ^-----^
    *** Semantic Error: The class file "StrutsBodyTagSupport.class" in "C:\ColdFusion8\wwwroot\WEB-INF\lib\struts2-core-2.0.11.1.jar\org\apache\struts2\views\js p" has an invalid format (bad string annotation constant).
        64. org.apache.struts2.views.jsp.ui.FormTag _tag0 = (org.apache.struts2.views.jsp.ui.FormTag) pageContext.getTagHandlerInstance(0,org.apache.struts2.views.jsp.ui.FormTag.class);
                                                             ^-------------------------------------^
    *** Semantic Error: Type "FormTag" was not found.
    134. org.apache.struts2.views.jsp.ui.SubmitTag _tag3 = (org.apache.struts2.views.jsp.ui.SubmitTag) pageContext.getTagHandlerInstance(3,org.apache.struts2.views.jsp.ui.SubmitTag.class);
                                                                                                                                               ^---------------------------------------^
    *** Semantic Error: Type "SubmitTag" was not found.
        at jrunx.compiler.JavaCompiler.compile(JavaCompiler.java:135)
        at jrunx.compiler.JavaCompiler.compile(JavaCompiler.java:94)
        at jrun.jsp.Translator.compilePage(Translator.java:176)
        at jrun.jsp.Translator.translate(Translator.java:254)
        at jrun.jsp.Translator.translate(Translator.java:101)
        at jrun.jsp.JSPEngine.translateJSP(JSPEngine.java:707)
        at jrun.jsp.JSPServlet.translate(JSPServlet.java:125)
        at jrun.jsp.JSPServlet.service(JSPServlet.java:113)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:584)
        at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:553)
        at jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:64)
        at coldfusion.license.JspLicenseServlet.service(Unknown Source)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:584)
        at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:553)
        at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:201)
        at org.apache.struts2.dispatcher.ServletDispatcherResult.doExecute(ServletDispatcherResult.j ava:139)
        at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:178)
        at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.jav a:348)
        at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:253)
    I tried extracting the 'struts-tags.tld' and placing it in 'wwwroot/web-inf/lib' and defining in web.xml, but in vain. Please help me out with this issue.
    Thanks in advance

    torstenp wrote:
    > for the last 10 days after a server restart the
    scheduled tasks all run twice.
    > This is a HUGE problem for a process that does not
    complete immediately and
    > moves / creates files.
    The first thing I would look for is more then one instance of
    ColdFusion
    running, each one processing the scheduled task. There could
    easily
    have been another ColdFusion process that had been turned off
    in the
    services panel that was restarted with the server reboot.

  • Active Directory integration problem, Bind AC and OD

    Hi.
    I'm trying to set an Open Directory as "connect to a Directory System" because I have a windows 2000 server with Active Directory. But i have a problem when i click on "open directory Access", Access Directory appear and I select Active Directory.
    xxx.yyy is the server with active directory, with its admin and its password. but i cant Bind it and an error always appear.
    can you help me?
    what's "active directory domain"?is it xxx.yyy?
    and what's "computer ID"?
    Are there others parameters to set for example in DNS or other?
    help help help

    What are you trying to achieve by doing this?
    Got to http://www.afp548.com/ and serach for AD-OD integration.
    http://www.afp548.com/article.php?story=20051202151540574

  • BE 3000 with Jabber (for Mac) and webex connect integration problems

    Hi,
    This is my first question on the forum so please be gentle!
    I have a customer who has a Business Edition 3000 and they have purchased WebEx connect and Jabber integration to go with it.
    My problem is I am having difficulty getting the setup to work and I have a number of questions on how to set this up.  Most of the docs on Cisco's website seem to be related to either CUCME or full CUCM, but not a lot on BE 3000.  My questions are below:
    1.  I have been reading the documentation for WebEx connect and it states to set the IP address of the BE 3000 server in the Configuration>Additional Services>Unified Communications>Voicemail tab.  This is currently on the network with a 192.168.x.x address however.  My predecessor put this IP address in the WebEx configuration page but I'm not sure this will work with a private IP as I don't know how this communicates back.  The documentation isn't very clear on this.  Does this have to be a public IP address / FQDN for it to work?
    2.  Are there any SRNDs for this type of setup that could help?  Again, looking through the website hasn't turned anything up yet.
    Note: 
    we are using the following software:
    Jabber for MAC:
    uc-client-mac-8.6.7.20127.fcs.zip
    MAC OS:
    OSX 10.8.3
    BE 3000:
    MCS7890C1-BE8
    8.6.4.10000-15.
    Thanks in advance for any help.
    Regards,
    Jason

    Hi - I have done this via the admin portal but still cannot get the Jabber client for Mac to register for voice.  The Windows version works fine for the same user and CUCM device.   Are there any other settings that need to be enabled specific to the Mac client?
    Thanks.

Maybe you are looking for