Data provider or other service returned an E_FAIL status

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

  1. #1

    Default Data provider or other service returned an E_FAIL status

    I've started getting this error on an asp page that has been working
    fine for over a year:

    ==============================
    HTTP 500.100 - Internal Server Error - ASP error
    Internet Information Services

    Error Type:
    Microsoft Cursor Engine (0x80004005)
    Data provider or other service returned an E_FAIL status.
    /_ScriptLibrary/Recordset.ASP, line 125
    ===============================

    Line 125 is:
    this._count = this._rsADO.RecordCount;

    Response.Buffer is set to true on this page.

    I found postings where others were getting this error with
    RecordCount, but no solutions.

    I also found postings about ORDER BY causing problems, so I removed
    that from my SQL statement, but still the problem persists.

    The Access 2000 table behind the page has 1203 records. I have other
    asp pages working with other (smaller--950 records) tables in the same
    db no problem.

    The setup: IIS 5 on W2K Pro SP4, Access 2000 tables, MDAC 2.5 SP3.

    The Access form front-end for this table works fine, and there doesn't
    seem to be any corrupt records in the table.

    I suspect it may be one of the recent MDAC patches? Any help much
    appreciated!

    Bob
    Bob S Guest

  2. Similar Questions and Discussions

    1. XML Object - status returned varies between calls
      Sometimes I get "success", sometimes I get "no success, no error" What gives? Same results across the wire as far as I can see......
    2. HTML Returned in Data provider as XML
      I have an HTTPservice returning xml, one of the xml elements contains html "<A href='example.com'>test</a>", when i am returning plain text the flex...
    3. NetConnection status not returned?
      Hello: I am trying to establish a new NetConnection inside of a method of a mx.screens.Form subclass. Unfortunately it seems that my status...
    4. Data types returned by web service
      I'm trying to figure out how to architect web services, and am running into problems with incompatible namespaces. Here is the scenario: I have a...
    5. ERR: OLE/DB provider returned message: Timeout expired
      Hello, I'm receiving the following error. This error occurs only when the stored procedure is executed from a remote server, but runs fine when...
  3. #2

    Default Re: Data provider or other service returned an E_FAIL status

    Bob S wrote:
    > I've started getting this error on an asp page that has been working
    > fine for over a year:
    >
    > ==============================
    > HTTP 500.100 - Internal Server Error - ASP error
    > Internet Information Services
    >
    > Error Type:
    > Microsoft Cursor Engine (0x80004005)
    > Data provider or other service returned an E_FAIL status.
    > /_ScriptLibrary/Recordset.ASP, line 125
    Sorry, I doubt you will get much help for the Interdev Recordset DTC. Most
    of us write our own ADO code. I've never used any of the code in the
    _ScriptLibrary.

    Bob Barrows
    --
    Microsoft MVP -- ASP/ASP.NET
    Please reply to the newsgroup. The email account listed in my From
    header is my spam trap, so I don't check it very often. You will get a
    quicker response by posting to the newsgroup.


    Bob Barrows Guest

  4. #3

    Default Re: Data provider or other service returned an E_FAIL status

    [email]rws_usa@yahoo.com[/email] (Bob S) wrote in message news:<9ad3e4a5.0401061623.31ece10e@posting.google. com>...
    > I've started getting this error on an asp page that has been working
    > fine for over a year:
    >
    > ==============================
    > HTTP 500.100 - Internal Server Error - ASP error
    > Internet Information Services
    >
    > Error Type:
    > Microsoft Cursor Engine (0x80004005)
    > Data provider or other service returned an E_FAIL status.
    > /_ScriptLibrary/Recordset.ASP, line 125
    > ===============================
    >
    > Line 125 is:
    > this._count = this._rsADO.RecordCount;
    >
    > Response.Buffer is set to true on this page.
    >
    > I found postings where others were getting this error with
    > RecordCount, but no solutions.
    >
    > I also found postings about ORDER BY causing problems, so I removed
    > that from my SQL statement, but still the problem persists.
    >
    > The Access 2000 table behind the page has 1203 records. I have other
    > asp pages working with other (smaller--950 records) tables in the same
    > db no problem.
    >
    > The setup: IIS 5 on W2K Pro SP4, Access 2000 tables, MDAC 2.5 SP3.
    >
    > The Access form front-end for this table works fine, and there doesn't
    > seem to be any corrupt records in the table.
    >
    > I suspect it may be one of the recent MDAC patches? Any help much
    > appreciated!
    >
    > Bob
    A compact/repair and webserver reset fixed the problem. I didn't test
    after each, so don't know if one or both were necessary.
    Bob
    Bob S Guest

  5. #4

    Default Re: Data provider or other service returned an E_FAIL status

    "Bob Barrows" <reb01501@NOyahoo.SPAMcom> wrote in message news:<OKAq0kS1DHA.4060@TK2MSFTNGP11.phx.gbl>...
    > Bob S wrote:
    > > I've started getting this error on an asp page that has been working
    > > fine for over a year:
    > >
    > > ==============================
    > > HTTP 500.100 - Internal Server Error - ASP error
    > > Internet Information Services
    > >
    > > Error Type:
    > > Microsoft Cursor Engine (0x80004005)
    > > Data provider or other service returned an E_FAIL status.
    > > /_ScriptLibrary/Recordset.ASP, line 125
    >
    > Sorry, I doubt you will get much help for the Interdev Recordset DTC. Most
    > of us write our own ADO code. I've never used any of the code in the
    > _ScriptLibrary.
    >
    > Bob Barrows
    Bob, thanks for taking the time to respond. I can see from the
    newsgroup that you're a busy man. It's great to have such a
    knowledgeable and active MVP in this group.
    Cheers
    Bob S
    Bob S Guest

  6. #5

    Default Re: Data provider or other service returned an E_FAIL status

    "Bob S" <rws_usa@yahoo.com> wrote in message
    news:9ad3e4a5.0401061623.31ece10e@posting.google.c om...
    > I've started getting this error on an asp page that has been working
    > fine for over a year:
    >
    > ==============================
    > HTTP 500.100 - Internal Server Error - ASP error
    > Internet Information Services
    >
    > Error Type:
    > Microsoft Cursor Engine (0x80004005)
    > Data provider or other service returned an E_FAIL status.
    > /_ScriptLibrary/Recordset.ASP, line 125
    > ===============================
    >
    > Line 125 is:
    > this._count = this._rsADO.RecordCount;
    >
    > Response.Buffer is set to true on this page.
    >
    > I found postings where others were getting this error with
    > RecordCount, but no solutions.
    >
    > I also found postings about ORDER BY causing problems, so I removed
    > that from my SQL statement, but still the problem persists.
    >
    > The Access 2000 table behind the page has 1203 records. I have other
    > asp pages working with other (smaller--950 records) tables in the same
    > db no problem.
    >
    > The setup: IIS 5 on W2K Pro SP4, Access 2000 tables, MDAC 2.5 SP3.
    >
    > The Access form front-end for this table works fine, and there doesn't
    > seem to be any corrupt records in the table.
    >
    > I suspect it may be one of the recent MDAC patches? Any help much
    > appreciated!
    >
    > Bob
    Please post code. You may also want to get the latest MDAC.
    [url]http://aspfaq.com/show.asp?id=2342[/url]


    Chris Hohmann 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