The transport lost its connection to the server

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: The transport lost its connection to the server

    is it a shared hosting account on the internet?

    "Latha Rajeev" <microobjects@vsnl.com> wrote in message
    news:08cd01c33a0f$caf77000$a401280a@phx.gbl...
    > I have a program which sends a bunch of emails using CDO's
    > CreateMHTMLBody method, couple of times a day. Once in a
    > while, i notice that the last 1 or 2 mails in the bunch
    > dont get sent out, it throws the following error, "The
    > transport list its connection to the server". This
    > behaviour is not consistent. At times for days together
    > all the mails get sent, but once in a while there is a
    > problem like this. This program is used by a queued
    > component.(MSMQ)

    Jason Guest

  2. Similar Questions and Discussions

    1. #26490 [Com]: Lost connection to MySQL server during query
      ID: 26490 Comment by: claudelfino at hotmail dot com Reported By: chris dot noden at monstermob dot com Status: ...
    2. Lost connection to MySQL server during query
      I have a script that is processing data from a single table and splitting it into smaller normalized tables. The script takes anywhere...
    3. error: 'Lost connection to MySQL server during query'
      I have tried installing MySQL on RedHat 9 using instructions in INSTALL-BINARY and am getting the following error when trying to finish installing...
    4. SQL Server Connection Lost after Win XP Service Pack 2
      Hi, I have had SQL Server connection problem since I installed Win XP Service Pack 2. I am running both ASP and ColdFusion pages along with SQL...
    5. [PHP] Lost Connection to MySQL server during query
      Are you using mysql_pconnect or just mysql_connect? Donald Tyler wrote:
  3. #2

    Default Re: The transport lost its connection to the server

    Hi Jason,
    I'm not sure i understood u'r question. See, how it actually
    works is that i have an ASP Web application. Users of this application
    submit requests and stuff and based on these actions, events are raised
    by a COM+ application on the server machine and my program(using MSMQ
    queued component) which subscribes to this event sends mails using
    CDO(SMTP server being the same machine).

    Latha Rajeev






    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Latha Rajeev Guest

  4. #3

    Default RE: The transport lost its connection to the server

    Hello Latha,
    I just wanted to let you know that I am still researching this issue. I
    appreciate your
    patience on this.

    Thanks,
    Bassel Tabbara
    Microsoft, ASP.NET

    This posting is provided "AS IS", with no warranties, and confers no rights.


    --------------------
    | Content-Class: urn:content-classes:message
    | From: "Latha Rajeev" <microobjects@vsnl.com>
    | Sender: "Latha Rajeev" <microobjects@vsnl.com>
    | Subject: The transport lost its connection to the server
    | Date: Mon, 23 Jun 2003 22:16:40 -0700
    | Lines: 9
    | Message-ID: <08cd01c33a0f$caf77000$a401280a@phx.gbl>
    | MIME-Version: 1.0
    | Content-Type: text/plain;
    | charset="iso-8859-1"
    | Content-Transfer-Encoding: 7bit
    | X-Newsreader: Microsoft CDO for Windows 2000
    | X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    | Thread-Index: AcM6D8r04YidTephQKSItrAlCAgLng==
    | Newsgroups: microsoft.public.dotnet.framework.aspnet
    | Path: cpmsftngxa06.phx.gbl
    | Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:154501
    | NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
    | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    |
    | I have a program which sends a bunch of emails using CDO's
    | CreateMHTMLBody method, couple of times a day. Once in a
    | while, i notice that the last 1 or 2 mails in the bunch
    | dont get sent out, it throws the following error, "The
    | transport list its connection to the server". This
    | behaviour is not consistent. At times for days together
    | all the mails get sent, but once in a while there is a
    | problem like this. This program is used by a queued
    | component.(MSMQ)
    |


    Bassel Tabbara [MSFT] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139