SelectBorrowSource
Use the
selectBorrowSource
command on the source computer to update a transport data file created by selectBorrowDestination
to contain information about the source binding. The resulting file can be used with the 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:filepath'
- '-sb, --sourcebinding'
- '-fn, --featurename'
- '-fv, --featureversion'
- '-bt, --borrowterm'
Usage: selectBorrowSource [options]
This table describes the command options.
Option | Description |
---|---|
-d|--disconnected | The filepath for the data transport file. Example: '-d:C:\Users\jdoe\Documents\BorrowByFileData.xml' |
-sb|--sourcebinding | The source binding identifier. This is the binding where the activation will be borrowed from. Example:'-sb 130-3618734' In this example, the value is the CodeMeter container id/mask-serial number used when borrowing a CodeMeter activation. |
-fn|--featurename | The feature name of the activation to borrow. Example: 'RS5K_600.EXE' |
-fv|--featureversion | The feature version of the activation to borrow. Example: '1.00' |
-bt|--borrowterm | The period of time the specified activation will be borrowed for, in the form <number of days>:<number of hours>. Example: '90:0' or '0:8' |
-?|-h|--help | Show help information. |
-v|--verbose | Use this option to turn on trace messaging. |
Provide Feedback