Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 6th, 2004, 06:41 AM
Authorized User
 
Join Date: Dec 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default SQL Server (0x80004005)

Hi I have strange problem here. This is completely an ASP project which works fine on my laptop(one my laptop sql server is located locally but on my office system it need to connect to different location, but connecting to the same server from other applications is fine.) but not on my office system. First it gives the following error eventhough the file is there

.Active Server Pages, ASP 0126 (0x80004005)
The include file './gui/includes/functions.asp' was not found.
Then when i chnage include virtual to include file in code and copy the file in default directory then i got the second error which is as follows:

Error Type:
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionRead (Error SIO_KEEPALIVE_VALS()).]General network error. Check your network documentation.

Please help.


bdl
__________________
bdl
 
Old January 7th, 2005, 01:41 AM
Authorized User
 
Join Date: Aug 2004
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Even, I had the simillar error some days earlier.
 It showed

Code:
 Microsoft OLE DB Provider for ODBC Drivers error '80004005' 

[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite (send()).
I gets this error only once. After that If I refresh the page the error gets vanished.

  I hope this is due to some network transmission error.
  This occurs only if you try to access some remote SQL server.

  Iam still in search of the sbsolute solution for this.

  Any suggession will be apreciated.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Conflict in SQL Server 2000 and SQL Server 2005 ayan.mukherjee SQL Language 0 June 30th, 2008 03:34 AM
SQL Server Reg. SQL Server does not exist error Arsi SQL Server 2000 1 June 11th, 2008 11:20 AM
Error Type:Server.MapPath(), ASP 0171 (0x80004005) phantom3008 ASP.NET 1.0 and 1.1 Basics 2 April 26th, 2007 02:28 PM
migrating from sql server 2000 to sql server 2005 abinashpatra SQL Server 2005 2 December 1st, 2006 03:45 PM
Chapter16 :Server object, ASP 0177 (0x80004005) maybeyou BOOK: Beginning ASP 3.0 0 July 13th, 2006 04:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.