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
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]
This command requires administrator privileges.
This command can be executed on a computer for Development Computer.
Note
When the tail of path is not .zip, this command adds .zip to the tail of path, and exports the file.
For more information about this command, refer to Systemwalker Runbook Automation Studio Maintenance Command Messages in Systemwalker Runbook Automation Messages Guide.
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 |
When the mistake exists in the parameter:
> swrbaexport |
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