Error when synchronising AD to OID

I have followed the document to replicate the users
from AD to OID but it fails.
What i've done :
### Task 1 :
ldapsearch -p 389 -h 192.168.1.14 -D [email protected] -w **** -b "" -s base "objectclass=*" defaultnamingcontext
=> defaultNamingContext=DC=tstadeuza,DC=fr
### Task 2 :
./adprofilecfg.sh
Enter OID superuser DN: cn=orcladmin
Enter OID superuser password:
Configuring Active Directory connection details
Enter Active Directory connection URL (host:port): 192.168.1.14
Enter Active Directory privileged user DN to be used for synchronization: [email protected]
Enter Active Directory privileged user password:
Configuring domain-level mapping rules
Enter the DN of the domain in Active Directory to be synchronized:cn=Users,dc=tstadeuza,dc=fr
Profile successfully modified.
Profile successfully modified.
Profile successfully modified.
### Task 3
oidctl connect=asdb server=odiserver instance=2 configset=1 flags="port=389" start
### Task 4
ldapmodify -h localhost -p 389 -D cn=orcladmin -w ******* -f "c:\OCS\grantrole.ldif"
modification de l'entrÚe cn=Users,dc=tstadeuza,dc=fr
modification de l'entrÚe cn=Users,dc=tstadeuza,dc=fr
### Task 5
dipassistant.bat mp -profile ActiveChgImp odip.profile.status = ENABLE
-dn cn=orcladmin -passwd ***********
### To verify :
dipassistant.bat sp -profile ActiveChgImp -dn cn=orcladmin -passwd ***********
odip.profile.version = 2.0
odip.profile.lastchgnum = 0
odip.profile.interface = LDAP
odip.profile.condirurl = 192.168.1.14
odip.profile.condiraccount = cn=Administrateur,cn=Users,dc=tstadeuza,dc=fr
odip.profile.oidfilter = orclObjectGUID
odip.profile.schedinterval = 60
odip.profile.syncmode = IMPORT
odip.profile.name = ActiveChgImp
odip.profile.retry = 5
odip.profile.debuglevel = 9
odip.profile.status = ENABLE
And the error in log file :
ActiveChgImp:Error in Mapping Enginejava.lang.NullPointerException
java.lang.NullPointerException at oracle.ldap.odip.engine.Connector.setValues(Connector.java:114)
     at oracle.ldap.odip.gsi.ActiveChgReader.initialise(ActiveChgReader.java:183)
     at oracle.ldap.odip.engine.AgentThread.mapInitialise(AgentThread.java:327)
     at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:253)
     at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:149)
Error in proxy connection : java.lang.NullPointerException
java.lang.NullPointerException
     at oracle.ldap.odip.engine.AgentThread.updateExecStatus(AgentThread.java:487)
     at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:295)
     at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:149)
Updated Attributes
orclodipLastExecutionTime: 20040728174254
orclOdipSynchronizationStatus: Echec de la mise en correspondance. Exécution de l'agent non tentée
orclOdipSynchronizationErrors: Une erreur inconnue a été détectée
Sleeping for 5 secs
ActiveChgImp:Error in Mapping Enginejava.lang.NullPointerException
java.lang.NullPointerException
     at oracle.ldap.odip.engine.Connector.setValues(Connector.java:114)
     at oracle.ldap.odip.gsi.ActiveChgReader.initialise(ActiveChgReader.java:183)
     at oracle.ldap.odip.engine.AgentThread.mapInitialise(AgentThread.java:327)
     at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:253)
     at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:149)
Error in proxy connection : java.lang.NullPointerException
java.lang.NullPointerException
     at oracle.ldap.odip.engine.AgentThread.updateExecStatus(AgentThread.java:487)
     at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:295)
     at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:149)
Updated Attributes
orclodipLastExecutionTime: 20040728174254
orclOdipSynchronizationStatus: Echec de la mise en correspondance. Exécution de l'agent non tentée
orclOdipSynchronizationErrors: Une erreur inconnue a été détectée
Error in proxy connection : java.lang.NullPointerException
java.lang.NullPointerException
     at oracle.ldap.odip.engine.AgentThread.updateExecStatus(AgentThread.java:487)
     at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:192)
