472,101 Members | 1,420 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,101 software developers and data experts.

Unspecified Error! Help

Dan
This is the most excruciating error I have ever had to deal with in 10 years
of programming with Visual Basic.
I am getting an error albeit intermittent most of the time, but I am now
getting it consistently on one of my aspx pages.

the following is the error:[OleDbException (0x80004005): Unspecified Error]

It happens on either one of two calls. It happens on command.Fill or the
Connection.open

I have been through every possible area of the internet looking for a
solution to the problem. Most of the suggestions have been in the area of
permissions which I have checked, double-Checked and Quadruple Checked. I
have also looked at the locking of the database.

I am using Microsoft Visual Studio.net 2003 and Microsoft Access 2003. My
access database resides in a folder in the IIS structure.

My connection string is the following:

Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties=;Mode=Share Deny
None;Data Source=C:\Inetpub\wwwroot\ceclp\dbase\ceclp_redesi gn.mdb

The IUSR account has read and write permissions on both the DBase folder and
the Local, Temp folders

HELP - I am committed to having to use Access as my database so I need to
resolve this issue as soon as humanly possible.

Thank tyou in advance for any help

Mar 13 '06 #1
1 1458
Try setting permissions for the IWAM user as well.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Dan" <Da*@discussions.microsoft.com> wrote in message
news:3E**********************************@microsof t.com...
This is the most excruciating error I have ever had to deal with in 10
years
of programming with Visual Basic.
I am getting an error albeit intermittent most of the time, but I am now
getting it consistently on one of my aspx pages.

the following is the error:[OleDbException (0x80004005): Unspecified
Error]

It happens on either one of two calls. It happens on command.Fill or the
Connection.open

I have been through every possible area of the internet looking for a
solution to the problem. Most of the suggestions have been in the area of
permissions which I have checked, double-Checked and Quadruple Checked. I
have also looked at the locking of the database.

I am using Microsoft Visual Studio.net 2003 and Microsoft Access 2003. My
access database resides in a folder in the IIS structure.

My connection string is the following:

Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties=;Mode=Share Deny
None;Data Source=C:\Inetpub\wwwroot\ceclp\dbase\ceclp_redesi gn.mdb

The IUSR account has read and write permissions on both the DBase folder
and
the Local, Temp folders

HELP - I am committed to having to use Access as my database so I need to
resolve this issue as soon as humanly possible.

Thank tyou in advance for any help

Mar 22 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

14 posts views Thread by Christopher Benson-Manica | last post: by
7 posts views Thread by Jim McGivney | last post: by
6 posts views Thread by sowencheung | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.