Author |
|
danhole Newbie

Joined: 04 October 2006
Online Status: Offline Posts: 12
|
Posted: 05 February 2008 at 2:36am | IP Logged
|
|
|
Not sure what version we are using but having issues with users getting there mail
You can login but when you get mail you get the following error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][SQL Server]Warning: Fatal error 823 occurred at Feb 4 2008 9:38AM
/functions_list.inc.asp, line 1563
|
Back to Top |
|
|
Andrew AfterLogic Support

Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 05 February 2008 at 3:09am | IP Logged
|
|
|
We found you use old version (3.3) of MailBee WebMail Pro ASP. First, please upgrade your WebMail Pro ASP installation to the latest version. We've e-mailed you the upgrading instructions.
Then, please follow the steps described in this article. Please let us know if this helps.
Best regards,
Andrew
|
Back to Top |
|
|
danhole Newbie

Joined: 04 October 2006
Online Status: Offline Posts: 12
|
Posted: 05 February 2008 at 6:08am | IP Logged
|
|
|
Hi andrew i have upgraded to the latest version and followed the KB article but still getting the same error ?
|
Back to Top |
|
|
Andrew AfterLogic Support

Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 05 February 2008 at 6:16am | IP Logged
|
|
|
Could you provide us with the exact error message text? We need line number (in the latest version of the product) the error happens in?
Best regards,
Andrew
|
Back to Top |
|
|
danhole Newbie

Joined: 04 October 2006
Online Status: Offline Posts: 12
|
Posted: 05 February 2008 at 6:42am | IP Logged
|
|
|
Here you go the new error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][SQL Server]Warning: Fatal error 823 occurred at Feb 5 2008 2:07PM
/functions_list.inc.asp, line 1800
|
Back to Top |
|
|
Andrew AfterLogic Support

Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 05 February 2008 at 7:16am | IP Logged
|
|
|
functions_list.inc.asp file contains a simple update of a simple table at line 1800.
We found some articles which state this is internal SQL server error or even hardware failure:
http://www.nexusportal.net/archive/index.php/t-9356.html
http://support.microsoft.com/kb/828339/
You can find a lot of other articles via Google.
We suggest you to check SQL Server and system logs (Event Viewer). Perhaps, one of them contains more information regarding this error.
Best regards,
Andrew
|
Back to Top |
|
|
danhole Newbie

Joined: 04 October 2006
Online Status: Offline Posts: 12
|
Posted: 05 February 2008 at 8:31am | IP Logged
|
|
|
Hi Andrew,
Please can you advise the SQL that is executed at line 1800?
We can try to re-run it through the Query Analyser directly to reproduce the issue.
Thanks
|
Back to Top |
|
|
Andrew AfterLogic Support

Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 05 February 2008 at 10:48pm | IP Logged
|
|
|
Sure.
Code:
"UPDATE wm_reads SET bool_tmp=1 WHERE id_user=" & intIdUser |
|
|
You should replace intIdUser with a user identifier.
Best regards,
Andrew
|
Back to Top |
|
|