Restarting the Scribe services is required after making configuration changes in the TIBCO Scribe® Insight Console or Workbench, such as, changing your Site settings or enabling tracing.
Restarting Services
Open the TIBCO Scribe® Insight Console.
In the tree, select Integration Server > Integration Processes.
Pause any active Integration Processes.
Wait for the integrations to complete.
Close the TIBCO Scribe® Insight Console.
In Windows, open Computer Management > Services and Applications > Services.
Stop the 5 Scribe services from the bottom of the list up, beginning with the Scribe MonitorServer service.
Start the 5 Scribe services from the top of the list down, beginning with the Scribe AdminService service.
Creating Batch Files
If you need to stop and restart Scribe services frequently, you can create batch files to do this for you, as follows:
Right-click the Windows Desktop.
Select New > Text Document.
Rename the file to StopScribe.bat
Right-click the file and select Open.
Enter the lines below in the text file and save it.
net Stop "Scribe Monitorserver" net stop "Scribe MessageServer" net stop "Scribe EventManager" net stop "Scribe BridgeServer" net Stop "Scribe AdminServer"
Right-click the Windows Desktop.
Select New > Text Document.
Rename the file to StartScribe.bat
Enter the lines below in the text file and save it.
net start "Scribe AdminServer" net start "Scribe BridgeServer" net start "Scribe EventManager" net start "Scribe MessageServer" net start "Scribe MonitorServer"
When you need to stop Scribe services, right-click the StopScribe.bat file and select Run As Administrator. When you need to start Scribe services, right-click the Startscribe.bat file and select Run As Administrator.
Restarting the Scribe services is required after making configuration changes in the TIBCO Scribe® Insight Console or Workbench, such as, changing your Site settings or enabling tracing.