Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: SV: Unspecified Error 0X80004005


Message #1 by =?iso-8859-1?Q?H=E5kan_Frennesson?= <hakan@c...> on Fri, 1 Nov 2002 23:08:52 +0100
Hi!

The 0x80004005 error code does does in general indicate some kind of 
permission problem.
I would check the permissions on the database and see which user account 
has write/update rights.

In large terms, the account IUSR_<computername> on a Win2K Server with 
IIS 5 should have read/write permissions on the database.

Hope this can help you troubleshooting the problem.

Hakan

-----Ursprungligt meddelande-----
Fr=E5n: Sankar Bhamidi [mailto:sbhamidi@s...]
Skickat: den 1 november 2002 19:25
Till: ASP Databases
=C4mne: [asp_databases] Unspecified Error 0X80004005


I have created an ASP website connecting to a Navision Database. The
website works perfectly on a workstation such as Win 2K. However, as 
soon
as I install it on a Win 2K web server with IIS 5.0, it gives me all 
kinds
of errors.
 The main error I'm getting is:
 ------------------------------------------
 Error Type:
 Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
 Unspecified error
 ------------------------------------------
 This error turns up immediately after the page where I have inserted 
and
updated a lot of fields in various tables. Then other pages connecting 
to
the database would give the same error. After a few minutes, the pages
start connecting again - until I do the inserting through the culprit
page. Then the problem reappears. The code is too long to paste here.
 Any help is greatly appreciated as this is an urgent need.
 Thanks in advance.



  Return to Index