Export/Import server configuration
FIXICC H2 provides availabilities of:
- Exporting the server configuration in a ZIP archive
- Importing the previously exported server configuration on a specified server
- Importing a legacy server configuration on a specified server
Access to importing, exporting, and migrating server configuration is provided via the Configurations dropdown on the Server details view The Dropdown contains the following items:
Export Server Configuration
To export the configuration of the selected server, click on the "Export configuration" menu item.
If your browser is configured to download files to the pre-defined location, the ZIP archive named <server_name>_configuration.zip will be downloaded automatically and the file name appears in the downloads section at the bottom of the screen.
Otherwise, the system dialog "Save As" appears.
Specify the desired location, change the name if required, and click the button "Save".
The downloaded ZIP archive contains the following items:
Title | Type | Content description |
---|---|---|
BL_configuration | folder |
|
schedules | folder |
|
scripts | folder |
|
sessions | folder |
|
rules.groovy | file | Groovy file comprising imports and global definitions |
This file can be imported to the FIXEdge server of the same type as described in the next section.
Import Server Configuration
To import the configuration, click on the "Import Configuration" menu item.
The dialog "Upload the file" appears.
You can drag the appropriate ZIP file and drop it in the specified area, or click on the button "Upload" to open the system dialog "Open".
The page FE: Export/Import Server Configuration was not found -- Please check/update the page name used in the MultiExcerpt-Include macro
The page FE: Export/Import Server Configuration was not found -- Please check/update the page name used in the MultiExcerpt-Include macro
To migrate the configuration, click on the "Migrate Server Configuration" menu item. In case the FIXICC H2 already has the configuration for this server, the warning message appears: You can cancel the migration by clicking the button "Cancel" or proceed by clicking the button "Yes". The dialog "Upload the file" appears. You can drag the appropriate ZIP file and drop it in the specified area, or click on the button "Upload" to open the system dialog "Open".Migrate BL Configuration
Please ask your Confluence administrator to update the license for the MultiExcerpt App for Confluence .
Admin Info: The error is: license VERSION_MISMATCH
Migrate Legacy FIX Sessions
FIXICC H2 imports the legacy sessions specified in the files <session_name>.properties and in file s_fixDefault.properties.
As the s_fixDefault.properties file contains the default session properties, the FIX session's properties specified in the files <session_name>.properties are merged with default session properties before importing: the default property is used when the registered session does not have it.
The sessions specified in the files <session_name>.properties are to be imported to the FIXICC H2 DB as follows:
The page FE: Export/Import Server Configuration was not found -- Please check/update the page name used in the MultiExcerpt-Include macro
In case the FIXEdge.properties file within the ZIP file is invalid:
The page FE: Export/Import Server Configuration was not found -- Please check/update the page name used in the MultiExcerpt-Include macro
The page FE: Export/Import Server Configuration was not found -- Please check/update the page name used in the MultiExcerpt-Include macro
The page FE: Export/Import Server Configuration was not found -- Please check/update the page name used in the MultiExcerpt-Include macro
The page FE: Export/Import Server Configuration was not found -- Please check/update the page name used in the MultiExcerpt-Include macro
Migrate Legacy Schedules
The FIXEngine.properties file may contain the server schedules that will be imported as well as the schedules in the file schedules.xml.
schedule id is the same as schedule name
The page FE: Export/Import Server Configuration was not found -- Please check/update the page name used in the MultiExcerpt-Include macro