|
-
Oct 4th, 2005, 04:41 PM
#1
Thread Starter
Frenzied Member
General Network Error
This is a most frustrating one. I have an application that executes a stored procedure in SQL to update a record (VB language, .Net framework 1.0 with SP, SQL provider, connecting using TCP/IP). As part of the update, a dataset is being saved as XML into one of the table fields - this is a text parameter. Now, this dataset size can vary from 0 bytes to a few megabytes. After applying SQL SP4, we've started getting a "General Network Error - check your network doc" error but only when the dataset to be stored is large (>32kb).
I've tried the following:
-Changing the packet size of the connection - no dice.
-Changing the server of the connection from a host name to an IP address - no luck.
-Installing the application in the same box as the SQL server and using (localhost) in the connection string - no joy.
-Disabled connection pooling - same results.
-Applied values from 0 to 30 to 999 to the timeout value of the command - nothing.
This behavior is only observed in a Win2K server box with lots of resources. Other Win2K pro/server boxes or WinXP boxes do not have the same problem - latest Win/SQL service packs/patches on all of them.
All parameters are of the correct SqlDBType and the direction is set correctly. Anyone has encountered this error before or has any idea about it? The net is filled with posts of pain about this GNE error but no two people seem to find identical solutions to this problem.
-
Oct 6th, 2005, 07:09 AM
#2
Thread Starter
Frenzied Member
Re: General Network Error
-
Jan 22nd, 2006, 09:51 AM
#3
Frenzied Member
Re: General Network Error
i know this reply is terribly late, but just in case any other one is searching.
the general network error you are facing is 95% caused by bad network Card.
as a genral practice the built-int network cards are bad and i dont know why.
try replacing the network card and i assume everything will go fine
rgds
-
Jan 22nd, 2006, 05:21 PM
#4
Thread Starter
Frenzied Member
Re: General Network Error
"Bad" as in broken? Every network-related operation runs fine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|