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

Re: FW: LOG4NET - Oracle 9i logging error

2005-06-28 Thread Ron Grabowski
; > > > > > > > > > > > > > > > > > > > >

Re: FW: LOG4NET - Oracle 9i logging error

2005-06-27 Thread Ron Grabowski
It would be helpful to see the node that you're having problems with. Instead of setting parameters, you could create the raw INSERT statement yourself. Be careful with this though, it is susceptible to sql injection and/or bad sql being send to the database if the message contains a unescaped sin

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

Re: LOG4NET - Oracle 9i logging error

2005-06-27 Thread Ron Grabowski
It looks like you mis-typed "pParameterName". It should be: --- Usman Uppal <[EMAIL PROTECTED]> wrote: > 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 Collectio

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-21 Thread Nicko Cadell
The AdoNetAppender will open the connection to the database using the configured connection string. Nicko > -Original Message- > From: Usman Uppal [mailto:[EMAIL PROTECTED] > Sent: 20 June 2005 21:00 > To: Log4NET User > Subject: RE: LOG4NET - Oracle 9i logging > &

RE: LOG4NET - Oracle 9i logging

2005-06-20 Thread Usman Uppal
: Log4NET User Subject: RE: LOG4NET - Oracle 9i logging If an exception is generated during logging you need to enable log4net's internal debug to see it. http://logging.apache.org/log4net/release/faq.html#internalDebug Also useful stuff to include: Specify the version of log4net you are

RE: LOG4NET - Oracle 9i logging

2005-06-20 Thread Nicko Cadell
ilto:[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. Nothing > gets logged to db and no errors are

RE: LOG4NET - Oracle 9i logging

2005-06-20 Thread Usman Uppal
, June 14, 2005 7:07 PM To: Log4NET User Subject: Re: LOG4NET - Oracle 9i logging A good place to look for information about logging to Oracle 9i would be the Oracle 9i section of the log4net website: http://tinyurl.com/75k4w http://logging.apache.org/log4net/release/config-examples.html#adonetapp

RE: LOG4NET - Oracle 9i logging

2005-06-14 Thread Ron Grabowski
PM > To: Log4NET User > Cc: > Subject: Re: LOG4NET - Oracle 9i logging > > > > A good place to look for information about logging to Oracle 9i > would > be the Oracle 9i section of the log4net website: > > http:

RE: LOG4NET - Oracle 9i logging

2005-06-14 Thread Usman Uppal
:[EMAIL PROTECTED] Sent: Tue 6/14/2005 4:06 PM To: Log4NET User Cc: Subject: Re: LOG4NET - Oracle 9i logging A good place to look for information about logging to Oracle 9i would be the Oracle 9i section of the log4net website

Re: LOG4NET - Oracle 9i logging

2005-06-14 Thread Ron Grabowski
A good place to look for information about logging to Oracle 9i would be the Oracle 9i section of the log4net website: 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

LOG4NET - Oracle 9i logging

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