Script zum Neustart von Diensten (DW+TF)

topfact AG intern>Organisation>Richtlinien - verbindliche Anweisungen>Urlaub - Organisationsrichtlinie>technische Dokumentation Überblick>Standard Tools und Skripts>Script zum Neustart von Diensten (DW+TF)
Produkt: topfact6 MyWork
Erstellt am 26.11.2016 11:43, letzte Aktualisierung am 05.06.2026 11:02.

DocuWare Dienste neu starten

DE 26.11.16 Im Einsatz bei NOZ:

net stop "Topfact - Import Dienst"
net stop "Topfact - Data Server"
net stop "DWWorkflowServer"
net stop "DWWebService"
net stop "DWThumbnailServer"
net stop "DWTomcat"
net stop "DWDesktopService"
net stop "DWContentServer"
net stop "DWAuthenticationServer"
net start "DWAuthenticationServer"
net start "DWContentServer"
net start "DWDesktopService"
net start "DWTomcat"
net start "DWThumbnailServer"
net start "DWWebService"
net start "DWWorkflowServer"
net start "Topfact - Data Server"
net start "Topfact - Import Dienst"


DE 17.04.20: Topfact6 Einsatz bei Jakob Becker. Die jeweilige Ping-Zeile dient als Unterbrecher (Sleep)

net stop "topfact6 ServiceWatcher"
@ping -n 10 localhost> nul
net stop "topfactArchiv ImageServer"
@ping -n 10 localhost> nul
net stop "topfactArchiv OCRServer"
@ping -n 10 localhost> nul
net stop "topfact6 Jobserver"
@ping -n 10 localhost> nul

net start "topfact6 Jobserver"
@ping -n 10 localhost> nul
net start "topfactArchiv OCRServer"
@ping -n 10 localhost> nul
net start "topfactArchiv ImageServer"
@ping -n 10 localhost> nul
net start "topfact6 ServiceWatcher"


Wichtig für die Ausführung ist die "Ausführung mit höchsten Rechten":

Aufgabenplanung (Neuanlage einfache Aufgabe)


Prüfen der Aufgabe:





Dokumente
tf_Dienste_reboot.bat vom 17.04.2020
Inhaltsverzeichnis