Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.5.14 swrbaimport (Setup Information Import Command)

Description

This command imports the set up information of Systemwalker Runbook Automation Studio.

Synopsis

swrbaimport 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.

When the specified file doesn't exist, this command outputs an error.

Return Values

Return Value

Meaning

0

Normal termination

1

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

2

The import of the set up information failed. 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 imports the set up information from C:\work\swrbaconfig.zip

swrbaimport C:\work\swrbaconfig.zip

Execution Result/Output Format

When the import of the set up information succeeds:

> swrbaimport C:\work\swrbaconfig.zip

SUCCESS

When the mistake exists in the parameter:

> swrbaimport
Usage: swrbaimport "import_file_path"

When the import of the set up information fails:

> swrbaimport C:\work\swrbaconfig.zip

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

%1: Return code

%2: Error message

%3: Detailed information