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