If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Microsoft JET Database Engine

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-19-03, 08:59
natoc natoc is offline
Registered User
 
Join Date: Jun 2003
Posts: 2
Microsoft JET Database Engine

Hi to all,
I have a problem with ASP and MS Access 2000. Until yesterday everything was working fine. Today when I checked the web site I keep getting the following error:

Microsoft JET Database Engine (0x80004005)
Unspecified error

I haven't changed any code.

Everything has been working fine for long time

Has any one come acrossed to some thing like this?

any help is greatly appreciate

Thanks
Nato
Reply With Quote
  #2 (permalink)  
Old 06-20-03, 02:45
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
Re: Microsoft JET Database Engine

Quote:
Originally posted by natoc
Hi to all,
I have a problem with ASP and MS Access 2000. Until yesterday everything was working fine. Today when I checked the web site I keep getting the following error:

Microsoft JET Database Engine (0x80004005)
Unspecified error

I haven't changed any code.

Everything has been working fine for long time

Has any one come acrossed to some thing like this?

any help is greatly appreciate

Thanks
Nato
I went to Microsoft.com, to the knowledgebase and typed in 'Unspecified Error'. It came back with many, many causes for this error. You should do the same, and browse through them. Perhaps you'll see something that pertains to whatever is happening on your site.

Tim
__________________
Tim
Reply With Quote
  #3 (permalink)  
Old 06-20-03, 06:55
natoc natoc is offline
Registered User
 
Join Date: Jun 2003
Posts: 2
Re: Microsoft JET Database Engine

Quote:
Originally posted by MrWizard
I went to Microsoft.com, to the knowledgebase and typed in 'Unspecified Error'. It came back with many, many causes for this error. You should do the same, and browse through them. Perhaps you'll see something that pertains to whatever is happening on your site.

Tim

Tim,
thanks for the reply, but before I post a question, I make sure that I have tried everything I can to solve my problem. By the way the solution was the Environment Variables were wrong. For some reason the settings were changed.

Nato
Reply With Quote
  #4 (permalink)  
Old 02-08-04, 01:50
Justintkw Justintkw is offline
Registered User
 
Join Date: Feb 2004
Posts: 2
Re: Microsoft JET Database Engine

Nato:

Did you happen to have upgraded MDAC to 2.8? I experienced the exact same thing after I upgraded to MDAC 2.8 I have not yet been able to resolve the situation yet.
Reply With Quote
  #5 (permalink)  
Old 02-08-04, 09:53
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
This does emphasize the important consideration that, if your web-site encounters any kind of error, there must be some way for it to log the error in a flat-file. (Because, obviously, if there's a database problem, logging into a database table won't work...) You can't count on the web server's logs to be sufficient.

And there must also be some automatic way to check the log, daily and without human intervention.

The web is an unforgiving place. You can literally turn away a thousand customers in a day, and never know it!
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On