Restarting TIBCO Scribe® Insight Services

Restarting TIBCO Scribe® Insight Services

book

Article ID: KB0078948

calendar_today

Updated On:

Products Versions
TIBCO Scribe Insight 7.9.1

Description

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

  1. Open the TIBCO Scribe® Insight Console.
  2. In the tree, select Integration Server > Integration Processes.
  3. Pause any active Integration Processes.
  4. Wait for the integrations to complete.
  5. Close the TIBCO Scribe® Insight Console.
  6. In Windows, open Computer Management > Services and Applications > Services.
  7. Stop the 5 Scribe services from the bottom of the list up, beginning with the Scribe MonitorServer service.
  8. Start the 5 Scribe services from the top of the list down, beginning with the Scribe AdminService service.

kA2320000004Gj0CAE_en_US_1_0
 
kA2320000004Gj0CAE_en_US_1_1

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:
  1. Right-click the Windows Desktop.
  2. Select New > Text Document.
  3. Rename the file to StopScribe.bat
  4. Right-click the file and select Open.
  5. 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"
  1. Right-click the Windows Desktop.
  2. Select New > Text Document.
  3. Rename the file to StartScribe.bat
  4. 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.

For additional information, see the following in the TIBCO Scribe® Insight Help: Services Overview, Services Logon Options, Services Recovery Options

Issue/Introduction

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.