CF7 Accessing SQL 2000 for first time

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

  1. #1

    Default CF7 Accessing SQL 2000 for first time

    I am installing CF7 on a laptop for 1st time. I am very familiar with
    SQL2000. Yet cannot get cf7 admin panel datasource to connect to db. KNOW the
    SQL 'sa' password. Am using either 127.0.0.1 or localhost or laptopname as
    server Using correct datasource name. Port is set to 1443. I have the exact
    same setup on a production db. Using 7.0 beta, except it points to another
    server which is db. (not localhost) Etc. etc. I get error Connection
    verification failed for data source: dataname java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver][Macromedia][SQLServer JDBC Driver]The
    requested instance is either invalid or not running. The root cause was that:
    java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver][Macromedia][SQLServer JDBC Driver]The requested instance is either
    invalid or not running.

    cf_code_warrior Guest

  2. Similar Questions and Discussions

    1. Exception error with date/time (Access 2000)
      I am picking up a strange exception error for the following statement: If Rs.EOF OR DATEDIFF("d",rs("DateTime"),NOW()) Then '// End If Is...
    2. Accessing value of bound column at run time
      I have a DataGrid that has a checkbox and a bound column. When the user clicks a button, I want to iterate through all the items in the datagrid and...
    3. ASP SQL Server 2000 Date/Time Formating
      Hello, I have two questions which I would appreciate some help with. 1. Date Formating when Inserting into SQL Server 2000 I'm currently...
    4. Errors while accessing VC++ COM+ component in 2000 Server.
      hi, Plz help me out i am facing ideal problem. I have developed COM+ component in ATL and accessing this component in .ASP and .ASPX pages....
    5. Errors while accessing COM+ Component in 2000 Server
      hi, Plz help me out i am facing ideal problem. I have developed COM+ component in ATL and accessing this component in .ASP and .ASPX pages....
  3. #2

    Default Re: CF7 Accessing SQL 2000 for first time

    What OS do you have on the laptop ?

    Ken
    The ScareCrow Guest

  4. #3

    Default Re: CF7 Accessing SQL 2000 for first time

    Sorry, stupid of me to omit that.

    Windows XP Professional.

    cf_code_warrior Guest

  5. #4

    Default Re: CF7 Accessing SQL 2000 for first time

    Have you installed sp2 for xp ?

    A couple of points to note:

    You have to install sp3 for sql server after the installation of the sp for xp
    If you have the xp firewall active, you may need to create an exclusion for
    the sql server port

    Here's a link to resolve this

    [url]http://www.docs.com/HelpFiles/WindowsXPServicePack2Fix.htm[/url]

    Ken

    The ScareCrow Guest

  6. #5

    Default Re: CF7 Accessing SQL 2000 for first time

    Scarecrow Thanks for that help. I had 'installed' SP3 for SQL before i got
    your post but after I posted thinking in that direction. I thought MS had
    installed it, but it had done nothing more than unplack, not installed. Ran
    the @@ version in QA and RAN the install. The firewall is turned off, I use
    hardware. So it was SP3 only. Then I was halted for not having a trusted
    connection. Modified SQL to allow both Windows Authentication and by User.
    Now I am allegedly getting a connection. Indeed I am. Had to modify the usual
    rubbish in iis. Robert

    cf_code_warrior 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