LDAP error 53002 (LDAP search failre operations error)

Good day all,
When implementing LDAP authentication, I've received this error while configuring LDAP authentication. Here's how it happens:
A) I created LDAP servers in security settings - they test successfully with the settings that I put in ("LDAP server connected successfully")
B) Then I created a variable USER (with blank default initialization and LDAP variable user - (which I created in advanced LDAP server's settings) and Initialization Block - Authentication - after that I wasn't able to successfully test it - I would get the 53002 error.
C) If I check "Use bind parameters" box - I get 53002 error with "Bad Search Filter" message
Can anyone please advice me on which steps i could take to troubleshoot?
Thank you

Are you using OID or MSAD? If OID, check my blog entries here
http://oraclebizint.wordpress.com/2007/10/10/oracle-bi-ee-101332-using-ldapoid-authentication/
http://oraclebizint.wordpress.com/2007/10/12/oracle-bi-ee-101332-and-oid-user-and-group-phase-2/
I think your variable for the LDAP user is not correct.
Thanks,
Venkat
http://oraclebizint.wordpress.com

Similar Messages

  • Termination in operation ERROR   NEG YTD IN  TCRT NOT  ALLOWED

    Hi Experts,
    While running payroll error is coming
    Termination in operation ERROR
    20111308
    UNE1********* <    ERROR      NEXTR A               NEG YTD IN  TCRT NOT  A
    Basic entry in IT :
    It is happening for /4* WTs.
    For such error cases when we were analysing , If any backdated change in tax authority might have updated . What is the solution to solve the same? is there any problem in processing classes of the wagetypes which we are using for payroll?
    All replies are appreciable and will be rewarded too ,
    Vinoli

    Hi Vinoli,
    This error usually is thrown when rates for tax authorities are not aligned between SAP and BSI. The BTXRATE table needs to be maintained on both SAP and BSI with the same rate for the tax authorities. Even if you are using the default rate on T5UTX, the BTXRATE table needs to be maintained in order for SAP to handle multiple states properly. Please also review the following notes:
      522587 FAQ: How to change ceilings and tax rates within SAP
      217027 DOC: Maintenance of BTXRATE and T5UTX tables
    And in the wiki page:
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/ErrormessageUNE1ERRORNEG
    YTDINTCRTNOT+ALLOWED
    Another common cause is some customizing in payroll schema. Please try to run the payroll with a standard schema and check if the issue persists.
    Kind regards,
    Felipe

  • Operations error occured when executing LDAP query to read members of AD group in windows 8 operating system using javascript and active-x

     My code javascript script  is
     objConnection = new ActiveXObject("ADODB.Connection");
     objConnection.Provider="ADsDSOObject";
     objConnection.Open("ADs Provider");
     objCommand = new ActiveXObject("ADODB.Command");
     objCommand.ActiveConnection = objConnection;
       objCommand.CommandText = "SELECT sAMAccountName,displayName, givenName, SN,CN,    mail,distinguishedName,primaryGroupToken,member,ADsPath,MemberOf FROM 'LDAP://"+GrpDomain+".corp.com' WHERE objectCategory='group'
    and objectClass='group' and sAMAccountName='"+GrpName+"'";
    objRecordSet = objCommand.Execute();
    This code executes successfully on window 2008 server machine,
    but gives "Operations error occurred" on windows 8 operating system
    on line of code highlighted above

    Hi,
    In regard to scripts related issue, I suggest you refer to The Official Scripting Guys Forum to get professional support:
    The Official Scripting Guys Forum
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Thank you for your understanding and support.
    Best Regards,
    Amy Wang

  • 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

  • Error in LDAP Authentication for Sun One App Server 8..pls help

    I need to authenticate my sun java system application server 8 with openldap server.....
    i have added ldap realm as given in the administrators guide http://docs.sun.com/source/817-6088/security.html
    My settings in the sun app server were like this:
    Realm: ldap
    Class Name: com.sun.enterprise.security.auth.realm.ldap.LDAPRealm
    directory ldap://10.1.1.79:389
    base-dn o=stooges
    jaas-context ldapRealm
    search-bind-dn cn=StoogeAdmin,o=stooges
    search-bind-password secret1
    My openldap schema is as follows
    file : /etc/openldap/slapd.conf
    include /etc/openldap/schema/core.schema
    include /etc/openldap/schema/cosine.schema
    include /etc/openldap/schema/inetorgperson.schema
    include /etc/openldap/schema/nis.schema
    database ldbm
    suffix "o=stooges"
    rootdn "cn=StoogeAdmin,o=stooges"
    rootpw secret1
    directory /var/lib/ldap/stooges
    defaultaccess read
    schemacheck off
    lastmod on
    index cn,sn,st pres,eq,sub
    index uid,userPassword eq
    file : /var/lib/ldap/stooges/stooges.ldif
    dn: o=stooges
    objectClass: top
    objectClass: organization
    o: stooges
    description: The Three Stooges
    dn: cn=StoogeAdmin,o=stooges
    objectClass: organizationalRole
    cn: StoogeAdmin
    description: LDAP Directory Administrator
    dn: ou=MemberGroupA,o=stooges
    ou: MemberGroupA
    objectClass: top
    objectClass: organizationalUnit
    description: Members of MemberGroupA
    dn: ou=MemberGroupB,o=stooges
    ou: MemberGroupB
    objectClass: top
    objectClass: organizationalUnit
    description: Members of MemberGroupB
    dn: uid=vikram,ou=MemberGroupA,o=stooges
    uid:vikram
    givenName:vicky
    objectClass:top
    objectClass:person
    objectClass:organizationalPerson
    objectClass:inetorgperson
    sn:kone
    cn:Kone Vikram
    userPassword:glamsham
    When i start ldap server and sun server,
    the login page for sun server asks for username and password ....
    when i give
    username : vikram
    password : glamsham
    Error page comes.....
    HTTP Status 403 - Access to the requested resource has been denied
    type Status report
    message Access to the requested resource has been denied
    description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.
    Sun-Java-System/Application-Server-PE-8.0
    Subsequent attempts to login gives another error page
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    com.sun.enterprise.tools.guiframework.exception.FrameworkException: Unabled to handle pre-compiled JSP '/jsp/j_security_check'. Expected pre-compiled classname: 'org.apache.jsp.jsp.j_005fsecurity_005fcheck'.
    com.sun.enterprise.tools.admingui.servlet.HandlePrecompiledJsp.doPost(HandlePrecompiledJsp.java:59)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:768)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
    sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:324)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
    java.security.AccessController.doPrivileged(Native Method)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
    note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server-PE-8.0 logs.
    Sun-Java-System/Application-Server-PE-8.0
    So pls... help as to how to go about this..
    P.S. My ldap server runs as "ldap" user not as root

    Try with "vikram" as a member of "cn=asadmin" group in your LDAP directory...

  • Call to ldap server fails ORA-06521: PL/SQL: Error mapping function

    I am getting this error(s)
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "SYS.DBMS_LDAP_API_FFI", line 0
    ORA-06512: at "SYS.DBMS_LDAP", line 1338
    ORA-06512: at "SYS.DBMS_LDAP", line 1273
    ORA-06512: at "SYS.DBMS_LDAP", line 529
    ORA-06512: at line 127
    after binding and searching an ldap directory.
    Line 127 is:
    my_dn := DBMS_LDAP.get_dn(my_session, my_entry);
    Both of the 'my_xx' parameters have been successfully set earlier in the script I believe as they produce no errors and DBMS_LDAP.count_entries(my_session, my_message) returns = 1.
    I am following the example at:
    http://download-west.oracle.com/docs/cd/B10501_01/network.920/a96577/smplcode.htm#636994
    In fact any of the functions used in the 'while loop' in the above example give a similar error.
    Apparently SYS.DBMS_LDAP_API_FFI is a call to an external C program, but this would be a standard Oracle one, not one I have written.
    I am connecting to a non-Oracle ldap server, and have tried several (OpenLDAP 2.X, & Windows 2000 AD), with same results.
    Any suggestions gratefully received.
    Cheers
    KIM

    Fixed by running the catldap.sql script (ORACLE_HOME/rdbms/admin/catldap.sql) as SYS user and recreated the dbms_ldap packages. I am not sure why some of the functions worked OK and others did not.
    KIM

  • Error in LDAP Connector

    hi,
    Our idm use HCM,  so I try to use LDAP retrieved HR data. The JCo of Our idm and the ABAP RFC typed T run smoothy. When I start LDAP connector, it tells "Error starting LDAP Connector at operating system level".  In ST11, it reads follow:
       ======> JCO.Server could not find server function 'LDAPRFC_LOAD'
      ABAP Programm: SAPLSLDAP_CCMS (Transaction: LDAP)
      Called function module: LDAPRFC_LOAD
    I can't find the funtion LDAPRFC_LOAD.
    Is there any one can tell me a good method to solve it? Thanks very much!
    lily

    Forget to install LDAP Client at HCM OS

  • Errors in LDAP configuration with Shared Services

    Dear sirs,
    we are getting errors in LDAP configuration with Shared Services.
    Base DN is ou=Grupos,cn=East,o=SSGH,c=br,o=Grupo East
    The group cn is cn=AH
    In LDAP log you can see the applications is searching the group:
    "ou=Grupos,cn=East,o=SSGH,c=br,o=Grupo"
    When it should be:
    “ou=Grupos,cn=East,o=SSGH,c=br,o=Grupo East”
    We think the problem is with space in Base DN "o=Grupo East", it is not properly considered.
    Error Codes
    EPMCSS-05145
    Thanks in advance

    Hi.
    Could you try to define the Base DN as :
    ou=Grupos,cn=East,o=SSGH,c=br,o=Grupo\ East
    I don't know if will work fine.. but you can use special characteres using with the "\"
    Good luck.
    Best regards!

  • Saving master page in search template throws error "UserAgent not available, file operations may not be optimized"

    Hi Folks,
    I was trying to save basic search template master page "seattle.master" after making change to the template.
    I have added just "CompanyName" folder and update the line below in seattle.master.
    Change is this : <SharePoint:CssRegistration Name="Themable/CompanyName/corev15.css" runat="server"/>
    When I save it, and refresh page on browser, it shows "Something went wrong" error.
    ULS says the following error : "UserAgent not Available, file operation may not be optimized"
    Pls let us know if there is a solution.
    Any help Much appreciated !
    Thanks,
    Sal
    

    Hi Salman,
    Thanks for posting this issue, 
    Just remove this below given tag and check out. It might be happened that your control is conflicting with others. 
    Also, browse the below mentioned URL for more details
    http://social.msdn.microsoft.com/Forums/office/en-US/b32d1968-81f1-42cd-8f45-798406896335/how-apply-custom-master-page-to-performance-point-dashboard-useragent-not-available-file?forum=sharepointcustomization
    I hope this is helpful to you. If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Private Key Not Found Error in Ldaps

    Hi,
    I am facing "Private Key Not Found" Error in ldaps. The key and the SSL certificate is stored under the same location. The certificate is self signed certificate and in .pem format. When I am trying to install the certifcate through SUN ONE Console it throws the following error
    "Either this certificate is for another server, or this certificate was not requested using this server".
    can any one help me in this regard.
    Regards
    Senthil
    Edited by: senlog80 on Dec 30, 2008 3:18 AM

    Or even better, check the note <a href="https://websmp110.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=924320&_NLANG=E">924320</a>.
    <b>Symptom</b>:
    When you execute a query with virtual characteristics or key figures, the system issues the following error message:
    Object FIELD I_S_DATA-<key figure> not found
    <b>Other terms</b>
    RSR00002, RSR_OLAP_BADI
    <b>Reason and Prerequisites</b>
    This problem is caused by a program error.
    <b>Solution</b>
    If the virtual characteristics or key figures are implemented using the enhancement RSR00002 (CMOD), implement the corrections.
    If the virtual characteristics or key figures were created directly as implementations of the RSR_OLAP_BADI BAdI, compare the source code of the INITIALIZE method with the corresponding source code example. During the call of GET_FIELD_POSITIION_D, <L_S_SK>-VALUE_RETURNNM must be transferred instead of <L_S_SFK>-KYFNM.
    Import Support Package 08 for SAP NetWeaver 2004s BI (BI Patch 08 or SAPKW70008) into your BI system. The Support Package is available when Note 0872280"SAPBINews BI 7.0 Support Package 08", which describes this Support Package in more detail, is released for customers.
    In urgent cases, you can use the correction instructions.
    To provide advance information, the note mentioned above may be available before the Support Package is released. In this case, the short text of the note still contains the words "Preliminary version".
    Assign pts if helpful.

  • Lots of errors in LDAP Logs

    We are having some issues with some user accounts, and I went into the logs to see what I could find. I am getting tons of errors in LDAP alone. Here is from the last 30 minutes. Not sure what is means exactly... Can anybody shed some light on this
    Feb 8 12:00:38 server slapd[46]: SASL [conn=86077] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:00:39 server slapd[46]: <= bdbequalitycandidates: (sambaSID) index_param failed (18)\n
    Feb 8 12:00:39 server slapd[46]: <= bdbequalitycandidates: (sambaSID) index_param failed (18)\n
    Feb 8 12:00:56 server slapd[46]: SASL [conn=86083] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:00:57 server slapd[46]: SASL [conn=86087] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:00:58 server slapd[46]: SASL [conn=86091] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:01:01 server slapd[46]: <= bdbequalitycandidates: (uniqueMember) index_param failed (18)\n
    Feb 8 12:01:01 server slapd[46]: <= bdbequalitycandidates: (uniqueMember) index_param failed (18)\n
    Feb 8 12:01:01 server slapd[46]: <= bdbequalitycandidates: (uniqueMember) index_param failed (18)\n
    Feb 8 12:01:01 server slapd[46]: <= bdbequalitycandidates: (uniqueMember) index_param failed (18)\n
    Feb 8 12:01:01 server slapd[46]: <= bdbequalitycandidates: (uniqueMember) index_param failed (18)\n
    Feb 8 12:01:01 server slapd[46]: <= bdbequalitycandidates: (uniqueMember) index_param failed (18)\n
    Feb 8 12:03:48 server slapd[46]: SASL [conn=86106] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:08:18 server slapd[46]: SASL [conn=86131] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:08:19 server slapd[46]: SASL [conn=86135] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:08:19 server slapd[46]: SASL [conn=86139] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:08:20 server slapd[46]: SASL [conn=86143] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:08:32 server slapd[46]: <= bdbequalitycandidates: (apple-computers) index_param failed (18)\n
    Feb 8 12:08:32 server slapd[46]: <= bdbequalitycandidates: (apple-computers) index_param failed (18)\n
    Feb 8 12:08:53 server slapd[46]: SASL [conn=86150] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:08:54 server slapd[46]: SASL [conn=86154] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:08:54 server slapd[46]: SASL [conn=86156] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:11:38 server slapd[46]: SASL [conn=86175] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:11:39 server slapd[46]: SASL [conn=86179] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:13:08 server slapd[46]: connection_read(22): no connection!\n
    Feb 8 12:15:32 server slapd[46]: connection_read(28): no connection!\n
    Feb 8 12:23:32 server slapd[46]: SASL [conn=86249] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:23:33 server slapd[46]: SASL [conn=86253] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:23:35 server slapd[46]: SASL [conn=86257] Failure: GSSAPI Error: Miscellaneous failure (No principal in keytab matches desired name)\n
    Feb 8 12:30:37 server slapd[46]: connection_read(28): no connection!\n

    This article fixed my problem
    http://support.apple.com/kb/TS2915

  • Error updating LDAP properties: An internal error has occurred in the secLdap plugin

    Post Author: kbd_vijey
    CA Forum: Authentication
    Hi,
    We are using Environment / Tools : BusinessObjects Enterprise XI R2 ,Sun Soloris 10,Active Directory.
    To Configure the LDAP, we have done from CMC - > Authentication -> LDAP.
    The below steps we have followed.
    1) Please enter the LDAP hosts you are using. => Here, we have entered our AD's hostname:port (Ex: 192.168.0.8:389) (Is it correct?)
    2) We have passed all the required informations for all other tabs.
    3) SSL - Basic(no SSL), Authentication - Basic(no SSO)
    Finally its providing the error as " Error updating LDAP properties: An internal error has occurred in the secLdap plugin."
    If any one have solution or faced same problem, Kindly help us to resolve it.
    Thanks & Best Rgds,Vijey

    Post Author: TAZ
    CA Forum: Authentication
    There are 3 things needed to get the LDAP plugin configured.
    1) Host:port
    2) Base DN, usually dc=domain, dc=com
    3) LDAP Administrator DN (this is not a visible attribute in AD unless you use a tool like ADSIedit or ADExplorer). You probably have to enter the Base DN instead of the username.
    There are other AD specific issues when using the LDAP plugin to AD such as picking custom attributes, rules for multi domains, etc
    Regards,
    Tim

  • Error 49: LDAP Invalid credential Supplied when installing Identity Server

    I am installing oracle Acess manager with Active directory for windows server 2003. While installing
    the identity server we facing the issue with
    Error 49: LDAP Invalid credential supplied. Please see the attached screen shot for more details.

    At which stage are getting this error?
    If you are getting this error after specifying LDAP Directory details during identity server install, make sure that your username/password for AD are correct.
    if your domain name = example.com
    and the user you are using is under cn=users in AD use:
    1. cn=your_username,cn=users,dc=example,dc=com
    and your password
    2. if this doesn't work, try:
    [email protected]
    and your password.

  • "CreateUser Failed" / error result (1); Operations error

    Good afternoon,
    I'm still having problems adding domains or users through the ida.
    specs: (all NT 4)
    Messaging server 5.1
    Admin Server 4.2
    Directory Server 4.13
    When trying to create a user for an existing(working) domain, the error message that comes up through the ida is this:
    Status: CreateUser
    Failed:
    netscape.ldap.LDAPException: error result (1); Operations error
    [Continue]
    At that moment, the following error comes up in the ldap access log. The full cut is below. Any ideas why it won't enter the a user into the ldap database?
    [17/Nov/2004:12:51:45 -0800] conn=134 op=28 ADD dn="uid=testing,ou=people,o=our.domain,o=our.domain"
    [17/Nov/2004:12:51:45 -0800] conn=134 op=28 RESULT err=1 tag=105 nentries=0 etime=0
    This is what happens when using 'imadmin user create':
    D:\iPlanet\Server5\ndacli\bin>imadmin user create
    Enter login ID: [email protected]
    Enter login domain: our.domain
    Enter iDA server port: 8080
    Enter login password: ****
    Enter iDA server host name: chinook.our.domain
    Enter user's login ID: testbob
    Enter user's first name: testbob
    Enter user's last name: test-bob
    Enter user's password: test
    [email protected]: create user failed:
    error result (1); Operations error
    D:\iPlanet\Server5\ndacli\bin>
    Thanks in advance for any help.
    -Josh
    Full cut from access log:
    [17/Nov/2004:12:51:45 -0800] conn=127 op=25 BIND dn="uid=ServiceAdmin,ou=People,o=our.domain,o=our.domain" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=127 op=25 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=127 op=26 BIND dn="" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=127 op=26 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=129 op=24 BIND dn="uid=NDAUser,ou=config,o=our.domain" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=129 op=24 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=129 op=25 SRCH base="dc=ca,o=internet" scope=0 filter="(|(objectclass=*)(objectclass=ldapsubentry))"
    [17/Nov/2004:12:51:45 -0800] conn=129 op=25 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=125 op=28 BIND dn="uid=NDAUser,ou=config,o=our.domain" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=125 op=28 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=125 op=29 SRCH base="o=our.domain" scope=0 filter="(objectclass=*)"
    [17/Nov/2004:12:51:45 -0800] conn=125 op=29 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=125 op=30 BIND dn="" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=125 op=30 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=129 op=26 SRCH base="dc=bc,dc=ca,o=internet" scope=0 filter="(|(objectclass=*)(objectclass=ldapsubentry))"
    [17/Nov/2004:12:51:45 -0800] conn=129 op=26 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=130 op=39 BIND dn="uid=NDAUser,ou=config,o=our.domain" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=130 op=39 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=130 op=40 SRCH base="o=our.domain" scope=0 filter="(objectclass=*)"
    [17/Nov/2004:12:51:45 -0800] conn=130 op=40 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=130 op=41 BIND dn="" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=130 op=41 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=129 op=27 SRCH base="dc=ca,o=internet" scope=0 filter="(|(objectclass=*)(objectclass=ldapsubentry))"
    [17/Nov/2004:12:51:45 -0800] conn=129 op=27 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=126 op=25 BIND dn="uid=NDAUser,ou=config,o=our.domain" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=126 op=25 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=126 op=26 SRCH base="o=our.domain" scope=0 filter="(objectclass=*)"
    [17/Nov/2004:12:51:45 -0800] conn=126 op=26 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=126 op=27 BIND dn="" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=126 op=27 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=129 op=28 SRCH base="dc=bc,dc=ca,o=internet" scope=0 filter="(|(objectclass=*)(objectclass=ldapsubentry))"
    [17/Nov/2004:12:51:45 -0800] conn=129 op=28 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=131 op=24 BIND dn="uid=NDAUser,ou=config,o=our.domain" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=131 op=24 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=131 op=25 SRCH base="o=our.domain" scope=0 filter="(objectclass=*)"
    [17/Nov/2004:12:51:45 -0800] conn=131 op=25 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=131 op=26 BIND dn="" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=131 op=26 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=129 op=29 SRCH base="o=our.domain,o=our.domain" scope=0 filter="(|(objectclass=*)(objectclass=ldapsubentry))"
    [17/Nov/2004:12:51:45 -0800] conn=129 op=29 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=129 op=30 BIND dn="" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=129 op=30 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=134 op=24 BIND dn="uid=ServiceAdmin,ou=People,o=our.domain,o=our.domain" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=134 op=24 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=135 op=24 BIND dn="uid=NDAUser,ou=config,o=our.domain" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=135 op=24 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=135 op=25 SRCH base="dc=ais,dc=bc,dc=ca,o=internet" scope=0 filter="(objectclass=*)"
    [17/Nov/2004:12:51:45 -0800] conn=135 op=25 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=135 op=26 BIND dn="" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=135 op=26 RESULT err=0 tag=97 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=134 op=25 SRCH base="dc=ais,dc=bc,dc=ca,o=internet" scope=0 filter="(|(objectclass=*)(objectclass=ldapsubentry))"
    [17/Nov/2004:12:51:45 -0800] conn=134 op=25 RESULT err=0 tag=101 nentries=1 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=134 op=26 SRCH base="o=our.domain" scope=2 filter="(|([email protected])([email protected]))"
    [17/Nov/2004:12:51:45 -0800] conn=134 op=26 RESULT err=0 tag=101 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=134 op=27 SRCH base="o=our.domain" scope=2 filter="(|([email protected])([email protected]))"
    [17/Nov/2004:12:51:45 -0800] conn=134 op=27 RESULT err=0 tag=101 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=134 op=28 ADD dn="uid=testing,ou=people,o=our.domain,o=our.domain"
    [17/Nov/2004:12:51:45 -0800] conn=134 op=28 RESULT err=1 tag=105 nentries=0 etime=0
    [17/Nov/2004:12:51:45 -0800] conn=134 op=29 BIND dn="" method=128 version=3
    [17/Nov/2004:12:51:45 -0800] conn=134 op=29 RESULT err=0 tag=97 nentries=0 etime=0

    Well if I open the console and open the Directory Server, then click on the Database in the configuration tree, then the 'Settings' tab, the 'Make database read-only' box is not checked. I know this is the dumb-ass way of checking and I've learnt not to trust the console any more than a one-night stand in Bangkok, so how would I go about properly checking that it hasn't turned read-only on me?
    The only changes that would have affected the acl in any way would have been recent admin password changes, but these have been reversed.

  • Error while creating model classes, operation aborted in NWDS

    Hi All,
    When i select Adaptive rfc 2 model  and then search for the RFC,  when i select RFC and click on next i get an error while importing :
    Error while creating model classes, operation aborted.
    It is working fine in visual composer and i have activated function module, RFC but getting same error. It is also working in web service navigator also.
    Can any one help me out??
    Regards,
    Pradeep kumar
    Edited by: pradeep_546 on Feb 17, 2011 9:35 PM
    Edited by: pradeep_546 on Feb 17, 2011 9:36 PM
    Edited by: pradeep_546 on Feb 17, 2011 9:37 PM

    Hai guys thanks for reply
    Tushar,
    I am using NWDS 7.2, ce7.2 server, ECC 6.0.
    Amit,
    I have tested the JCO destinations they are working fine and i created a new pair of JCO destinations but unable to import the Adaptive RFC2 Model gives same error but Adaptive webservices are working fine in my NWDS7.2
    Deepak,
    I am unable to create model in other projects also.
    I have sufficient amount of memory in my drive.
    I have imported the DC to other NWDS but it gives same error.
    Thanks for all,
    Regards,
    Pradeep Kumar G
    Edited by: pradeep_546 on Feb 18, 2011 3:05 PM

