Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default ODBC Connection

    I created dynamicxls in system DSN to connect to another server J:
    it showed J:/weekly/suspenselist.xls

    then
    I created Data source in ColdFusion Administrator
    i used ODBC socket then created name dynamicxls in data source
    then choose dynamicxls from list of odbc


    Connection verification failed for data source: dynamicXLS2
    []java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Excel 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 Excel 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.

    sudsburg Guest

  2. Similar Questions and Discussions

    1. Create ODBC connection
      I figure if the CF Administrator can create an ODBC connection for CF, and the Administrator is just a CF application, we, as application...
    2. create ODBC connection in CF?
      Is there a way to create ODBC DSNs via code? Even if I have to execute something in another language...
    3. Providex ODBC Connection
      Can someone help me with connecting to a Providex odbc connection? Coldfusion shows that it connects successful but when I try to make a Query it...
    4. ODBC Connection to Informix 7.2SE on SCO 5.0
      I have a client that is migrating to MSSQL from Informix. I downloaded the client SDK from IBM's website but have not been able to connect to the...
    5. ODBC connection to FM - ebase
      I am trying to make an ODBC connection to FileMakerPro Server, Windows 2000, which is running the non-profit eBase application for FileMaker. I...
  3. #2

    Default Re: ODBC Connection

    Make sure the ColdFusion MX ODBC Service and Agent are set up to start as the
    user that mapped the drive. When you define the datasource in the CF
    Administrator use the unc path (\\server_name\path\to\database) rather than
    drive letter.

    Ted Zimmerman


    tzimmerman Guest

  4. #3

    Default Re: ODBC Connection

    I am talking about EXCEL.

    ODBC Adminstrator wont let me to use path \\server\pathto\.....


    sudsburg Guest

  5. #4

    Default Re: ODBC Connection

    I was remembering what worked with Microsoft Access. Check out the following
    which is pretty close to what I mentioned initially:
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17010[/url]

    Ted Zimmerman


    tzimmerman Guest

  6. #5

    Default Re: ODBC Connection

    ok

    let me explain again

    i have a access and excel files in drive J (SAN)

    I already set up system dsn in ODBC administration

    then do cold fusion administration on data source to use odbc socket.

    the biggest issue is cf admin wont recogize a path set up in odbc adminstration

    sudsburg Guest

  7. #6

    Default Re: ODBC Connection

    System Adminstrator created virtual directory for that but ODBC Adminstration wont recogize it

    sudsburg 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