Forum Moderators: open

Message Too Old, No Replies

Access_Driver Record Deleted log Entry

         

tesla

11:14 pm on Sep 24, 2002 (gmt 0)

10+ Year Member



I keep finding strange log entries like the one below. According to the driver the Record is deleted...what ever that means. I have checked and the Get file works just fine.
Any idea what could be causing this and what this really means?

2002-09-23 00:43:02 j3110.inktomisearch.com - 66.54.140.2 80 GET /People.asp ¦142¦80004005¦[Microsoft][ODBC_Microsoft_Access_Driver]_Record_is_deleted. 500 0 238 Mozilla/5.0+ -

Xoc

7:56 am on Sep 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Error 500 is a server-side error, usually associated with a failure of a script. In this case, it's a failure of a ODBC database call in the script.

Dreamquick

8:19 am on Sep 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a feeling that error occurs if you are working on a recordset and your current record gets deleted somehow.

When you try to edit/update that record you generate an error since it no longer exists and so cannot be edited.

- Tony

tesla

2:13 pm on Sep 25, 2002 (gmt 0)

10+ Year Member



DreamQuik,

Yes, that would make sense except that the record has not been deleted, and in fact is perfectly fine. Also, there was no administrator operating on the database at the time. This error occurred when a user tried to fetch the particular page. I later went and fetched that exact page without issue. Very odd.

aspdaddy

2:20 pm on Sep 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It could be corruption on the db, If you get it often, try compact & repair.

tesla

2:56 pm on Sep 25, 2002 (gmt 0)

10+ Year Member



Is Access so unreliable that corruption is commonplace? If it is corruption, why then does the record that caused the error, function just fine moments later. I will keep monitoring my logs to see if I can find a pattern to this issue.

Thanks,