Maybe you are looking for

  • Iphone 5s cannot call out any calls, but still can receive incoming calls and sms

    Hi anyone experiencing this problem? After buying iphone 5s less than 2 months which I never did in the past, I could no longer make any phone calls out, yet i still can receive incoming calls and data. Could someone kindly assist in this? 

  • Can't play music in iPhoto slideshow in Quicktime

         Hi, I created a slideshow in iPhoto and added a song as a sound track.  I exported it according to the instructions in the Help, but when I play it in QuickTime, there is no music.  What am I doing wrong?  The Quicktime Help says I should be abl

  • Table for User telephone num

    Dear Experts, I want the table to get the Telephone phone number of all users to send an SMS. Actuall i am getting the telephone number of a user from "BAPI_USER_GET_DETAIL". But i want all user phone numbers at a time. For that i need  table to get

  • Setting a ViewCriteria on all instances of a ViewObject

    Hello, ViewObjectMaster           |           -- ViewObjectDetailWe've got the setup above and we add filtering dynamically to the ViewObjectDetail. We do this by accessing the ViewObjectDetail instance using the application module and calling our fi

  • Workflow absence in ESS ?

    hi there, we have started with a copy (and lightly modified) of WF WS12300111. (absences in ESS). well, with this workflow the boss of an employee gets an email that the emp. has entered a absence request (Holiday, and so on.........) and that it has