Forum Discussion

PetrHanz's avatar
PetrHanz
Level 4
3 years ago

Large log for SharePoint ULS

  • plaudone1's avatar
    plaudone1
    3 years ago

    Hi PetrHanz,

    The EVCustom.asmx page is called very often for SP archiving as all of the actions during archiving are driven through that page. I see some 401 errors in the log.  Have you created a new WebApp since installing EV?  If so, the page may not be installed in that new WebApp.  This could be verified in IIS.  

    You can run the following on every Front End server to ensure all of the WebApp's on the server contain the EV configuration. 

    SharePointFeatureSetup.exe /install /all 

    Usage:

    SharePointFeatureSetup.exe <action> <targets> [options]

    Action:

    /install :: install the target component(s)
    /uninstall :: un-install the target component(s)
    /spcheck :: is SharePoint functional

    Targets:

    /feature :: feature component
    /webparts :: web parts component
    /versionhistory :: version history customization
    /httpmodule :: httpmodule configuration
    /all :: all components

    Options:

    /log:filename :: writes (appends) to the specified log file
    /q :: suppress output to the console (quiet mode)

    Regards,

    Patrick