Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default MYOB ODBC Driver v5

    Hi,
    I'm aware there is a similar post in this category about the MYOB ODBC driver
    and getting it to function correctly under MX, but as no useful answers have
    been posted there in some time, I wondered if the date of the post was a
    hinderance, so here we go again.

    Problem: A client shelled out the ridiculous charge to MYOB to license a copy
    of their ODBC driver for developers. Fair enough. I have got the driver running
    on the CFMX server and accessing the datafile fine (connecting using the test
    tools supplied with the MYOB v5 ODBC driver). The issue comes in when setting
    up the datasource in CF. It just wont sodding connect!

    I setup the datasource in cfadmin as an ODBC socket, the ODBC DSN I configured
    in the standard windows ODBC panel shows up no troubles, so i select it, type
    in the user name and password, hit submit, and BOOM!:

    Connection verification failed for data source: sitac_MYOB
    []java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][MYOB
    ODBC] - Unable to launch MYOB - Database specified in the connection string is
    already opened exclusively by another application.
    The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][MYOB ODBC] - Unable to launch MYOB - Database specified in
    the connection string is already opened exclusively by another application.

    Now, to the best of my knowledge, there's no other MYOB products running on
    the server. Can anyone shed any light on this, as i think it's the ODBC driver
    itself locking any access out.

    I've tried asking MYOB (australia) and their phone tech support guys forwarded
    me on to [email]developers@myob.com[/email] from which I've had no reply in the past 2 weeks
    (I qualified my request to them saying i would be happy getting ANY web
    language - CF,ASP,PHP to connect to it). I've made several posts on their
    forums to no avail also.

    help!
    Regards,
    Aegis

    A3gis Guest

  2. Similar Questions and Discussions

    1. ODBC driver does not show up in driver list in ODBC data source administrator
      Installed an ODBC driver on a Windows Server 2003 machine. A key shows up in the registry under HKEY_LOCAL_MACHINE- seperate listing under...
    2. MYOB ODBC Socket Error
      Problem solved... Once you've got the ODBC v5.whatever driver installed, the DSN setup and tested with the MYOB connection tester, go to...
    3. MYOB ODBC Socket Error
      Woohoo! I've got the same problem also! running CFMX 6.1 and the V5 MYOB ODBC DemonHellSpawn Driver. I have setup and tested the DSN on the...
    4. For Joker about ODBC driver
      You need to check out the following address then. http://support.microsoft.com/?scid=199841 It clearly shows you how to use a connection that...
    5. (0x80004005) ][ODBC Driver Manager] Data source name not found and no default driver specified
      Ok, I don't think this is that complicated, but I can't get it working right. I could work this fine under PWS and Win98. Having various...
  3. #2

    Default Re: MYOB ODBC Driver v5

    Problem solved...

    Once you've got the ODBC v5.whatever driver installed, the DSN setup and
    tested with the MYOB connection tester, go to [url]http://rmijdbc.objectweb.org/[/url] and
    download the rmijdbc driver (there's a windows service version of it too)
    follow the installation instructions for it (note, detail is on the site with
    the details needed to configure the driver when using CFAdmin, basics are:

    JDBC URL = jdbc:odbc:<DSN NAME HERE>
    Driver Class = sun.jdbc.odbc.JdbcOdbcDriver

    Seems to work quite nicely, kudos to MYOB Australia's Developers for pointing
    me in the right direction there.

    Hope this helps!

    A3gis 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