Exporting views in simplified mode

By using the ExportView command you can export specific views without having to provide additional qualifying parameters.

Before you begin

Attention: These instructions assume that you are exporting data from a Tivoli® Integrated Portal environment and not a Dashboard Application Services Hub one. Therefore, the file paths and commands are documented in relation to a Tivoli Integrated Portal instance. For example, commands are documented using tipcli instead of consolecli. For Dashboard Application Services Hub environments, substitute the tipcli element of the command with consolecli.

Ensure that the Jazz® for Service Management application server is running.

About this task

To export specific views in simplified mode for an instance of Jazz for Service Management application server:

Procedure

  1. At the command line change to: DASH_HOME/bin.
  2. Optional: To return a list of customized views that can be exported, run the following command:
    • Windows operating systemsDASH_HOME\bin\tipcli.bat ListViews
    • Operating systems such as UNIXLinux operating systemDASH_HOME/bin/tipcli.sh ListViews
  3. Review the list of returned view records and take note of the view IDs for the views that you want to export.
  4. To export specific views, run the following command:
    • Windows operating systemsDASH_HOME\bin\tipcli.bat ExportView --uniqueName viewID_1, viewID_2, viewID_3
    • Operating systems such as UNIXLinux operating systemDASH_HOME/bin/tipcli.sh ExportView --uniqueName viewID_1, viewID_2, viewID_3
    Note: The file portletEntities.xml is always exported, even if you specify NONE as an argument to the uniqueName parameter.

Results

When the command completes, a data.zip file is created in DASH_HOME/output/.

What to do next

Locate DASH_HOME/output/data.zip and copy it to the computer where you intend to apply the exported customization data.