Problem activiting data source

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

  1. #1

    Default Problem activiting data source

    I'm running CFMX6.1 on WinXPro. I have the DSN and it tests ok when I test it
    in the DSN of Computer Administration, but I get the following message when I
    try to register it with CF. What am I doing wrong?

    Connection verification failed for data source: PowerSuasionDev
    []java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing
    socket. Connection refused: connect
    The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver]Error establishing socket. Connection refused: connect:confused;

    Thanks for your help.

    Karolus Guest

  2. Similar Questions and Discussions

    1. Problem connecting to Data Source
      Hi, I seem to be having a problem connecting to a data source, now that I have changed the cfform to flash format. This is the error I am...
    2. Problem with Verifying Local Data Source
      i have the same problem, i read somewhore in the support center that we must download a jar archive but that archive isnt needed for the coldfusion...
    3. moving data from one data source to another
      I'm trying to move data from one data source to another. I don't want to loop - because it will kill performance. A simple Select into or Insert...
    4. Problem connecting to ODBC data source from CFAdministrator
      I've set up the data source called vs28718_1 for Windows Authentication but I get the following error in CF Administrator when submitting the data...
    5. Problem connecting site to data source
      :light; Thanks for guiding. I had the same problem and just found what I missed it. Thanks again
  3. #2

    Default Re: Problem activiting data source

    > I'm running CFMX6.1 on WinXPro. I have the DSN and it tests ok when I
    test it
    > in the DSN of Computer Administration, but I get the following message
    when I
    > try to register it with CF. What am I doing wrong?
    >
    > Connection verification failed for data source: PowerSuasionDev
    > []java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error
    establishing
    > socket. Connection refused: connect
    > The root cause was that: java.sql.SQLException: [Macromedia][SQLServer
    JDBC
    > Driver]Error establishing socket. Connection refused: connect:confused;
    Maybe your connecting using named pipes from ODBC admin and TCP / IP from
    Coldfusion and the server does not listen on the TCP port.

    --
    <mack />


    Neculai Macarie Guest

  4. #3

    Default Re: Problem activiting data source

    Thanks for your response, Mack, but I have no idea what you are saying nor what I should do to either test or fix my problem. Sorry, k
    Karolus 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