Is there any recommended best practice for the frequency of restarting the BO services? Daily? Weekly?> also, I am trying to do the Batch file to get the services to restart automatically on a schedule. Any recommendations? I have looked at prior articles and cna’t get it to work.
here is the code in my batch file.
cls
echo off
echo .
echo .
echo Starting all the BOXIR2 services.
echo .
echo .
net stop “Central Management Server”
echo .
echo .
echo Service has been stopped.
echo .
echo .
Version 3.x does not require any regular restarting. XI R2 doesn’t really require that either, but in some cases I’ve seen the need to restart the reporting services, but that is usually not the case. Tomcat on the other hand can require a restart depending on the usage.