3. Working with AccuSync™ Configurations : Restarting an AccuSync™ Configuration

Restarting an AccuSync Configuration
Once a configuration is running, it continues to run each of the synchronization patterns defined for it according to the frequency you have specified for those synchronization patterns. If the AccuSync server is stopped and restarted, however, configurations remain stopped until they are started again.
You can restart a configuration manually by clicking its Run button (), as described in Running an AccuSync™ Configuration. If you prefer, you can configure AccuSync to restart configurations automatically, as described in the following procedure.
To configure AccuSync to automatically restart configurations when the AccuSync server is restarted:
1.
Open the accusync.properties file in a text editor.
This file is located in the \bin folder where you installed AccuSync.
2.
accusync.synconstart=true
Note: Other settings in the accusync.properties are for internal use only. Do not delete or edit these settings.
3.
accusync.synconstart.<ITS_name>=<config_name>[,<config_name>,]
where ITS_name is the name of your ITS, and config_name is the name of the configurations you want AccuSync to automatically restart. Note that:
ITS_name and config_name values are case-sensitive.
Tip: See Example.
4.
Save your changes in the accusync.properties file.
Example
Imagine you had two JIRA configurations, one for synchronizing enhancements (Sync Enhancements) and one for synchronizing defects (Sync Defects), that you wanted AccuSync to restart automatically. Your accusync.properties file would have the following entries:
accusync.synconstart=true
accusync.synconstart.jira=Sync Enhancement,Sync Defects

Micro Focus