Developer SQL 4.0 ai2 - cannot use OpenLDAP with LDAP connect option

Hello


I have OpenLDAP installation to work with my Oracle customers to use the TNS connection, instead of having scattered files tnsnames.ora strings about hundreds of servers.


It works very well with 10g / 11g, customers complete and instantaneous, no problem.


Now, I am trying configure SQL Developer 4.0 ai2 working with her, as well.


When I try to do, I am able to select the 'LDAP' option in 'Connection Type', and the drop-down list "LDAP server" is correctly filled with my LDAP server of ldap.ora.


However, when I select it, I get the following error:

Status: Failed-[LDAP: error 32 - No Such Object code]


Now, I did some research and I followed the slapd.log file, which shows me the following:

Sep 18 02:43:35 slapd einstein [2779]: conn = ACCEPT 1034 fd = 16 = 192.168.125.1:63781 (IP = 0.0.0.0:389) IP address

Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 0 BIND dn = "" method = 128 "

Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 0 RESULT tag = 97 err = 0 text =

"Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = base SRCH = 1" "scope = 2 deref = 0"(objectClass=orclContext) = filter. "

Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 1 tag = 101 err = 32 nentries SEARCH RESULTS = 0 text =

Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 2 UNBIND

Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 fd = 16 closed

That is a lot more detail, but reflects the corresponding error code (32 - No Such Object).

After doing some tests with ldapsearch, I was able to reproduce this only developer SQL is done and get the same exact error.

The ldapsearch command is:

ldapsearch einstein Pei 389 - c - x d h "" b "" "(objectClass=orclContext)" "

Research in the slapd.log file, I find a mistake similar to what is produced from SQL Developer.

In addition, the query SQL Developer wants can be done successfully with the following ldapsearch:

ldapsearch h einstein Pei 389 - c - x d ' "b"dc = proquest, dc = com""(objectClass=orclContext) ""

Thus, it seems that the problem is the fact that the SQL Developer does not provide a research base.

I'm not expert LDAP, and I really don't know where to turn next.

Is there a SQL Developer option that allows me to put this basic research?  Is there a setting I'm missing on the LDAP server configuration?

Thank you

-Mark

Well, that didn't take long.  I managed to find a solution to the problem.

It boils down to the fact that the SQL Developer does not provide a research base, and my LDAP server had a defined default search base.

When I edited slapd.conf (OpenLDAP configuration file) and add a parameter "defaultsearchbase" and bounced the LDAP, everything started working.

I now have a working with OpenLDAP and Developer SQL configuration.

I'll mark this discussion as closed.

-Mark

Tags: Database

