Ask a Question related to ASP Database, Design and Development.
-
Bob S #1
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
-
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...... -
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... -
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... -
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... -
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... -
Bob Barrows #2
Re: Data provider or other service returned an E_FAIL status
Bob S wrote:
Sorry, I doubt you will get much help for the Interdev Recordset DTC. Most> 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
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
-
Bob S #3
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>...
A compact/repair and webserver reset fixed the problem. I didn't test> 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
after each, so don't know if one or both were necessary.
Bob
Bob S Guest
-
Bob S #4
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, thanks for taking the time to respond. I can see from the> 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
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
-
Chris Hohmann #5
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...Please post code. You may also want to get the latest MDAC.> 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
[url]http://aspfaq.com/show.asp?id=2342[/url]
Chris Hohmann Guest



Reply With Quote

