GetBindings

Use the
getBindings
command to get the local binding IDs.
When you specify the
general --disconnected
option, the bindings data is written to the transport data file. Additional or new binding data is appended to an existing specified transport data file. You can use the resulting transport file for getting activations to a disconnected computer.
If you do not specify the
general --disconnected
option, the local binding IDs are displayed. For CodeMeter bindings, the format is <mask #>-<serial #>-<firmcode #>. For most commands, the firmcode number is not required.
Usage: getBindings [options]
This table describes the command options.
Option
Description
-d|--disconnected
Use this required option to support disconnected workflows (get, rehost, and renew). You can specify a file spec for the data transport file. If you do not specify the file spec, a default file spec is used.
Example: '-d:C:\Temp\TransportFile.xml'
Note: '-d C:\Temp\TransportFile.xml' results in a parsing error. You must insert either ':' or '=' when specifying the data transport file.
Note: The file spec must be for an xml file and therefore have an .xml file extension.
-v|--verbose
Use this option to turn on trace messaging.
-f|--forcedOverwrite
Use this option with the -d|--disconnected option. When you include this option, the specified disconnected transport data file will be overwrritten if it exists.
Example: 'getbindings -d:C:\Temp\TransportFile.xml -f'
Note: This option can only be used with the commands getbindings, selectRehost, and writeRenew.
-?|-h|--help
Show help information.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.