CF & Novell eDirectory Busting my...

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default CF & Novell eDirectory Busting my...

    :|
    Ok, so Novell provides eDirectory as a slick way to access its LDAP via ODBC.
    I set it up and register a DB with my CF administrator. All it set up correctly
    (resources, drivers, rights, etc...)...I try a query and bam!

    [Macromedia][SequeLink JDBC Driver][ODBC Socket][Novell][ODBC Driver For
    eDirectory] Driver not capable

    I think to myself like I successfully do 99% of the time..."I know, I'll go
    online and check out some forums, etc.. on the subject, surely somebody has
    done this somewhere." Now I'm am thinking this is not the case. I can't find
    even 1 discussion, topic, help, tutorial, even mention of somebody doing this.

    Am I out to lunch here? Barking up the wrong tree? Pulling a brain fart? Whats
    my deal? Has anybody out there ever dealt with any of this crap before? I just
    want to grab some email addresses, etc..from my company's LDAP directory for
    our intranet (and yes I know I can do it with LDAP-and I have).

    Any help would really help my slow developing TMJ.

    -K

    codeidiot Guest

  2. Similar Questions and Discussions

    1. CFLDAP with novell edirectory
      this is the first time i'm using LDAP for authentication process. the connection is working fine. In edirectory attribute, it show clearly...
    2. using Novell authentication
      Once you have W2K / XP clients doing authentication (domain logons) against the Novell servers, it's just a matter of enabling client authentication...
    3. ldap_list + Novell eDirectory
      I am trying to list out some printers in our Novell tree. The server that I am hitting is a Netware 6 server, running eDirectory 8. Here is the...
    4. Xp and Novell
      When I try to open a file from a network drive it is very slow sometimes it takes up to 5 minutes. I have installed SP1a for XP and that didn't fix...
    5. Novell 3.12 & Win XP pro
      I already have an admin account set up on a laptop (running win xp pro) under a specific user name. The problem is when I attach the XP pro machine...
  3. #2

    Default Re: CF & Novell eDirectory Busting my...

    It seems the ODBC driver that Novell provided does not have some (basic)
    capability that either ColdFusion or SQLink needs.

    You could check the Novell docs for what the driver doesn't support, but I
    don't think that will help you get it running.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139