Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.5.13 swrbaexport (Setup Information Export Command)

Description

This command exports the set up information of Systemwalker Runbook Automation Studio. The exported information is output as a file.

Synopsis

Swrbaexport Path of the set up information file

Options

Path of the set up information file

Specify the path for the set up information file. You can use the absolute path and the relative path.

Return Values

Return Value

Meaning

0

Normal termination

1

The specified parameter is invalid. Confirm the parameter and execute this command again.

2

The specified set up information file cannot be made. Specify an effective set up information file and execute this command again.

255

Other errors occurred.

Command Location

Windows

<Systemwalker Runbook Automation Studio installation directory>\swrba\bin

Privilege Required/Execution Environment

[Windows]

Note

Example

The following command exports the set up information to C:\work\swrbaconfig.zip

swrbaexport C:\work\swrbaconfig.zip

Execution Result/Output Format

When the export of the set up information succeeds:

> swrbaexport C:\work\swrbaconfig.zip
SUCCESS "C:\work\swrbaconfig.zip"

When the mistake exists in the parameter:

> swrbaexport
Usage: swrbaexport "export_file_path"

When the export of the set up information fails:

> swrbaexport C:\work\swrbaconfig.zip

FAILURE [%1]: %2(%3)

%1: Return code

%2: Error message

%3: Detailed information