Randy Lane
|
| Posted: 10/29/2002, 5:38 PM |
|
Anyone have any experiences with this error. I'm pulling my hair out trying to figure this out. This error only occurs on a windows2000 IIS 5.0 machine. If I publish this site to a win NT machine IIS 4.0 it works great.
Error Type:
Microsoft JET Database Engine (0x80004005)
Unspecified error
/Common.asp, line 25
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; H010818)
Page:
GET /Default.asp
This is an example of the data connection that I am using:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("mydata.mdb") & ";Persist Security Info=False"
|
|
|
 |
Annie
|
| Posted: 10/29/2002, 11:37 PM |
|
Hi,
I had this same problem.
Firstly, Im using Access as my database, and it would seem that the permissions in Access, (which apparently cant be changed), forbid Code Charge to view the database.
I had endless problems. Formatted machine, and am now using 98. orks like a dream.
Another problem I experienced with this error, is that one of my .jpg names were different in Access, to Code Charge.
So maybe double check that first.
Good luck.
Hope it helps
Annie
|
|
|
 |
Timothy
|
| Posted: 10/31/2002, 6:37 AM |
|
Randy,
The 80004005 errors occur due to the design or microsoft products and could be caused by one of many reasons. Please refer to the followin article which addresses the 80004005 errors and troubleshooting techniques:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306518
|
|
|
 |
Randy Lane
|
| Posted: 11/01/2002, 12:02 PM |
|
Fixed it!!
The problem was that the temp folder used by the IIS didn't have permission to write.
|
|
|
 |
JC
|
| Posted: 11/19/2002, 11:00 AM |
|
Hi Randy where's the TEMP FOLDER used by the IIS?
i can't fixed it!!
|
|
|
 |
jmoss
|
| Posted: 11/21/2002, 8:11 PM |
|
Its possible that this error could go away by applying sp3 for 2000
|
|
|
 |
|