473,383 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Log Analysis Components/Apps

CJM
Are there any free components out there that will analyse IIS log files and
write selected information to a DB?

I know there are free packages like Analog and Webalizer, but I'm more
interesting in an app or component that feeds log files in to a DB so that
it can be queried later.

Thanks
Jul 19 '05 #1
7 1506
http://www.aspfaq.com/2473


"CJM" <cj*****@yahoo.co.uk> wrote in message
news:O#**************@TK2MSFTNGP09.phx.gbl...
Are there any free components out there that will analyse IIS log files and write selected information to a DB?

I know there are free packages like Analog and Webalizer, but I'm more
interesting in an app or component that feeds log files in to a DB so that
it can be queried later.

Thanks

Jul 19 '05 #2
On Fri, 10 Oct 2003 14:29:03 +0100, "CJM" <cj*****@yahoo.co.uk> wrote:
Are there any free components out there that will analyse IIS log files and
write selected information to a DB?

I know there are free packages like Analog and Webalizer, but I'm more
interesting in an app or component that feeds log files in to a DB so that
it can be queried later.


Analog will create a machine-readable file that can easily be imported
into a database, or you can use Microsoft's Log Parser tool with a
little work. You could also simply log to an ODBC database from IIS
for real-time access.

At any rate, a log file is simply a text file, easily imported into
almost any database without a component.

Jeff
Jul 19 '05 #3
Jeff Cochran wrote:

At any rate, a log file is simply a text file, easily imported into
almost any database without a component.


or your favourite spreadsheet if that's more convenient.

--
William Tasso - http://WilliamTasso.com
Jul 19 '05 #4
CJM
I've actually followed one of Aarons links, and now I'm logging directly to
SQL Server. Marvellous!

One thing that did puzzle me for a short while was that the ODBC option does
not appear to be available in XP/IIS5.1. This is not a problem for me except
that I cant try things out on my development machine.

Thanks
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:Oq**************@TK2MSFTNGP09.phx.gbl...
http://www.aspfaq.com/2473


"CJM" <cj*****@yahoo.co.uk> wrote in message
news:O#**************@TK2MSFTNGP09.phx.gbl...
Are there any free components out there that will analyse IIS log files

and
write selected information to a DB?

I know there are free packages like Analog and Webalizer, but I'm more
interesting in an app or component that feeds log files in to a DB so that it can be queried later.

Thanks


Jul 19 '05 #5
CJM wrote:
...
One thing that did puzzle me for a short while was that the ODBC
option does not appear to be available in XP/IIS5.1. This is not a
problem for me except that I cant try things out on my development
machine.


XP is not a server - you really should consider building a dev environment
that mimicks the functionality of your production set up.

--
William Tasso - http://WilliamTasso.com
Jul 19 '05 #6
> XP is not a server - you really should consider building a dev environment
that mimicks the functionality of your production set up.


Granted, not everyone can afford to license Windows Server 2003 on their
day-to-day desktop. Even with a proper MSDN license, there's a fine line
between "development and testing" and "business use."

A
Jul 19 '05 #7
CJM
Thats a fair point Aaron, but I guess I am 'lucky' in that I do in fact have
a W2K server for development. Ok, it's a bit old, but it does the job.

But in answer to Williams point:

There is a hierarchy of machines used in the process. I develop the basic
code on my XP machine. It is uploaded and tested on the development server.
Anomalies are fixed. After enough testing, it is released to one production
server. After user testing, it is rolled out to remaining production
servers. If I were to use the development server for all my development
work, I would cause a lot of inconvenience/problems for the other developers
who share the server, hence XP is used in the first instance.

After a bit of head scratching I did finally find the answer on our
development server...

But my point still stands. I'm surprised it doesnt appear in IIS5.1. This
*is* a genuine web server and there is no reason why this ODBC feature
couldnt have been included.

I'm sure His Royal Billness had his reasons for this, but it's academic -
things are the way they are. Its only a minor inconvenience anyway.

Cheers

Chris

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:eP**************@TK2MSFTNGP11.phx.gbl...
[snip]
Granted, not everyone can afford to license Windows Server 2003 on their
day-to-day desktop. Even with a proper MSDN license, there's a fine line
between "development and testing" and "business use."

Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Keith A. Rowe | last post by:
I have been developing apps on many different platforms for 25 years. I am most excited about working with .NET for all the reasons you might expect: - better OOP implementation (inheritance,...
6
by: Mario T. Lanza | last post by:
Greetings, I don't know about you guys but on many occasions I've asked myself whether or not someone else has solved a particular programming issue -- whether or not they developed a clever...
4
by: Axel Kowald | last post by:
Hello everybody, I'm looking for C or C++ source code for doing independent component analysis. Is this somewhere available ? Many thanks, Axel Kowald
0
by: Steve | last post by:
We design enchancements to our products and have some disagrement about allocation new features into components (assemblies). We have to add new UI dialogs which will be shared by 3 existing...
2
by: Stan | last post by:
I wasn't sure what would be the best ng to post it. We have ASP.NET app that uses serviced component to perform all database writes and updates (there are separate components sitting on the web...
3
by: DavidS | last post by:
I've created web components (.DLLs) for web application. When I create the main interface for web application, ex: <web app name.dll>, I install this in folder on web server, i.e.,...
1
by: Nesaar | last post by:
Hi I have been tasked to draw up design documentation for two web services we need to develop. Sort of the systems analyst for this project. I would like to know if anyone out there has example...
5
by: TZESENG | last post by:
DECEMBER 13, 2005 . Editions: N. America | Europe | Asia | Edition Preference News Analysis By Steve Hamm Source: http://www.businessweek.com/technology/content/dec2005/tc20051213_042973.htm...
1
by: Peter Schmitz | last post by:
Hi, I use a rather old .net 1.1 component (Dundas Chart 3.5 actually) that I'd like to continue using with the new studio - is this possible? Unfortunately, Dundas components are rather...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.