server rather than relaying through the local one. Using the local one
HTH...
I support PASS, the Professional Association for SQL Server.
On 26 Oct 2006 11:42:31 -0700, "RDV" <roger.vaught@ipaper.com> wrote:
>Thanks for the insight. However, antivirus software is not currently
>running on this system.
>
>What is the best practice when using SMTP? Should I use a local SMTP
>server and have it relay messages onto the main SMTP server or go
>directly to the main SMTP server. What are the pros and cons of
>either?
>
>Thanks
>
>
>
>Warren Brunk wrote:
>> Whenever I see something intermittently stop working I think tend to think
>> its Antivirus software.
>> If your antivirus is scanning the CDONTS.ddl at the same time as that SQL
>> Server is trying to access it to send the email then you might get an error.
>> The same thing happens when norton scans web.config files and causes a
>> recycle in worker threads and ruins your asp.net sessions.
>>
>> It could be a long shot, but it might be worth exluding that file from your
>> virus scans.
>>
>> thanks,
>>
>> --
>> /*
>> Warren Brunk - MCITP - SQL 2005, MCDBA
>>
www.techintsolutions.com >> Tech Blog -
www.technologyis.com >> */
>>
>>
>> "RDV" <roger.vaught@ipaper.com> wrote in message
>> news:1161795748.767150.37190@b28g2000cwb.googlegroups.com...
>> >I am receiving the following error in the application event log file.
>> > It only happens intermittently. The SMTP server and email addresses
>> > are valid and available at the error times in question. This error is
>> > followed by a delivery failure message.
>> >
>> > Running SQLNS 2.0 SP1 on SQL Server 2000
>> >
>> > Any ideas on what the problem could be ?
>> >
>> > ***************************************************************
>> >
>> > Microsoft SQL Server 2000 - 8.00.2039 (Intel X86) May 3 2005
>> > 23:18:38 Copyright (c) 1988-2003 Microsoft Corporation Enterprise
>> > Edition on Windows NT 5.2 (Build 3790: Service Pack 1)
>> >
>> > Event Type: Error
>> > Event Source: NotificationServices
>> > Event Category: None
>> > Event ID: 7301
>> > Date: 10/25/2006
>> > Time: 12:02:52 AM
>> > User: N/A
>> > Computer: S29ELOGB01
>> > Description:
>> > <NotificationServicesEvent>
>> > <Description>
>> > The e-mail address or SMTP server value is not valid.
>> > </Description>
>> > <Context>
>> > <EventParameters>
>> > <Smtp server>SMTP.TTRONICS.COM</Smtp server>
>> > <Message recipients>billebob@ttronics.com</Message recipients>
>> > </EventParameters>
>> >
>> > </Context>
>> > <Description>
>> > Could not access 'CDO.Message' object.
>> > </Description>
>> > <Description>
>> > Exception has been thrown by the target of an invocation.
>> > </Description>
>> > <Description>
>> > The message could not be sent to the SMTP server. The transport error
>> > code was 0x800ccc67. The server response was 421 4.7.0
>> > s02aPPMaster.ttronics.com closing connection
>> >
>> > </Description>
>> > <Instance>MTIS</Instance>
>> > <Component>Other</Component>
>> > <ComponentDetails>
>> > ComponentName: SmtpProtocol
>> > </ComponentDetails>
>> > <Thread>2128</Thread>
>> > </NotificationServicesEvent>
>> >
>> > For more information, see Help and Support Center at
>> >
http://go.microsoft.com/fwlink/events.asp.