Updated Attributes
orclodipLastExecutionTime: 20040728174254
orclOdipSynchronizationStatus: Réussite de l'exécution de l'agent. Echec de l'opération de mise en correspondance/d'import
orclOdipSynchronizationErrors: Réussite de l'exécution de l'agent. Echec de l'opération de mise en correspondance/d'import
I don't know what to do, please help.

I have found the error :
odip.profile.condirurl = 192.168.1.14
=>
odip.profile.condirurl = 192.168.1.14:389
The port was missing.
Now i have no error in the log file but there is no user
in OID that comes from AD.
Here what i can see in the log file :
Trace Log Started at Wed Jul 28 18:49:36 CEST 2004
Initialized debug!!
Set retry Count!!
Set Scheduling Interval!!
Initialised src connector
Initialized Src Connector.
Initialized Config Info.
Initialized Sync Mode.
Initialized Mapping Info.
Initialized Filter Info.
Initialized Execution Cmd.
Initialized Status Attrs.
LDAP URL : (192.168.1.14:389 [email protected]
LDAP Connection success
Applied ChangeNum : 22826Available chg num = 700
Reader Initialised !!
LDAP URL : (nansrvcg85:389 cn=odisrv+orclhostname=nansrvcg85,cn=odi,cn=oracle internet directory
LDAP Connection success
Writer Initialised!!
MapEngine Initialised!!
Filter Initialised!!
Search Successful till # 22843
Search Changes Done
Updated Attributes
orclodipLastExecutionTime: 20040728185010
orclOdipSynchronizationStatus: Synchronisation réussie
orclodipLastSuccessfulExecutionTime: 20040728185010
Trace Log Started at Wed Jul 28 18:51:09 CEST 2004
Updated Attributes
orclodipLastExecutionTime: 20040728185110
orclOdipSynchronizationStatus: Synchronisation réussie
orclodipLastSuccessfulExecutionTime: 20040728185110
Trace Log Started at Wed Jul 28 18:52:09 CEST 2004
Updated Attributes
orclodipLastExecutionTime: 20040728185209
orclOdipSynchronizationStatus: Synchronisation réussie
orclodipLastSuccessfulExecutionTime: 20040728185209
Any idea ?
What can i do ?

Similar Messages

  • Error when synchronising MIDI and audio

    I just faced a serious problem when playing back my projects, the speed is slowing down, crackle is heard and a pop up states there's an error when synchronising audio and midi and it's necessary to check some external device..what can it be, how can it be solved ?I;m using Novation Nio audio interface and an external hard drive, that's all..anyone has the same problem?

    Hi,
    First up your *Audio I/O buffer* (to 1024) in Logic>Preferences>Audio>Devices. Leave the I/O safety buffer off. Perhaps try to freeze some tracks.
    Also have a look at these:
    http://support.apple.com/kb/TA24535?viewlocale=en_US
    http://support.apple.com/kb/HT3161
    regards, Erik.

  • Apple File Server Error when Synchronising

    Hi, I am the mac administrator at a college in England. Recently I've been having issues with AppleFileServer when users sync their data.
    This is the error message that I receive;
    com.apple.AppleFileServer[373]: MDSChannelPeerCreate: (os/kern) invalid argument
    This error message is constant and causes our CPU usage to increase to 100% (AFS over 300% in activity monitor), which causes synchronisation to become very slow.
    Has anybody had this issue and if so what would you recommend? I should also note that today I noticed that several students were synchronising over 15GB (One was 30GB).
    Thanks in advance.

    I'm experiencing these errors as well, although I have not experienced file corruption as far as I can tell. You did not post any particulars concerning the version of Xsan and/or operating system, my system is using Xsan 2.2.1 and OSX Server 10.6.4. If anyone has found a solution to this problem I would be very interested in what it takes to fix it.

  • Error when synchronise outlook and iphone

    Hello,
    I have a problem with an iPhone 4.
    I synchronise my Outlook calendar with iTunes on USB.
    The synchro does not work since some weeks, and I found a log file with this error :
    2012-08-20 17:37:38.968|AppleMobileSync.exe|1592:3560424|CalendarsDataClassHandler.m:_I_Ca lendarsDataClassHandler__shouldApplyEventInner_withRecordIdentifier_| ERROR: Skipping main event check for event 2/9677 because it claims its main event is a detached event: 2/9738
    My iPhone have IOS 5.1.1. I've tried to restore a backup but the problem is the same.
    Anyone have an idea?
    Regards.
    P.Chatellier

    After following the instructions for a total uninstall of everything apple on my computer and then reinstalling it now works...

  • Error when synchronising data with Active Directory - URGENT

    Hi,
    We are currently running on ECC 6, and have a CUA implemented. I am attempting to synch my user data on the CUA with the Active Directory, I'm only updating the SAP database and not writing back to AD.
    I have mapped the fields in LDAPMAP, and using the find function through transaction LDAP I'm able to read the data for the relevant fields so the AD user id does have the correct read access to AD
    However when I run the RSLDAPSYNC_USER program, the user is created but only the Surname field is populated. Does someone perhaps now what could cause this problem?
    Thanks in advance
    Sujeet

    I think I know what you're problem may be.. There is a hard limit or 1000 results for a LDAP search against active directory. And I think you're hitting this limit. One way to test is to narrow your search to one small OU with only 10 users in the OU.
    This setting can be changed at the controller and is called "MaxValRange". here's a link to more info <a href="http://support.microsoft.com/kb/315071">http://support.microsoft.com/kb/315071</a>
    Before you make this change on your domain controller I'd try narrowing the search to a single OU first.

  • Error when install OID 10.1.2.0.2

    Dear gurus,
    i'd like to install infrastructure 10.1.2.0.2 in 2 computers - my point is, create as guard or infrastructure guard -, but i don't install Metadata Repository. so only install OID and single sign on. and for Metadata Repository i pointed to single database instance 10.2.0.1.
    but i found problem, the error message told that "Install has determined that OID schema in this Metadata Repository is not correct version to support this version of Identity Management. You must have an OID schema version 10.1.2.0.2 to 10.1.2.9.9. Please select another Metadata Repository or upgrade the OID schema in this Metadata Repository to a compatible version."
    i found this error when the installation "specify repository" section. need you help. Many Thanks.
    Regards,
    Andes
    Edited by: andes on Jul 17, 2009 1:28 AM

    I solved the problem bout the error, it turned out i had to install ultrasearch on my existing database 10.2.0.1. then create wksys schema.
    but i found another error, after succes loading schema Metadata Repository in existing database, then i installed OID only but in "Specify Repository" section, when i pointed the database, it showed error message "The Oracle Application Server Metadata Repository that you have specified is not a compatible version for configuring Oracle Internet Directory. Please specify another database."
    Need help.
    Many Thanks,

  • Error when changing OID instance SSL port to 636

    I have OID 11.1.1.6 instance running on port 3065 for it's SSL port. I wanted to change the SSL port to 636 from the em console. When I request to change it, it says it was successful...restart the OID server. Once the OID instance is restarted and comes back up, I get an error "Failed to load server configuration" Check the Internet Directory Server logs. Possible Error: "<hostname>:636>
    Do I need to run/restart other services for this change?
    I also tried extending the domain and creating a new instance using the staticports.ini. I specified the SSL port in there at 636 and ran the oracleRoot.sh script but get the same error when I look at it in em console.

    Hey,
    1)Did you follow these steps 'Configuring Ssl by Fusion Middleware Control'?
    Link: http://docs.oracle.com/cd/E14571_01/oid.1111/e10029/ssl.htm#CHDJHGGC
    Also,
    2)When you type from command line: opmnctl status -l , what ports OID is showing to you?
    If 1) did not resolve your issue, can you pls provide oid logs that you are receiving?
    I hope this helps,
    Thiago Leoncio.

  • Error when trying to open Data synchronisation

    Hi,
    I am getting the following error when tried to open the datasynchronisation tab
    Communication Error : http://demodrive:19000/awb/repository.enumWorkbenchElements.do
    Please let me know the resolution
    Edited by: Sravan Ganti on Apr 1, 2009 5:49 AM

    What version of ACR do you have installed? Waht type of files are you trying to open (camera model)? -adriana

  • Error when install Infrastructure 10g 10.1.2 in Windows2000 server

    My environment:
    RDBMS Version: 10.1.0.3.1
    Operating System and Version: Windows2000 SP4
    Product (i.e., OAS, IAS, etc): 10g AS Release 2
    Product Version: 10.1.2
    JDK Version: 1.4
    I have the folowing error when installing the Infrastructure (in the stage of SSO Configure Assistant):
    Default Subscriber GUID: E0575BDE015C411CAD99BDEF85F79029
    Subscriber Naming attribute: dc
    Default Subscriber Name: server01
    *** Resetting user DN and GUID information ...***
    Done....
    PL/SQL procedure successfully completed.
    No errors.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.3.1 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    NLS_LANG character set = WE8MSWIN1252
    NLS_LANG param = AMERICAN_AMERICA.WE8MSWIN1252
    ERROR : Exception while configing SSO DAD :
    oracle.ias.repository.schema.SchemaException: Unable to establish connection to the Oracle Internet Directory Server ldap://myserver.domain.com:3060/. Base Exception : javax.naming.CommunicationException: Request: 1 cancelled
    at oracle.ias.repository.directory.DirectoryReader.connect(DirectoryReader.java:124)
    at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:523)
    Please advice.
    Thanks
    Trung

    I don't know much about the 10g Releases yet but I had the same error with 9.0.2.3. The problem is that OID isn't available when it needs to be.
    When you get the error, start OID using the command line then try running the config assistant again.
    Hope this helps
    Alex

  • 11i Error when modifying account

    eBus 11.5.10.2, DB 10.2.0.4, OID 10.1.4.0.1, RHEL4
    Apps and OID on are on the same server, single instance, DB is on a seperate server.
    Recently when we try to modify the account of a user we experience an error when trying to save the changes.
    The pop-up error states:
    Unabled to call fnd_ldap_wrapper.update_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.update_user due to the following reason:
    An unexpected error occured. Please contact System Administrator.. (USER_NAME-XXXXXXX)
    I enabled logging for FND and got the following in the fnd_log_messages table:
    fnd.plsql.oid.fnd_oid_plug.get_realm_dn: LDAP SESSION closing in EXCEPTION BLOCK - START
    fnd.plsql.oid.fnd_oid_plug.get_realm_dn: LDAP SESSION closed in EXCEPTION BLOCK - END
    fnd.plsql.oid.fnd_ldap_wrapper.update_user: ORA-06503: PL/SQL: Function returned without value
    fnd.plsql.oid.fnd_ldap_wrapper.update_user: l_err_code :FND_SSO_UNEXP_ERROR, l_tmp_str :ORA-06503: PL/SQL: Function returned without value
    So it seems something returns without a value, but I am not sure how to track down what. I checked and the user account is in OID. It seems to be occuring to accounts that are linked via the "Customer" field on Define as opposed to "Person"
    What can I enable log wise or check to find the cause of this issue? I have searched metalink and all the documents I have found concerning Function not returning a value are for other items and not accounts.
    Thanks
    Edited by: Toolman21 on Sep 16, 2010 10:47 AM

    Just to update the forum post, I have finally discovered the issue. The Global User ID that was in eBus did not match that in OID, therefore it was returning not found.
    The solution was to update the GUID in APPS.FND_USER to match what OID contained. If the SSO link on the fly feature is used in provisioning you can simply set the USER_GUID column in APPS.FND_USER to null for that user and once they log in again it will be repopulated from OID. Alternatively you can use the script $FND_TOP/patch/115/sql/fndssouu.sql to change this for a user as well.
    @$FND_TOP/patch/115/sql/fndssouu.sql USERNAME
    Thanks for the help.

  • Error when trying to view process form

    I see an Array Index out of Bounds error when I try to open the OID process form
    ERROR [XELLERATE.WEBAPP] Class/Method: UserDefinedFormAction/prepareProcessForm encounter some problems: -1
    java.lang.ArrayIndexOutOfBoundsException: -1
         at java.util.ArrayList.get(ArrayList.java:324)
         at com.thortech.xl.webclient.util.FormFieldPopulator.getFormFieldsWithValue(Unknown Source)
         at com.thortech.xl.webclient.actions.UserDefinedFormAction.prepareForm(Unknown Source)
         at com.thortech.xl.webclient.actions.UserDefinedFormAction.prepareProcessForm(Unknown Source)
         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)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
         at java.lang.Thread.run(Thread.java:619)

    Did you create any new OID Process Form Fields or deleted any existing old 1. This could usually occur when their is a mismatch in the Process Form for the user resource and the actual active version of the form in the Form Designer. If that is true then try the Form Version Control utility to make them consistent.
    Thanks
    SRS

  • Interconnect DB adapter Error when connecting to DB Using Oracle Wallet

    Hi all,
    I have installed multiple DB adapters on a unix m/c and when i am starting the DB adapter( name ex: B) i am getting the following error.
    when i Hash (#)the passwd in adapter.ini without using oracle wallet my DB adapter gets connected if the same is removed i am getting the following Error.
    "java.sql.SQLException: invalid arguments in call"
    Oracle Wallet password have been set correctly and works fine with one of the DB adapter( name ex: A) and the same setting of A has been used in B.
    Would be glad if someone could help to give solution to track oracle wallet and database connectivity.
    Oailog.txt
    ~~~~~~~~~~
    Initializing the Bridge oracle.oai.agent.adapter.database.DBBridge..
    Initializing connection to the Repository...
    Connected to the Repository.
    B could not connect to the database
    regards
    yenyes

    The issue was solved.The workaround involved synchronising the security folders the one below the /interconnect and one below /adapters.

  • Error when performing search:  getExtendedProperties [LDAP: error code 50

    Hi there,
    We are currently running OAS 10.1.2. We have an application which is running Oracle Forms. To get access to these forms, the authenication is a combination of the user logging on to their windows domain, (AD SSO) and having the correct username and groups within Oracle OID and DAS.
    We have a major problem at the moment in Production where every so often a user will get rejected for having insufficient access rights, and the UserID in the logs being Null. Yet if they try again it works.
    Does anyone know why this might be happening for?
    Here is the Forms log :
    09/07/31 06:59:32 Forms session <967> runtime process id = 10,780
    09/07/31 07:02:27 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 at oracle.ldap.util.User.getExtendedProperties(User.java:365)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsOIDContext.getUserCredentials(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.getUserId(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
    09/07/31 07:02:27 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    09/07/31 07:02:27 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    09/07/31 07:02:27 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    09/07/31 07:02:27 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    09/07/31 07:02:27 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    09/07/31 07:02:27 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    09/07/31 07:02:27 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    09/07/31 07:02:27 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192
    09/07/31 07:02:27 at java.lang.Thread.run(Thread.java:534)
    09/07/31 07:02:27 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 In getUserId method: caught oracle.ldap.util.AccessDeniedException: General Error when performing search: ge
    tExtendedProperties [LDAP: error code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 In doRequest method in ue.isNamingException
    09/07/31 07:02:27 Redirecting to DAS to update the resviewer list
    09/07/31 07:02:27 UserID is NULL redirecting to DAS
    09/07/31 07:02:27 Forms Group DNcn=Logical Application Group, orclApplicationCommonName=formsApp_dras03.workcover.qld.gov.au_63A
    36930655911DBBF37F32F8ED7FD07, cn=forms, cn=Products, cn=OracleContext                                                                                                                                                                                         
    09/07/31 07:02:27 The DAS URL generated: http://prinfds.workcover.qld.gov.au:7777/oiddas/ui/oracle/ldap/das/mypage/AppCreateReso
    urceInfo?resKey=prcar_sso&resType=oracleDB&resViewer=cn%3DLogical+Application+Group%2C+orclApplicationCommonName%3DformsApp_dras
    03.workcover.qld.gov.au_63A36930655911DBBF37F32F8ED7FD07%2C+cn%3Dforms%2C+cn%3DProducts%2C+cn%3DOracleContext&doneURL=http%3A%2F
    %2Fdras03.workcover.qld.gov.au%3A7778%2Fforms%2Ffrmservlet%3Fconfig%3Dprcar_sso%26form%3DSY0001.fmx&cancelURL=
    09/07/31 07:05:26 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 at oracle.ldap.util.User.getExtendedProperties(User.java:365)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsOIDContext.getUserCredentials(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.getUserId(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
    09/07/31 07:05:26 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    09/07/31 07:05:26 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    09/07/31 07:05:26 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    09/07/31 07:05:26 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    09/07/31 07:05:26 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    09/07/31 07:05:26 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    09/07/31 07:05:26 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    09/07/31 07:05:26 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192
    09/07/31 07:05:26 at java.lang.Thread.run(Thread.java:534)
    09/07/31 07:05:26 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 In getUserId method: caught oracle.ldap.util.AccessDeniedException: General Error when performing search: ge
    tExtendedProperties [LDAP: error code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 In doRequest method in ue.isNamingException

    I fixed it in my environment.
    formweb.cfg has oid_formsid and formsid_group_dn. Verify if these values are correct.
    Also ensure that formsid_group_dn has no blank spaces after ',' (commas)
    formsid_group_dn=cn=Logical Application Group,orclApplicationCommonName=formsApp_xyzhost_1224C3F0A73B11DBBFC783346A955D8F,cn=forms,cn=Products,cn=OracleContext

  • OCA Configuration Assistant error when installing OAS 10gR2 Infrastructure

    Hello,
    Trying to install OracleAS 10gR2 10.1.2.0.2 (Infrastructure) on RedHat Enterprise Linux 4 AS Update 3, I get an error when the Oracle Universal Installer executes the OCA Configuration Assistant. I have a look at $ORACLE_HOME/cfgtoollogs/oca_install.log and see the following:
    Start installation log at: Fri Nov 24 09:59:55 CET 2006
    parseArg : Enter...
    genPassword : Enter...
    genPassword : Done
    genPassword : Enter...
    genPassword : Done
    genPassword : Enter...
    genPassword : Done
    decPassword : Enter...
    decPassword : Done
    decPassword : Enter...
    decPassword : Done
    decPassword : Enter...
    decPassword : Done
    GetDBConnect : Enter...
    GetDBConnect : Got DB password
    GetDBConnect : Done
    GetOIDConnect : Enter...
    getLdapContext : rep api return oid ssl mode FALSE
    GetOIDConnect : Got connect string:oracleinfr.chg:636
    GetOIDConnect : Done
    Vec size : 0
    getOcaUniqueName : Name is:oca1
    create OCMInstaller : Enter...
    createInstaller : Done
    createPasswordStore : Enter...
    createPasswordStore : Done
    updateConfigFile : Enter...
    updateConfigFile : Done
    createWallets : Enter...
    createWallets : Done
    createWallets : Enter...
    createWallets : Done
    createWallets : Enter...
    createWallets : Done
    installOCM : Done
    oidUpdate : Enter...
    oidUpdate : LDAP publisher was created
    oidUpdate: : Oca ldap user created in ldap
    oidUpdate: : Oca ldap user were added to PKIAdmins group
    oidUpdate: : OCA CRL Entry Created in ldap
    oidUpdate : Updated oca ldap user and crl loc in DB
    oidUpdate : Done
    Register OCA to sso: : Parameters passed to SSO registration tool :
    Register OCA to sso: : param0:-oracle_home_path param1:/u03/app/oracle/product/10.1.2.0.2/infrastructure_1 param2:-site_name param3:oca.oracleinfr.chg param4:-mod_osso_url param5:https://oracleinfr.chg:6600 param6:-config_mod_osso param7:TRUE param8:-u param9:root param10:-virtualhost param11:-config_file param12:/u03/app/oracle/product/10.1.2.0.2/infrastructure_1/Apache/Apache/conf/osso/oca/osso.conf
    Register OCA to sso: : -DinstallType=
    Register OCA to sso: : -DoldOracleHome=
    Register OCA to sso: : -DoldOHSUser=root
    Register OCA to sso: : Check /u03/app/oracle/product/10.1.2.0.2/infrastructure_1/sso/log/ssoreg.log for details of this registration
    Register OCA to sso: : SSO registration tool finished successfully.
    includeOcmApache : Updating oracle_appache.conf
    includeOCMApache : file already modified.
    addOcaPortsToDcm : Update $OH/dcm/config/plugins/apache/ohsMetadata.xml
    opmnctl restartproc ias-component=dcm-daemon: : opmnctl: restarting opmn managed processes...
    addOcaPortsToDcm : Done
    setPassword : Enter...
    setPassword : Exception: oracle.security.oca.exception.OCMException: ORA-00922: missing or invalid option
    oracle.security.oca.exception.OCMException: ORA-00922: missing or invalid option
    at oracle.security.oca.context.OCMExceptionHandler.handler(OCMExceptionHandler.java:84)
    at oracle.security.oca.context.OCMPasswordStore.executeSQLCmd(OCMPasswordStore.java:872)
    at oracle.security.oca.context.OCMPasswordStore.changePassword(OCMPasswordStore.java:310)
    at oracle.security.oca.admin.OCMInstaller.setPassword(OCMInstaller.java:1240)
    at oracle.security.oca.admin.OCMInstaller.main(OCMInstaller.java:497)

    Hi,
    I encountered exactly the same error when I tried to install OIM in my XP machine.
    Want to know who ever can advise on how to process...
    Thanks a lot.
    Henry

  • "Connector Specific Error" when synchronizing with BlackBerry Desktop Software

    Hi
    i have a connector specific error when I synchronise my contact.
    that's my iloptcfg.cfg
    [General]
    ErrLogMaxSize=500000
    ErrLogBackups=0
    TraceDetail=0
    TraceLog=0
    UseNtEventLog=1
    UseThreadIDLogFileNames=0
    AttendeeDisplayNameOnly=0
    [ilwin]
    HeapLogging=0
    MultiJobTraceLog=1
    EngineTracing=799
    ILXflags=0
    TranslatorLogVerbosity=0
    SingleSessionXlateLogs=0
    ILTRflags=0
    TifLog=0
    LoggingFilter=0
    ILLOGflags=0
    DirectionForRecurringRemove=0
    AutoCleanse=1
    HistoryFileCompression=0
    AllowTwoTierHistoryFiles=0
    XlateLogBackups=0
    HistoryFileBackups=1
    [CAAR Options - Contact]
    Add Empty KF Records=0
    Perform Email Matching=0
    and my PtTrace.log
    Sat Jun 05 00:38:41 2010 -- Intellisync Log File --
    Sat Jun 05 00:38:41 2010: Error Failed to retrieve field on the device.4238 at RIM:eviceIConnector.cpp line 1415
    Sat Jun 05 00:38:41 2010: Error 4.4 at .\sdk_data.cpp line 3846
    Sat Jun 05 00:38:41 2010: Error 4238.4087 at .\ciltrans.cpp line 1077
    thank yo for your help

    Hi and welcome to the forums!
    Here is an article on how to resolve the problem.
    Thanks,
    Bifocals
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB15294&sliceId=SAL_Pub...
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

Maybe you are looking for

  • Multiple episodes not being saved

    We picked up an X1 and companion cable box a few weeks ago. I scheduled several shows that had just started in the summer.  Most of them from episode 1x01 but a few I missed the first episode. I should have three weeks of all of those shows.  However

  • Not getting alerts even after applied the monitoring policy on user defined group.

    Hi, recently we have installed OEM Ops center 12c for monitoring our oracle servers. I have created a user defined group and applied a userdefined monitoring policy on that group. I have threshold  70% as crtical and 50 % as warning in my monitoring

  • How to connect the two field which have a diffrent length

    Hi,        i have two table one is VBRP-VGBEL CHAR 10        second is                    MKPF-XBLNR CHAR 16 both are same data means vgbel eq xblnr. how to connect these table because when i connect these table it gives me error have a same type and

  • Trade In Credit?

    In July I went in to change my plan.  I cancelled a few numbers on my plan and with one in particular I asked the Representatve if they were still doing the phone buy back.  He said yes and gave me a quote for the value of my phone on the spot.  I th

  • How to reverse latest update for FireFox?

    Trusted server https does not have certificate (Oracle Grid Console 11g) was not loading after latest update from today