Error Executing Database

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

  1. #1

    Default Error Executing Database

    My coldfusion service crashes intermitantly and when I check the application
    logs the error that I see for the time frame is the one below. Does anyone know
    where I might begain to solve this? Thanks!

    Error Executing Database Query.coldfusion.sql.DatabaseConnectionException:
    Timed out trying to establish connection The specific sequence of files
    included or processed is: E:\wwwroot\lifeworks\default.cfm


    coreygrimm Guest

  2. Similar Questions and Discussions

    1. Error Executing Database Query
      I have a website, which is visited by 18.000 unique users a day, who view almost 900.000 pages As you can see, one user views a lot of pages....
    2. Error Executing Database Query.
      The error occurred in C:\CFusionMX7\wwwroot\CFIDE\gettingstarted\tutorial\index.cfm: line 2 2 : <cfquery name="atrwork"...
    3. Error Executing Database ....
      I have a website where members set up their own personal pages. Recently, some member pages are displaying the following error. It happens to the...
    4. error executing database query on login
      I've noticed we started getting this message when you try to Login to the website. We have recently just installed the CF standard edition 7.0 We...
    5. another Error executing database query
      Just when I thought I had all my forms finely tuned, I get the error below, which has me stumped (using DrmWeaver 2004, CF7, mysql): Error...
  3. #2

    Default Re: Error Executing Database

    I'm no expert, but thought I would try to be helpful.

    I was getting this same error on a regular basis.

    The short term fix was to restart the ODBC server service. The long term fix
    was twofold:

    1. I recreated the ODBC connection in ColdFusion Administrator to use the
    system connection (I was using the SA and PW for login).

    2. I created a second user ODBC connection as well as the system one under
    ODBC in Windows Server 2003.

    I haven't had the problem since.

    I also read a pretty good set of "stuff" to try from the help area:

    [url]http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17277[/url]

    Hope this helps.


    MichaelSJudd 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