Similar Questions

  • [4.0 AI2] Cannot use MATCH_RECOGNIZE 'reluctant qualifiers.

    Database Oracle 12 c introduces the MATCH_RECOGNIZE clause, which uses regular expressions in the subclause of MODEL.

    Regular expressions use the exclamation mark (""? "") to indicate a 'reluctant' qualifier

    Developer SQL sees the question mark and says "parameter Missing IN or OUT to index: 1".

    How can I find out Developer SQL that this question mark is part of the syntax and not a variable binding?

    Hi, stew,

    As far as I know, Developer SQL did its own analysis and always says the pilot "setEscapeProcessing (false)" regardless of subclass of Java of the statement, so that the developer of the JDBC team is off the hook for this one.  I, however, am not too surprised - that's why we have communicated to EA.

    Bug connected with the component SQL Developer worksheet:

    Bug 17591803 - PARSER INTERPRETS? JACQUARD MATCH_RECOGNIZE 12 C AS BIND VAR


    Kind regards

    Gary

    SQL development team

  • Cannot use RDP with Windows server 2008

    Original title: a user cannot RDP

    Hello

    I have a windows 2008 R2 server with 5 licenses of Terminal Server. I set it up so that users can RDP to the server using RDP and access other machines via VNC, it's not connetced to a domain or whatever it is.
    All users can connect using any OS - Win XP, Win 7, but a user cannot get to their place of work - I can connect from home, of Germany, etc. using the same user name and password, but they can get on the server but their access is denied.
    They can telnet to the IP address but can't.
     

    Hello

    Thanks for posting the question in the Microsoft Community!

     

    You have any question using RDP with Windows server 2008.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the Forum TechNet site:

    http://social.technet.Microsoft.com/forums/en/category/w7itpro

     

    If you need any other assistance, let us know and we would be happy to help you.

  • Webcam on Satego X 200 - cannot use it with ICQ

    Hello

    Webcam works fine - with CAM software but not with ICQ.
    When I take a glance in the Panel of configuration/Scanner/cameras it isn´t
    in the list.

    Can someone help me please?

    Please, I beg you!

    Hello

    One of my friends told me that he has disabled the software of the Webcam at MSCONFIG startup and after that he has no problem using cam with other applications. You can try to test it.

    > Hm, most PC problems sit befor 30cm screen. :)

    I agree with you! ;)

  • Cannot use the Wi - Fi connection

    Hello

    Sometimes I can't use or pass my connection Wireless using the login manager. I found following connects on my log Access Connection Manager with the red color.

    ERROR SvcGuiHlpr (User (Prvlg).5928.6020) [8/7] 23:14:34:218 AcProcessHlpr::ImpersonatePid (new routine): entry
    ERROR AcSvc (SYSTEM (Prvlg).2576.0516) [8/7] 23:14:36:531 AcProcessHlpr::ImpersonatePid (new routine): entry

    How can I solve this problem?

    Best regards

    Welcome to the forum, spinet3!

    If you set the router in 'mixed' mode, it will thus support the band of 'g '.

  • Cannot use if with forall - updated

    version Oracle 11 g Express Edition Release 11.2.0.2.0 - Production database

    Hi gurus

    I'm back certain values in the collection, and now I want to run the update based on a condition by using the collection. The collection my name is l_rtnvalues and my collectibles are group_id, sct_id., feat_pk

    Now, what I want is I want to perform an update in one of the table, something like below:

    ForAll idx_1 l_rtnvalues.first... l_rtnvalues. Last exception

    If l_rtnvalues.sct_id is NULL then

    abc update

    Set feat_pk = l_rtnvalues.feat_pk

    where group_id = l_rtnvalues.group_id;

    ON THE OTHER

    abc update

    Set feat_pk = l_rtnvalues.feat_pk

    where group_id = l_rtnvalues.group_id

    and sct_id = l_rtnvalues.sct_id

    End if;

    but I get the error message, it looks like I can't use if with update. Please suggest


    Your statement has an incorrect syntax.

    Better to try something like this:

    FORALL Idx_1 IN L_Rtnvalues.FIRST... L_Rtnvalues.last EXCEPTIONS

    ABC of the UPDATE

    SET Feat_Pk = L_Rtnvalues (Idx_1). Feat_Pk

    WHERE GROUP_ID = L_Rtnvalues (Idx_1). GROUP_ID

    AND Sct_Id = NVL (L_Rtnvalues (Idx_1). Sct_Id, Sct_Id);

  • Use iCloud with BMW connected drive... How to get the device recognized by the connected player.

    Using iCloud email with BMW connected drive... How do I get my Apple ID and PW recognized by the BMW connected drive online?

    See here - How do I add iCloud email to the connected reader

  • Cannot use fuse + with Rhapsody

    I bought the fuse + this winter with my Rhapsody subscription and it worked for the most part although I can't stand the touch screen. When you try to move to the left or to the right, he wants to "shimmy".

    Sham-wow, martini, bikini. Now the thing has just left for the second time, in the middle of the road and track the license problem. Here is the message error after I have authorized, re-authorized and attempted to update track licenses...

    Report compatibility device for Sansa Fuze +:
    This PC reports that it is running "Microsoft Windows 7, 32 - bit"
     
    This device is optimized Rhapsody (RhapPFS)
    This device supports the management of digital rights Windows Media (WMDRM)
    This device supports the communication protocol 'WMDM_MTP '.
    MTP stands for Media Transfer Protocol.
    This device should be compatible with the first Rhapsody or Rhapsody first Plus subscriptions as it is currently configured.
     
    This device is allowed to the current user ' _.
    _ has a subscription to Rhapsody first or first Rhapsody Plus.
    Depending on configuration, this device should work with first Rhapsody or Rhapsody first more subscriptions.
    Rhapsody subscription first Rhapsody or Rhapsody first Plus users can transfer Rhapsody secure content to their authorized devices.
     
    You should be able to transfer securities from subscription to this device.
    You should be able to transfer the securities purchased or imported for this device.
     
    This unit must have updated track licenses.
    Click on the button "update track Licenses" below.
     
    Secure internal clock of the camera is updated.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.
    Cannot synchronize licenses of track on the device. Error codes: 0x1, 0 x 80030002.

    There was a bug fixed with rhapsody in the latest firmware. format the device by using the settings menu, upgrade to the latest firmware using the post at the top of this map and reload your content.

  • Have a Mac mini end of 2012 OSX elcapitan cannot use airdrop with my iPad air2 and mini iPad and iPhone 5, while the iPad and iPhone work fine with airdrop.  Can anyone help?

    Hello

    I have a mac mini end of 2012, air2 Ipad, mini iPad and iPhone 5.  I have a problem: while I can use airdrop between iPad and iPhone, I can't use airdrop

    between mini mac and other devices that I own and vice versa.  Can someone help me?

    Thanks Vincenzo

    Mini PS mac is updated with OSX El Capitan

    The Mac sees the iOS devices in AirDrop?

    IOS devices see the mac in AirDrop?

    It worked before?

    Have you put off, then back on your router?

  • Since I updated to Firefox 8 on Mac OS x 10.4.11, Firefox does not open more (not same previous versions downloaded via Safari). I get the error message "You cannot use Firefox with this version of Mac OS x" (translated from Dutch).

    I tried to create a new profile, the problem remains the same.

    None of the 3 accounts on this desktop computer can use Firefox. This has never been a problem. Today (14.11.11) I've updated Firefox to 8 and nothing more. Via Safari, I downloaded Firefox 7 to reinstall, same error message.

    From Firefox 4, Mac must have an Intel x 86 processor (which you do not have) and OSX 10.5 or higher (version OSX 10.4).

    The good news is that Firefox 3.6.24 still support OSX 10.4 and Mac with the PPC Mac architecture. The bad news is that the support for Firefox 3.6.x series is likely to end in the first quarter of 2012.

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • Satellite M30: Cannot use COM with the Modem port

    Hello

    I have a satellite m30. I have problems with the com port to use with the modem. I get an error code saying 12 resources etc. There is no i/o or IRQ conflict IRQ 04 and e/s beach is 03F8 - 03FF. I tried to uninstall various things to free resources, but still the same error.

    Any help would be greatly appreciated.

    This problem when you use the Toshiba Recovery CD?
    Try to disconnect all the external devices and install Windows from the Toshiba restore CD.

    Additional please check several comments here in the forum area Modem. I found several threads with similar issues

  • Satellite M40X-149: cannot use WLAN to internet connection

    Hi, does anyone have an idea why I can only connect to the internet using my ethernet cable and not the built in wirelless ability of this laptop? If I check the status on the connections Ethernet network that I still have packages sent and received, when I try the road wirless I get only packets sent and received zero. My other laptops do not have the same problem with the same router in the same room.

    Regards, Paul
    [email protected]

    Hi Paul

    In my opinion, you should first of all control the functionality of your wireless adapter. If you are able to see your local WLAN card works properly. In this case this problem may be due to wrong settings.

    Do you use WLAN WXP parameters or a WIFI client?

  • Cannot use scanner with WLan with printer ADVENT AW10

    I have a Satellite L500D-11R using Windows Vista.
    I bought an ADVENT AW10 printer with wi - fi functionality.

    I am able to print documents and photos without problem, but I can't use the scanner with a wi - fi connection.
    After that several long interviews with the advent of support, not very helpful, asked me if I had Twain_32 on my laptop.

    I searched on my machine, and there is no trace of Twain.
    I need to download the current version of Twain_32 and were advised to obtain from the supplier of my laptop.

    The web, I learned, is not the safest way to download Twain_32 because of security concerns.
    I looked for a Toshiba and Microsoft Download with no luck.

    Can anyone help?

    Hi mate

    I think that it is not a question of Toshiba, but this question should be directed to the support of the manufacturer of the printer.

    However, our community is trying to help everybody as much as possible
    I searched a bit and found this video youtube how to fix error TWAIN_32.DLL

    http://www.YouTube.com/watch?v=H6nLWR9TLgY

    Otherwise you will need assistance from the manufacturer of the printer

  • Satellite C660-13R - cannot use microphone with Skype

    Try to use Skype. Webcam fine but no microphone. No sign of one anywhere in the Control Panel etc. I tried to install driver from the Toshiba site. Still no sign of an available microphone. I used to work in PC support, so I should be able to resolve this but really stumped!

    I want to Skype with my grandson. My husband is sick and I am getting really fed up!

    Any help really appreciated.

    If please click with the right button of the mouse on the speaker symbol in the taskbar and choose the devices to record option.
    Microphone is listed here?

  • Cannot use game with vista which uses xp or 98

    I have vista and am trying to use a game that uses xp or 98.

    Try right click on the program you are trying to run, and choose Properties from the menu. Then, go to the Compatibility tab and check run this program in compatibility mode. Then choose the desired mode that it runs. It's kind of hit and Miss... works with some games but not all.

Maybe you are looking for