Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

iAS 6sp3 DB http logging..

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any body got httplogging working to the database as per the admin guide?
I have tinkered with it way too much and all I can get is a message like (in kjs logs):
[22/May/2002 16:33:48:7] warning: DATA-107: DSN eventlog passed for default driver is not in the registry
select DATA Driver as default driver
[22/May/2002 16:33:48:7] warning: DATA-108: failed to create a data connection with any of specified drivers
[22/May/2002 16:42:28:5] info: GDS-007: finished a registry load

Anyone???
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Fred,
HTTP logging only captures HTTP info from the KJS and KCS... it does not
capture HTTP info from the web server. Also, only logging levels 1, 2 and 3 are ever sent to the
database. The more interesting (and voluminous) packet info is only sent
to a log file and only if DEBUG MODE is set to 4 via KRegEdit.
Thanks,
Raj
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic