Description
This command imports the set up information of Systemwalker Runbook Automation Studio.
Synopsis
swrbaimport 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.
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]
This command requires administrator privileges.
This command can be executed on a computer for Development Computer.
Note
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 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 |
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