SelectReturnSource
Use the
selectReturnSource
command on the destination computer to create a transport data file containing information about the activation to be returned. The resulting file can be used with the writeReturnUpdate
, importReturn
, and confirmReturn
commands to perform a return operation without a server connection.
IMPORTANT:
A disconnected return operation is only supported by CodeMeter activations.
These options are required:
- '-d, --disconnected'
- '-sb, --sourcebinding'
- '-db, --destinationbinding'
- '-fn, --featurename'
Usage: selectReturnSource [options]
This table describes the command options.
Option | Description |
---|---|
-d|--disconnected | The filepath for the data transport file. Example: '-d:C:\Users\jdoe\Documents\ReturnByFileData.xml' |
-sb|--sourcebinding | The source binding identifier. This is the binding where the activation will be returned. Example:'-sb 130-3618734' In this example, the value is the CodeMeter container id/mask-serial number used when returning a CodeMeter activation. |
-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. |
-fn|--featurename | The feature name of the activation to return. Example: 'RS5K_600.EXE' |
-?|-h|--help | Show help information. |
-v|--verbose | Use this option to turn on trace messaging. |
Provide Feedback