Welcome to GrapeCity Forums Sign in | Join | Help

How to disable logging in WSS.

For a developer of WSS or MOSS, you may be interesting in this idea - disable the logging(default is on) for SharePoint for the sake of performance.  Of course this should be done only for your debugging environment. It's strongly recommended to enable the logging for any of your production servers. Else you may not able to troubleshoot any WSS errors.

  1. Go to your WSS Central Administration -> Operations -> Logging and Reporting
  2. Click on Diagnostic Logging
    • Customer Experience Improvement Program: select No, I don't wish to participate.
    • Error Reports: select Ignore errors and don't collect information
    • Trace log: clear the entire Path.
    • Click OK.
  3. Click on Usage Analysis Processing
    • Uncheck Enable logging
    • Click OK
  4. Click on Information Management Policy Usage Reports. Uncheck Enable recurring policy usage reports.
Posted by Albert | 0 Comments
Filed under: ,

Troubleshooting - cannot install Moss.

a>. First check if the asp.net 2.0 is registered to IIS properly. If not, follow the steps below to register.
   1. Open the cmd winow. Open the following directory:
       %drive%\Windows\Microsoft.NET\Framework\v2.0.50727.

      where %drive% is the drive letter on which you installed Windows Server 2003.

    2. Run the following command:

      aspnet_regiis -iru -enable

b>. Then check if the aspnet is allowed in the Web Service Extension in the IIS(Internet Information Services Manager). Follow the instructions below to check this setting:

    1. Click start, point to Administrative Tools, and then click IIS.

    2.  In the left pane, click the plus sign(+) to expand the nodes. Find and select the Web Service Extension node.

    3.  Now the ASP.NET v2.0.50727 should be listed. Check if the status is Allowed. If not, click the Allow button to set the status.

 c> Run the MOSS installation again.

 Till now, hope this post has helped people who has the installation problem. :-)

     

Posted by Albert | 0 Comments
Filed under: ,