TASKCENTRE
None Defined
TaskCentre Restart Best Practice
The following is code to paste into a windows BAT file to auto restart a TaskCentre and DI Server.
net stop SBODI_Server net stop TCSBOEvProcessor net stop TCScheduler net stop TCServer taskkill /f /im iwtsksvr.exe taskkill /f /im B1DI_Server.exe ping 1.1.1.1 rd /s/q “C:\Windows\Temp\SM_OBS_DLL\” del C:\Windows\Temp\SM_OBS_DLL\*.* /a /s /q rmdir C:\Windows\Temp\SM_OBS_DLL /s /q del C:\Progra~2\SAP\SAPBus~1\DI_Server\B1DI_Server.log /q net start SBODI_Server net start TCServer net start TCScheduler net start TCSBOEvProcessor
Solution
14 Jan 2014