Seemingly Random Cyclic Errors

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Seemingly Random Cyclic Errors

    Hello All,

    I have a web application that has just started to cause
    applications in what seems like a random cyclic way. :)

    About every eigth page hit it will choose a ado command
    and report an error. If it was just execute, I could
    understand. But it picks things like CreateParameter and
    ActiveConnection.

    The data is good, I hard coded it to make sure.
    I've reinstalled MDAC 2.7sp1.
    I've copied that application to another web server and the
    problem doesn't seem to have followed.

    Any thoughts oh great of mind and wisdom.

    Don
    Don Shirah Guest

  2. Similar Questions and Discussions

    1. Random 401 errors using .NET Remoting hosted in IIS
      I have seen a couple of posts identifying a similar problem with no posted solutions. Essentially we are using .NET Remoting hosted in IIS for...
    2. #24974 [Bgs]: random open_basedir errors
      ID: 24974 Updated by: sniper@php.net Reported By: lenar at city dot ee Status: Bogus Bug Type: Apache...
    3. Random Server Errors
      I have developed some courses whereby a php script reads and displays a textfile. Clicking a "Next" button increments a variable and submits the...
    4. #24974 [Dup->Bgs]: random open_basedir errors
      ID: 24974 Updated by: iliaa@php.net Reported By: lenar at city dot ee -Status: Duplicate +Status: ...
    5. Random Errors?
      I've gotten them also. I only have two guesses as to what they are and both guesses are related. I'm referencing some .dll files I've stored out on...
  3. #2

    Default Re: Seemingly Random Cyclic Errors

    Any way you can post the exact errors here?

    --
    Manohar Kamath
    Editor, .netBooks
    [url]www.dotnetbooks.com[/url]


    "Don Shirah" <Don@sst-nm.com> wrote in message
    news:0aea01c34d5d$4e0762b0$a001280a@phx.gbl...
    > Hello All,
    >
    > I have a web application that has just started to cause
    > applications in what seems like a random cyclic way. :)
    >
    > About every eigth page hit it will choose a ado command
    > and report an error. If it was just execute, I could
    > understand. But it picks things like CreateParameter and
    > ActiveConnection.
    >
    > The data is good, I hard coded it to make sure.
    > I've reinstalled MDAC 2.7sp1.
    > I've copied that application to another web server and the
    > problem doesn't seem to have followed.
    >
    > Any thoughts oh great of mind and wisdom.
    >
    > Don

    Manohar Kamath [MVP] 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