RE: LOG4NET - SMTP Appender Not Working

2005-09-28 Thread Usman Uppal
send mail using these more general settings? --- Usman Uppal <[EMAIL PROTECTED]> wrote: > Ron, I can send email using your sample code on hosted server. > > > > using System.Web.Mail; > > MailMessage mailMessage = new MailMess

RE: LOG4NET - SMTP Appender Not Working

2005-09-28 Thread Usman Uppal
Size property of the SmtpAppender is so it doesn't queue up messages for days then suddenly attempt to send a giant 200mb email.   --- Usman Uppal <[EMAIL PROTECTED]> wrote:   > Ron, SMTP Appender works on my machine using our internal SMTP host > but > when I deploy my co

RE: LOG4NET - SMTP Appender Not Working

2005-09-28 Thread Usman Uppal
meOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 FATAL - Hello World --- Usman Uppal <[EMAIL PROTECTED]> wrote: > Here is the Config file. > Usman

RE: LOG4NET - SMTP Appender Not Working

2005-09-27 Thread Usman Uppal
maybe one or two of the logger nodes that reference it. --- Usman Uppal <[EMAIL PROTECTED]> wrote: > There is no error message in the log file. File is attached. > > > -Original Message- > From: Ron Grabowski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 2

RE: LOG4NET - SMTP Appender Not Working

2005-09-27 Thread Usman Uppal
? http://tinyurl.com/c5qqh http://www.mail-archive.com/log4net-user%40logging.apache.org/msg02306.h tml You'll probably get an error saying you don't have permission to create an CDO object. --- Usman Uppal <[EMAIL PROTECTED]> wrote: > Hi, I am a LOG4NET configuration file to log

LOG4NET - SMTP Appender Not Working

2005-09-27 Thread Usman Uppal
Hi, I am a LOG4NET configuration file to log information into a log file and send email to SMTP server. Logging information is successfully getting logged into the log file but email via SMTP Host is not working. Is there anyway to debug why email delivery is not working? I have checked SMT

RE: Truncate log file before each run

2005-07-25 Thread Usman Uppal
Thank You Ron. -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 7:05 PM To: Log4NET User Subject: Re: Truncate log file before each run Set the FileAppender's appendToFile attribute to false: --- Usman Uppal <[EMAIL PROTECTED

Truncate log file before each run

2005-07-25 Thread Usman Uppal
Is it possible to configure appender to truncate log file before each run?   Thanks,   Usman  

LOG4NET - Oracle 9i logging error

2005-06-28 Thread Usman Uppal
Thanks for your help. Logging to Oracle is working now. My connection string for oracle was incorrect.   Usman   -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 10:14 AM To: Log4NET User Subject: Re: FW: LOG4NET - Oracle 9i loggin

FW: LOG4NET - Oracle 9i logging error

2005-06-27 Thread Usman Uppal
Thank You for clearing error in my previous email. All my messages are going to the log file, nothing gets written to Oracle table and there are no more errors in debug. Need help. Here is the copy of the debug log file. Do I need to write some code to log to Oracle of code for logging to

LOG4NET - Oracle 9i logging error

2005-06-27 Thread Usman Uppal
Hi, I am getting following error while debugging logging to Oracle 9i. Do I need to set some parameters? Any help is appreciated.   log4net: DOMConfigurator: Setting Collection Property [AddParameter] to object [ log4net.Appender.ADONetAppenderParameter] log4net:ERROR DOMConfigurator: C

RE: LOG4NET - Oracle 9i logging

2005-06-20 Thread Usman Uppal
Original Message- > From: Usman Uppal [mailto:[EMAIL PROTECTED] > Sent: 20 June 2005 20:50 > To: Log4NET User > Subject: RE: LOG4NET - Oracle 9i logging > > I took log.config file is from the apache web-site. Only > changes that I made were the connection to Oracle DB. Nothin

RE: LOG4NET - Oracle 9i logging

2005-06-20 Thread Usman Uppal
ender-o9 --- Usman Uppal <[EMAIL PROTECTED]> wrote: > Where can i get sample vb or c# for logging to Oracle 9i. > > Usman > > >

RE: LOG4NET - Oracle 9i logging

2005-06-14 Thread Usman Uppal
: http://tinyurl.com/75k4w http://logging.apache.org/log4net/release/config-examples.html#adonetappender-o9 --- Usman Uppal <[EMAIL PROTECTED]> wrote: > Where can i get sample vb or c# for logging to Oracle 9i. > > Usman > > > <>

LOG4NET - Oracle 9i logging

2005-06-14 Thread Usman Uppal
Where can i get sample vb or c# for logging to Oracle 9i.   Usman