Results 1 to 7 of 7

Thread: [DBNETLIB][ConnectionWrite (Send()).]General network error. - Please help me out

  1. #1
    Join Date
    Nov 2007
    Posts
    5

    Question [DBNETLIB][ConnectionWrite (Send()).]General network error. - Please help me out

    following are the steps –



    1.) Make any sale.

    2.) Swipe Debit card (Happing in case of DC only, No Telephone line)

    3.) Enter Pin

    4.) Accept Tender by pressing +

    5.) Error comes.



    "Database connection lost, application will be closed

    Error #-2147467259

    [DBNETLIB][ConnectionWrite (Send()).]General network error. Check your network documentation.

    (Source = Microsoft OLE DB Provider for SQL Server)

    (SQLState = 08S01)

    (Native Error = 11)

    No Help File Available



    SELECT GETDATE() As CurrentDateTime"




    It is a issue of Network Protocol as transaction is travelling from Non secure (TCIP) to Secure (SSL) to Non Secure(HTTP) layer.



    Please check if you could fine any solution/ setting which could prevent the same.



    One more thing they have a web service and application is going to that web service even after crash

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    May need set network monitor to check if any package dropping.

  3. #3
    Join Date
    Nov 2007
    Posts
    5
    Please let me know how I could check that

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Work with your network guys. What's your sql server version and sp level by the way?

  5. #5
    Join Date
    Nov 2007
    Posts
    5
    Quote Originally Posted by rmiao
    Work with your network guys. What's your sql server version and sp level by the way?
    SQL Server Version is 2005 SP2

  6. #6
    Join Date
    Nov 2007
    Posts
    5
    Quote Originally Posted by gautam_vasu
    SQL Server Version is 2005 SP2
    The same problem is coming even in case of SQL SERVER 2000 also

  7. #7
    Join Date
    Sep 2002
    Posts
    5,938
    You should work with your network people for the issue.

Posting Permissions

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