SelectBorrowDestination
Use the
selectBorrowDestination
command on the destination computer to create a transport data file containing information about the destination binding. The resulting file can be used with the selectBorrowSource
, importBorrow
, and confirmBorrow
commands to perform a borrow operation without a server connection.
IMPORTANT:
A disconnected borrow operation is only supported by CodeMeter activations.
These options are required:
- '-d, --disconnected'
- '-db, --destinationbinding'
Usage: selectBorrowDestination [options]
This table describes the command options.
Option | Description |
---|---|
-d|--disconnected | The filepath for the new data transport file. Example: '-d:C:\Users\jdoe\Documents\BorrowByFileData.xml' |
-db|--destinationbinding | The destination binding identifier. This is the binding where the activation will be borrowed to. Example:'-db 130-3618734' In this example, the value is the CodeMeter container id/mask-serial number used when borrowing a CodeMeter activation. |
-?|-h|--help | Show help information. |
-v|--verbose | Use this option to turn on trace messaging. |
Provide Feedback