Configure when the buildstats utility runs

To configure when the buildstats utility runs:

  1. Stop the LikeMinds server inside the WebSphere Application Server.
  2. Use any database modification tool to enter the following SQL statement:
    update lps_cfg set value='mm hh * * * runBuildstats' where name='lps.schedule.buildstats'
    
where mm represents the minutes, and hh represents the hour (24 hour clock) at which you want the utility to run.
  • Start the LikeMinds server inside the WebSphere Application Server.