Internal network error, connection closed

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

  1. #1

    Default Internal network error, connection closed

    I've been getting reports from my customer that a few of the people using my
    program are recieving an error that states:

    Error executing database query
    Internal network error, connection closed

    This error appears on a page which does a simple request, retrieving some data
    as follows:

    SELECT *
    FROM Q_PA
    WHERE Number = #question_num#

    The people recieving the error have been unable to complete the program
    (training) as the error has been persistant as reported from them. There are
    about 5 or 6 people recieving this error as of now. I'd estimate only about
    400-500 people use this program per year, one time each. There has been no
    reported lag time when recieving this error.

    USEngineer Guest

  2. Similar Questions and Discussions

    1. Internal network error
      Hi, I'm using ColdFusion MX 6.1 with the new SequeLink drivers (5.4) and after about 8 hours of running fine the server starts giving the following...
    2. [SequeLink JDBC Driver]Internal network error,connection closed.
      Just recently I started having these errors: ]Internal network error, connection closed. I switched over the saving of session variables to an...
    3. The underlying connection was closed: An unexpected error occurred
      Hi all, The massive Error... on Windows 2003 SERVER Gone through most of the forums... and googling from 2 days now... Here is a post which...
    4. Error The underlying connection was closed
      I am trying to consume a Web Service (developed using ASP.NET/VB.NET) using a VB.NET application. I call the web service asynchronously as the...
    5. Error when calling a web service (The underlying connection was closed: An unexpected error occurred on a receive.)
      I am calling a simple service. Always on the first call I have this error (System.Net.WebException: The underlying connection was closed: An...
  3. #2

    Default Re: Internal network error, connection closed

    It would be useful to get some specifics here. What is your version of
    coldfusion, platform, database and datasource type. What is the full error
    associated with this from your exception and application logs.

    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