Im battling to setup a Datasource to MSSQL 2000 personaledition

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Im battling to setup a Datasource to MSSQL 2000 personaledition

    HI All,

    Im settting up a local server at home... The server is Win2k Server.. Ive
    installed CFML 7,0,0,91690.. And now im battling to setup a datasource to it..

    This is the error I get when trying to setup the datasource

    Connection verification failed for data source: CFIntranet
    java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error
    opening/loading macromedia.jdbc.sqlserver.sqlserver.properties. If a Security
    Manager is employed, check to see that proper permissions have been granted.
    The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver]Error opening/loading macromedia.jdbc.sqlserver.sqlserver.properties. If
    a Security Manager is employed, check to see that proper permissions have been
    granted.

    cfdevshed Guest

  2. Similar Questions and Discussions

    1. MSSQL 2000 not releasing memory after use?
      I'm using MSSQL 2000 Enterprise Edition and CFMX 6.1. I have an enormous table of 7.7million records. I'm in the process of creating an archiving...
    2. MS Access datasource setup in Linux
      Does anyone know how to setup MS Access datasource in Linux? The driver type dropdown lists doesn't have a selection for MS Access datasource...
    3. Login failed for SQL Server 2000 datasource
      I am trying to setup a SQL server 2000 datasource, but I keep getting the error "Login failed for user...". I have no idea what the problem could...
    4. IIS 2000 SMTP serv setup
      I have been looking for a place that has full details on setting up the SMTP server from start (just after install) to finish (up and runnung...
    5. why i cant setup apache in windows 2000
      i can install apache in windows 2000 professional but when i was to install it in a LAN it cant run correctly when i type http://localhost/ in...
  3. #2

    Default Re: Im battling to setup a Datasource to MSSQL 2000personal edition

    Recommendations:
    [num]Uninstall CFMX 7.00
    Install trial or developer from [url]www.adobe.com/downloads[/url] which will be CFMX 7.02
    Install latest JDBC drivers from technoted listed near top of
    [url]www.adobe.com/support/coldfusion[/url]
    In windows administrator create a test ODBC dsn, and in the client config area
    confirm it is using TCPIP only
    If it fails, turn on TCPIP in MSSQL server
    Retest
    [/num]



    ksmith 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