Re: ADO.Net Appender connection troubles

2008-01-29 Thread Ron Grabowski
The current implementation doesn't allow a sub-class to easily provide its own IDbConnection. You'll have to copy and paste the contents of AdoNetAppender and modify the code to fit your needs. AdoNetAppender needs a little refactoring so things like this are possible. - Original Message --

ADO.Net Appender connection troubles

2008-01-29 Thread Szymon Rozga
I am trying to use the AdoNetAppender, but I am in an environment in which the connection string is dynamic, depending on which of a series of servers the app connects to. My idea is to get a reference to the appender and reset the ConnectionString when my app knows which server I am connecting to.

Re: Log4net and SQL Server Reporting Services

2008-01-29 Thread si
Hello again, For the sake of those who encounter the same issue and come across this thread, I tracked it down to a configuration issue in rssrvpolicy.config. Short and dirty answer: Change the PermissionSetName attribute from "Execution" to "FullTrust" for CodeGroup "Report_Expressions_Default_P

RE: UDP Viewers ...

2008-01-29 Thread Parrish, Ken
Thanks. I'll check it out. May be a bit problematic in that it requires the Java runtime, but worth some effort. Ken Parrish Gomez, Inc. From: Scott Deboy [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 2:28 PM To: Log4NET User Subject: RE: UD

RE: UDP Viewers ...

2008-01-29 Thread Scott Deboy
Chainsaw V2 can view events generated by log4net's UDPAppender (if you specify the log4j schema) - define a UDPReceiver in Chainsaw and it should work fine. http://logging.apache.org/log4j/docs/chainsaw.html Scott Deboy Principal Engineer COMOTIV SYSTEMS 111 SW Columbia Street Ste. 95

UDP Viewers ...

2008-01-29 Thread Parrish, Ken
I am doing some experimenting with the log4net UDP appender. I'm presently using Log4NetViewer and/or logview4et as receivers for these messages. Both of these viewing clients have their limitations (except that they ARE freely distributed-thanks to the authors). Does anyone know of any ot