This section describes how to save the engine's configuration to a Rhapsody Local Configuration (RLC) file.
Only lockers that the user has the 'View locker' access right for will be saved. Lockers that the user cannot view will not be included in the RLC file.
RLC Save
The following element is used to save an RLC file:
Element |
Description |
---|---|
rlc-save |
Saves the RLC file specified by the |
Its attributes are:
Attribute | Description |
---|---|
|
A string that specifies the filename of the RLC file to save. |
passwordExportMode |
Determines how encrypted passwords contained in an RLC file should be handled when the RLC is exported:
|
Examples
<!-- Save an RLC --> <rlc-save file="automated-save.rlc"/>
<!-- Save an RLC with encrypted passwords --> <rlc-save file="automated-save.rlc" passwordExportMode="encrypt-passwords" passphrase="secret"/>
<!-- Save an RLC with the passwords removed --> <rlc-save file="automated-save.rlc" passwordExportMode="remove-passwords"/>
<!-- Save an RLC with unencrypted passwords --> <rlc-save file="automated-save.rlc" passwordExportMode="include-passwords"/>