Adjusting the 8 Megabyte Maximum Default Size of the CRS Log

Last reviewed: February 3, 1998
Article ID: Q164168

The information in this article applies to:

  • Microsoft Commercial Internet System, version 1.0

SYMPTOMS

The maximum default size of the Content Replication Server (CRS) log is 8 MB. This is hard-coded in version 1.0.

RESOLUTION

To resolve this problem:

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

This is limitation of MCIS 1.0. To increase the size of the log file, first install Service Pack 1 for MCIS 1.0, which will update Crsdll.dll. Then, create a registry value by doing the following:

  1. Start Registry Editor (Regedt32.exe or Regedit.exe as appropriate for your version of Windows NT).

  2. Go to the following key in the registry:

    HKEY_LOCAL_MACHINE\Software\Microsoft\CRS

  3. On the Edit menu, click Add Value and use the following entry:

          Value Name: LogLimit
          Data Type:  REG_DWORD
    
          Value:      size in bytes (default is 8388608 bytes)
    
    

  4. Exit Registry Editor.

  5. Stop and restart the CRS service by using Services in Control Panel or by doing either of the following at the command prompt:

    Use the Net command:

          Net Stop CRS
          Net Start CRS
    

    -or-

    Use CRS.exe:

          CRS stop
    
             NOTE: allow sufficient time for the service
             to stop before you use the next command.
          CRS start
    
    

STATUS

Microsoft has confirmed this to be a problem in Microsoft Commercial Internet System, version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Version           : 1.0
Platform          : WINDOWS
Issue type        : kbbug


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


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.

Last reviewed: February 3, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.