This topic is locked

Error number -2147467259

8/27/2007 3:28:10 PM
ASPRunnerPro General questions
A
ashelley author

I am getting the following error <p>
Error number -2147467259
Error description Unspecified error


Using MS Access non-DSN DB connection. This application works fine on WIN2K IIS 5.0 but when its ported to Win 2003 server with IIS 6.0, there starts this problem. Its very inconsistent and happens on some link clicks, goes away for sometime and starts appearing again. So, I wonder what the problem could. be? I have also made IIS run in 5.0 mode but still getting the same error.


Pls. help.

Sergey Kornilov admin 8/27/2007

Setting ASP on Windows 2003 might be tricky.
I recommend to check the following article:

http://www.webcheatsheet.com/asp/asp_troubleshooting.php

A
ashelley author 9/8/2007

Thanks Sergey. Its of great help. I have been able to come over this error but now I am getting new error
ADODB.Stream error '800a0bbc'

Write to file failed.
Pls. help

Sergey Kornilov admin 9/8/2007

If you use files upload make sure that WRITE permissions are set on that folder.

Talk to your web hosting company in regards to setting correct permissions.

A
ashelley author 9/11/2007

Thanks Sergey. It solved my problem after setting the folder permission to write. However I had to set the permissions for IIS_WPG, Administrator, users in the security tab.