Results 1 to 4 of 4

Thread: General Network Error

  1. #1

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Arrow 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.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  2. #2

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: General Network Error

    Bump
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  3. #3
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    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

  4. #4

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: General Network Error

    "Bad" as in broken? Every network-related operation runs fine.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width