MS Access datasources stopped working

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

  1. #1

    Default MS Access datasources stopped working

    Using CF MX 6.0 Developer Edition on Windows 2000 Pro, SP4, I was able to
    create a MS Access datasource.
    After upgrading to CF MX 6.1(server configuration), any attempt to verify the
    existing datasource or create a new Access datasource results in the following
    error:

    Connection verification failed for data source: techmon
    []java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink
    Server]The specified data source is not defined.
    The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver]
    [SequeLink Server] The specified data source is not defined.

    I was able to use the technique described in tech note
    [url]http://www.macromedia.com/go/tn_18644[/url] which describes a similar error but its
    solution (make sure services are running and are running as 'Local System'
    account) did not work.

    I also have a Sybase ASE datasource set up under CF MX 6.0 which does work
    with CF MX 6.1, so the problem seems
    to be MS Access-related.

    s-f-b Guest

  2. Similar Questions and Discussions

    1. #38816 [Opn]: PHP code that was working perfectly recently stopped working.
      ID: 38816 User updated by: mtoohee at gmail dot com -Summary: PHP code that was working perfectly recently stopped....
    2. Querying two datasources (MS ACCESS)
      Using a database that holds the job ticket information, I need to create an email notification checking against a different database (employee...
    3. ASP stopped working in IIS 5
      Take a look at the thread with almost the same subject from about an hour prior to yours. Also take a look at http://www.aspfaq.com/2109. Ray at...
    4. My PE2 stopped working on my E-Mac
      Hi can someone help out there ? I have E-mac with 768 MB RAM. My PE2 has approximately 5400 pictures and I have been tranferring this pictures to...
    5. ASP.NET pages stopped working
      Hi Group, I have a new Dell server that has the .NET Framework 1.1 installed on Windows 2000 SP 3. All was well until I installed Project...
  3. #2

    Default Re: MS Access datasources stopped working

    We had a similar issue (not sure if it was the 6.1 upgrade or something else).
    I found that simply going to the Edit form for the datasource and clicking OK
    (or Save, whatever it is) without making changes corrected the problem.
    HTH

    pdrich Guest

  4. #3

    Default Re: MS Access datasources stopped working

    Thanks, but I had already tried that unsuccessfully (it was the fix in tech
    note [url]http://www.macromedia.com/go/tn_19522[/url] for another Access datasource
    problem).

    If I can't make this work, I may resort to removing ColdFusion completely and
    doing a clean install of 6.1. I hope it doesn't come to that.

    s-f-b 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