uploadDpx command
Use this command to upload Digipass tokens in a .dpx file to the IMS Server so that an entire batch of Digipass tokens is recognized.
Description
You must upload the tokens before you use the Digipass tokens.uploadDpx.bat [-i inputFileName] [-v] [--encryptKey encryptKey] [-o outputFileName] [--error error-file] [-h] [-f folder] [--overWrite option]
uploadDpx.bat-i c:\digipass.dpx --overwrite true
Parameters
- -i<input file name>
- Specifies the path to the .dpx file, including the name of the .dpx file.
- --encryptKey <encryptKey>
- Specifies the encryption key for the .dpx file.
- -o, --output <outputFileName>
- Specifies the output file name to which debug and output information are printed.
- --error<error-file>
- Specifies the error output file name.
- -h, --help
- Prints the help message.
- -v, --version
- Prints the version number of the tool.
- -- overWrite <option>
- Specifies if the .dpx information in the IMS Server for existing
tokens in the unassigned list is overwritten (not enabled by default).
<option>can be either true or false.