KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q267270: Convlog Stops Processing Log Files

Article: Q267270
Product(s): Internet Information Server
Version(s): winnt:5.0
Operating System(s): 
Keyword(s): kbWin2000SP2Fix
Last Modified: 13-JUN-2001

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Internet Information Services version 5.0 
-------------------------------------------------------------------------------

SYMPTOMS
========

The Convlog utility stops processing a log file when it reaches an incorrectly
formatted line. The next lines are not processed.

RESOLUTION
==========

To resolve this problem, obtain the latest service pack for Windows 2000. For
additional information, please see the following article in the Microsoft
Knowledge Base:

  Q260910 How to Obtain the Latest Windows 2000 Service Pack

The English version of this fix should have the following file attributes or
later:

  Date        Time    Version        Size     File name     Platform
  -------------------------------------------------------------
  07/05/2000  09:31p  5.0.2195.2098  67,856   Convlog.exe   i386


STATUS
======

Microsoft has confirmed this to be a problem in Internet Information Services
5.0.
This problem was first corrected in Windows 2000 Service Pack 2.

MORE INFORMATION
================

This fix adds the -c switch so that you can continue processing a file even if
Convlog reaches an incorrectly formatted line.

Example:

  convlog  -ii in000203.log

  Opening file in000203.log for processing
          Writing file .\in000203.log.ncsa.
  Line #37 not in MS Internet Standard format.
  in000203.log completed, 37 lines processed.
  36 Web lines written

  Totals:
  =======
  Total Lines Processed:          37
  Total Web Lines Written:        36

  convlog  -c -ii in000203.log

  Opening file in000203.log for processing
          Writing file .\in000203.log.ncsa.
  Line #37 not in MS Internet Standard format.
  in000203.log completed, 51 lines processed.
  50 Web lines written

  Totals:
  =======
  Total Lines Processed:          51
  Total Web Lines Written:        50

Additional query words:

======================================================================
Keywords          : kbWin2000SP2Fix 
Technology        : kbiisSearch kbiis500
Version           : winnt:5.0
Hardware          : ALPHA x86
Issue type        : kbbug
Solution Type     : kbfix

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.