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

  1. #1

    Default MS-Acess

    I have an access db running on an old websever and would like to create a
    datasourse on the new webserver until I setup the access db into MS-SQL. every
    time I try to create a datasourse I get the following error. I have a shared
    path to the old webserver but I have no luck when creating a datasourse. Any
    help would be greatly appreciated.

    Connection verification failed for data source: iccstaff
    java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid
    path. Make sure that the path name is spelled correctly and that you are
    connected to the server on which the file resides.
    The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] '(unknown)' is
    not a valid path. Make sure that the path name is spelled correctly and that
    you are connected to the server on which the file resides.


    webhead_1 Guest

  2. Similar Questions and Discussions

    1. Acess Compressed File
      Hi all, I had to manipulate a large number of XML and GIF files. In this case I will need to use a compressed file, like zip. Anyone knows if...
    2. Slow MDB acess in global.asa
      Hi Everyone, The following code runs in less than one second when used in an ASP page but when used in Session_onStart() in global.asa, the first...
    3. IIS/Acess DB problem.
      I get this error trying to open a access database thru ODBC when accessing a web page using IIS. The error is as follows: HTTP 500.100 -...
    4. acess denied for my documents help Please !
      Hello My PC froze during upgrade to SP1 and now i cant access my documents of windows xp pro after installing it again. Please help thank you
    5. Problem with acess to cmd.exe
      Márcio wrote: Are you in a domain? -- -the small one All postings carry no guarantee or warranty, expressed or implied. Proceed at your...
  3. #2

    Default Re: MS-Acess

    my guess is that your path is incorrect.

    look on the new web server to see which directory your db is in. obviously
    this should not be a web accesible directory.
    ie .. on mine its: D:/webdata/sitename/db/mydatabase.mdb

    copy that path:
    and put it in the administrator.
    I think the field is called "database file"

    make sure the ,mdb doesn't have an .ldb file in the same directory, as that
    indicates its locked

    CF will let you know immediately if it setup the db okay or not.


    add the datasource.




    dr_bozak 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