Importing/Exporting Data
From OpsWise Documentation Wiki
Your trail:Getting HelpGetting the Most from the Activity ScreenHigh AvailabilityImplementation TipsImporting/Exporting Data
Contents |
Overview
OpsWise Automation Center allows you to export and import records from and to XML files. You can import/export all records or specific groups of records, as described below.
Exporting/Importing All Records
Two methods are available for exporting/importing OpsWise records: Using maintenance scripts or the command line interface.
Exporting/Importing Records Using Maintenance Scripts
WARNING - Do not run any scripts aside from those described below:
From the navigation pane, select Configuration > Maintenance Scripts.
- To export all records, locate opswise_bulk_export.js and click run. Click Yes to confirm.
- To import all records, locate opswise_bulk_import.js and click run. Click Yes to confirm. The XML files must exist in the directory:
/home/prod/tomcat/webapps/opswise/WEB-INF/plugins/com.opswise/backup/unload/
Exporting/Importing Records Using the Command Line Interface
See Command Line Reference for instructions.
Exporting/Importing Specific Records
Two methods are available for exporting specific records:
- You can select one or more specific records from a record list to export. For example, you can export all Windows tasks or all selected tasks.
- You can use the command line interface to export one or more specific trigger records.
Exporting Specific Records From a List
- Select the type of record you want to export, such as Windows tasks.
- When the list displays, select which records you want to export by clicking the box to the left of its name.
- Right-click on the list's title bar to display the menu.
- Click Export. The Export menu displays.
- Select the format of the output file. If you want to import these records into another instance of OpsWise Automation Center, select XML. If you are exporting a workflow and all the tasks in the workflow (references), select XML (Export References).
- The system exports the selected records to the file and displays a message indicating the output file location. Hint - You may want to copy this information and use it later to import the records.
To import specific records:
- Display the list for the type of record you are importing, such as Windows tasks, or Triggers.
- Right-click on the list's title bar to display the menu.
- Click Import. The system prompts for the location of the XML file.
- Enter the full path and file name where the XML file(s) is located.
- Click Import. The system imports records from all XML files it finds in the directory you specify.
- When the import is complete, the system displays a confirmation message.
Exporting Triggers Using the Command Line Interface
See Command Line Reference for instructions.




